- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 01:57 PM
I have a UI Policy configured to hide/display a reference field that gets triggered when a checkbox is checked.
As per the requirement, they need to do this via UI Action Button they don't need a checkbox.
I need a way so that I can mark that checkbox to true via UI Action Button but not do a server update so UI Policy works as it is.
Any leads will be helpful - Thank You !!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 02:06 PM
Hello,
See below. This is achieved with the Client checkbox: The UI action executes its script in the user's browser, not on the server. When enabled, the Onclick field appears above the Condition field.
Please mark my answer as correct/helpful if it has helped you.
Thanks,
Logan
--
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2022 02:06 PM
Hello,
See below. This is achieved with the Client checkbox: The UI action executes its script in the user's browser, not on the server. When enabled, the Onclick field appears above the Condition field.
Please mark my answer as correct/helpful if it has helped you.
Thanks,
Logan
--
LinkedIn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-12-2022 12:42 PM
Thanks much, it worked as expected!!