- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 06:29 AM
Is there a way I can disable UI actions for Teams, Schedules in the SOW in Washington? We are not using these options currently and would like to hide them from end-users.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2024 07:04 AM - edited 04-15-2024 07:11 AM
Hi @athavichith
To achieve this you need to go to "sys_ux_page_property" table >> then open "chrome_toolbar" (See attached snapshot for your reference) for page "Service Operations Workspace" >> Now, from value field you need to remove related JSON body for teams and schedule. >> Finally you are all set 🙂
Example, if you want to remove list then you need to remove below portion from that value, (Note: same you have to do it for schedule and teams in your instance)
{
"id": "list",
"label": {
"message": "List",
"translatable": true
},
"icon": "list-outline",
"viewportInfo": {},
"routeInfo": {
"route": "list"
},
"group": "top",
"order": 200,
"badge": {},
"presence": {},
"availability": {
"roles": [
"itil"
]
}
},
This will definitely helps you to resolved your issue. Let me know in case you need to understand the flow or you can DM on LinkedIn.
If this solution resolves your query, kindly mark it as the accepted solution and give it a thumbs up.
Best Regards,
Krushna Birla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 01:07 PM
i would recommend doing this in UI Builder....
see this link
https://www.servicenow.com/community/servicenow-impact-forum/we-want-to-remove-list-in-sow-workspace...
worked to remove schedules and teams icon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2025 10:23 AM
Definitely use the UI Builder way for this requirement,
Its written in bold that you should not update the JSON on sys_ux_page_property record