How to Hide Menus of Service Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 02:12 AM
Please check the attached Image, We want to hide the portal menu"i.e. Knowledged,Catalog,Requests" for a single user based on role or group.
Any feasible solution would be appreciated.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 02:25 AM
Hi @Saptashri
You should tag a condition to your menu item for the dashboard. Open the menu item and add this condition.
gs.hasRole('itil')
This will hide the menu items for users who don't have itil role or from end users. Let me know if this worked for you
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:17 AM
Hey @dgarad,
We have tried similar solution but it didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:21 AM
can you share what you tried
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 03:24 AM
Here is the Screenshot of what I have tried.