- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 02:42 AM
Hi All,
Quick question, would it be possible to hide the below 'Workspaces' menu tab for all users on Tokyo, somehow?
In theory, the following article suggests it should be but presumably there is a protection policy making it read-only as I am unable to alter with elevated admin credentials.
https://docs.servicenow.com/bundle/tokyo-platform-user-interface/page/administer/navigation-and-ui/t...
Any suggestions greatly appreciated!
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 08:22 PM
If all menu items under Workspaces are deleted, Workspace will disappear.
So, try:
- Open sys_ux_experience_category.list (Experience Categories)
- Open Workspace experience category
- Click on one UX Application in UX Application Category M2Ms related list
- Change application by clicking 'here'
- Select Workspace checkbox from UX Application Category M2Ms related list
- From 'Action on selected rows', delete it
- Repeat for other categories
Regards,
Sharad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 09:37 AM
You have to go here https://instancename.service-now.com/now/nav/ui/classic/params/target/sys_ux_experience_category.do%...
Then go through each of the below setting them to inactive:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 06:25 AM - edited 10-14-2022 06:26 AM
Ok got it, What I did was is in my PDI hence worked but in my customer instance it is tricky one so looks like it needs 'maint' role to make changes but what you can do is make sure you have 'security_admin' role and you disable below ACLs then deactivate workspace option then reactivate all below ACLs, that should fix issue
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 08:56 AM
Hi Musab, okay so with the security_admin role and disabling the ACLs it makes the records editable but then I face this error so I am unable to save. I can't even add some of the hidden roles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2022 11:32 AM
There is a Business rule on that table which does this 'Avoid duplicate menu configuration'. Disable it and update the record 🙂 Not sure why the Br is set to run for Update!! I actually controlled it by updating the role rather than deactivating it completely, so that admins won't forget that this is there to use later on. To update the roles you, you need to update the ACL which allows only 'maint' user to update the records on the table, add 'admin' role to it. You can revert all these changes once done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 05:48 AM - edited 10-14-2022 05:49 AM
Even though i am not a developer, found something :
Mark Helpful if solve the purpose.
Try in ACL:
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2022 04:58 AM
Yes, it is OOTB available. Go to sys_polaris_menu_config table and make it menu true or false.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************