Hide left navigator applications in Agent Operations Workspace

Community Alums
Not applicable

Does someone know how to hide left navigator applications in Agent Operations Workspace? Looking for some help please. 

 

Thanks

2 REPLIES 2

Sid_Takali
Kilo Patron
Kilo Patron

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.

SiddharamTakal_3-1686681553381.png

 

SiddharamTakal_2-1686681424607.png

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

 

JagjeetSingh
Kilo Sage
Kilo Sage

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"
      ]
    }
  }

 

 

 

Jagjeet Singh
ServiceNow Community Rising Star 2022/2023