Client UI action not finding call function.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 06:08 AM
Hello,
I have encountered an issue with client side UI action. We have the following situation.
We have a form, with a related list, created from custom relation. In this list, theres a UI action, which opens a GlideModal, for creating ( OOB table view ) entries in the related list. In this modal, I have created the UI action ( client ) as such:
However, upon click the button, nothing happens and the console is:
any suggestions on why the we cannot get to the client function?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2024 09:59 AM - edited 05-02-2024 10:01 AM
Hi @VickV ,
I tried to replicate your script in my PDI and it works fine for me. PFA.
If you find my response helpful, please consider marking it as the 'Accepted Solution' and giving it a 'Helpful' rating. Your feedback not only supports the community but also encourages me to continue providing valuable assistance.
Regards,
Amitoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 07:23 AM
Thank you! I see that the form is opened! But the problem is when opening a GlideModalV3 - when it is in a form - works perfectly!