Hide items on Application Menu based on ACL?

rody-bjerke
Giga Guru

Hi,

Is it possible to hide items on the Application Menu based on ACL?

app_menu.png

Let's say you want to hide different items and/or modules from the application menu without doing anything with those who allready have access. Is it possible with ACL or do you need to create a role and give the role access to items/modules? What is best practise to hide items here without hiding it for those who actually use it.

Best regards,

3 REPLIES 3

Abhimanyu Bansa
Giga Expert

Hi Rody,




You can create a role and provide that roles to that module. then give that roles to the users you want to give access.


By using this way the specific module will be shown to only that user who has that specific role.Capture5.PNG


klaytonz
Tera Expert

Best practice the ServiceNow way is to pay $$ for a role.


Devstringx
Kilo Contributor

To hide items on the Application Menu based on ACL (Access Control List), you can implement conditional logic that checks the user's permissions and dynamically hides or shows menu items accordingly. This can typically be done by integrating ACL checks into the menu rendering logic of your application, similar to how the best app hider works to conceal specific functionalities.