Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

How to hide a button in App Engine

SakibAli
Tera Contributor

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]

SakibAli_0-1723828338604.png


Thanks

1 REPLY 1

Sandeep Rajput
Tera Patron

@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.