- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 07:55 AM
Here is the behavior I want.
1. User clicks checkbox.
2. Button appears (UI action) without updating the form.
Is this possible? If so, how?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 12:17 PM
Hi,
This can be done using a UI Policy. Please follow the steps below to achieve the same:
1) For example I have a UI Action Named "Create Task" on the Incident form which I want to hide based on a checkbox field named "Checked" on the Incident form.
2) So Configure a UI Policy as shown below:
While Configuring the UI Policy "Make sure the "On load" & "Reverse if false" is checked on the UI Policy form.
In the above script Just rename "hide_check" with your UI Action Name which you want to hide. For example below is my UI Action and my action name is also highlighted below as shown:
Result:
I have checked the field "Checked" and then UI Action "Create Task" is visible as shown below:
If you uncheck the UI Action does not gets displpayed.
Hope this helps.Mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 07:57 AM
Why require a checkbox to reveal the button?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 08:20 AM
Sorry, that doesn't answer the question. The reason should be irrelevant, I simply want to know if it's possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 10:00 AM
Well, in that case - yes... it is possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2017 12:07 PM
Not trying to be rude... But how do either of your answers help me?