UI Action should not be visible once it is clicked
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2022 02:18 AM - edited 11-04-2022 02:20 AM
Hi All,
In agent workspace, We have a functionality that one of the field appears on form when a button is clicked. Now the requirement is to make this button disappear once it is clicked. Please suggest on how this can be done.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2025 04:45 AM
UI Action to display the button only u_pageops is False. add the following to the UI condition
current.u_pageops == false;