- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2024 06:24 PM
Within the Employee Center, I have created an user criteria to group all new hires together. I want to hide certain taxonomies and menu items from the Employee Center. How is this possible? I was able to hide some menu items but just by going to its Catalog Items and Quick Links "Not Available For" related list and adding the user criteria however its just going temporary fix till someone makes a new catalog item and quick link, then forgets add user criteria within "Not Available For" related list.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 06:25 PM
Hi @Swapnil24,
I try to find other methods to do one change to hide the mega-menu item entirely, to not able to find one. As for the news center menu item, I just went its record (sp_rectangle_menu_item) and added a condition of '!gs.hasRole()' and that worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 11:45 AM
Hi @AshishNova , I feel that is the way to do it. You can apply user criteria on catalog items/ KB articles so the access to those are limited. Now if your user criteria hides access to all the items/articles under a topic then I believe it will remove the topic itself from the mega-menu.
It sort of has a roll up effect.
Please let me know if that helps.
Thank you,
Swapnil Deo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 06:25 PM
Hi @Swapnil24,
I try to find other methods to do one change to hide the mega-menu item entirely, to not able to find one. As for the news center menu item, I just went its record (sp_rectangle_menu_item) and added a condition of '!gs.hasRole()' and that worked.