UI Action onClick not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2023 09:05 AM
I created a UI Action for a custom table to generate a printable version of a form. It works just fine. I tried using the exact same configuration for a UI Action for another table. The only difference is the table name, but this one doesn't do anything at all. From looking in Chrome's developer tools, I see that the printPreview function isn't being recognized.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2023 01:07 PM
Hi @MC1,
Did you solve this error? I'm having the same situation and I don't know how to fix it, if you solved it, please, post here.
Thanks,
Isabela Loebel .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2025 05:07 AM - edited ‎07-30-2025 05:07 AM
I had the same problem
The issue was that in one of my "Client" UI Actions on the form, a server side "gs.addInfoMessage" function was used for debugging.
Since this is a Client Script all other client "onClick" scripts on the form were no longer working.
Removing this debug statement solved the issue.