Hide left navigator applications in Agent Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 06:53 AM
Does someone know how to hide left navigator applications in Agent Operations Workspace? Looking for some help please.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 11:45 AM
Hi @Community Alums I believe this is achievable. Go to UI Builder >> Select your respective workspace >> select List Default >> now you are able to view following page. Now uncheck "Show List Menu" option as shown in snapshot.
Note: Please select correct Application then only you will be able to open UI Builder page in editable mode.
Refer this thread: https://www.servicenow.com/community/next-experience-articles/configuring-lists-in-configurable-workspace/ta-p/2331983
Please don't forgot to reply as Helpful/Correct, if applicable.
Thanks,
Siddharam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2023 11:49 PM
Navigate to Now Experience Framework > Experiences > Open your experience i.e. the workspace from where you want to remove the sidebar options > In UX Page Properties related list; open the record named chrome_toolbar and remove the required JSON object from "value" field. Optionally, you may choose to restrict the section only to admins so that it can be enabled again in future. Example of a JSON object below.
{
"id": "home",
"label": {
"translatable": true,
"message": "Home"
},
"icon": "home-outline",
"viewportInfo": {},
"routeInfo": {
"route": "home"
},
"group": "top",
"order": 100,
"badge": {},
"presence": {},
"availability": {
"roles": [
"itil"
]
}
}
ServiceNow Community Rising Star 2022/2023