Client UI action not finding call function.

VickV
Tera Contributor

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:

VickV_0-1714655210877.png

However, upon click the button, nothing happens and the console is:

VickV_1-1714655271351.png


any suggestions on why the we cannot get to the client function?



2 REPLIES 2

Amitoj Wadhera
Kilo Sage

Hi @VickV ,

 

I tried to replicate your script in my PDI and it works fine for me. PFA.

 

AmitojWadhera_2-1714669271848.png

 

AmitojWadhera_1-1714669161197.png

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

VickV
Tera Contributor

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!