Hide items on Application Menu based on ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 01:37 AM
Hi,
Is it possible to hide items on the Application Menu based on ACL?
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 02:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2018 09:04 AM
Best practice the ServiceNow way is to pay $$ for a role.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2024 02:33 AM
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.