How to hide a button in App Engine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2024 10:12 AM
Hello All,
In the App Engine Studio, I have created a page over that I added a button under the name of "Add Entitlment", but I want to hide this button based on the logged in user role.
Please let me know if we can make this button visible based on the role. [Highlighted in the yellow box]
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2024 09:37 PM
@SakibAli If this is a UI Action then you can hide it by adding a role based condition in the condition field. Please refer to the documentation here https://docs.servicenow.com/bundle/xanadu-platform-administration/page/administer/list-administratio... to know more about how condition field on UI Action can be configured.