- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2021 10:39 AM
I have created IN progress button using UI action which changes the new state to IN progress.
I want to apply ACL on the UI action button which I have created. Like I have created IN progress button on the incident form. and Now I have to create an ACL so that button will only visible to admins not to normal users which don't have admin access.
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2021 10:43 AM
In condition field of UI action add condition:
gs.hasRole('admin');
ACL is not required.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2021 10:43 AM
In condition field of UI action add condition:
gs.hasRole('admin');
ACL is not required.
Raghav
MVP 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2021 10:44 AM
You need to use UI action conditions to show, hide UI actions.
Regards,
Sachin