- 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-23-2017 09:46 AM
Hi,
If your query is Resolved, Please mark the answer as correct so that the thread can be removed from the Unanswered list.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2017 02:14 AM
Hello Shloke,
Please let me know if we can control the button display based on the field value.?
I followed your steps but it didn't work for me.
I have a button which need to be displayed if the field 'u_point_1' has a value. If it is null the button should be invisible (without updating the form).
Best Regards.
Ram