How do I Disable/Hide the Issue's Overview tab in UI builder for my compliance workspace completely

John46
Tera Contributor

find_real_file.png

1 ACCEPTED SOLUTION

Naveen Kumar4
ServiceNow Employee
ServiceNow Employee

Hi John,

 

Navigation to experiences -> select compliance workspace -> You can find chrome_toolbar property from related list. 

Open the chrome_toolbar property record and remove issue-landing-page route object from the value column.

It looks like below.

{
"id": "issue-landing-page",
"label": {
"message": "Issues overview",
"translatable": true
},
"icon": "clipboard-exclamation-outline",
"viewportInfo": {},
"routeInfo": {
"route": "issue-landing-page"
},
"group": "top",
"order": 175,
"badge": {},
"presence": {},
"availability": {}
}

 

Thanks,

Naveen

View solution in original post

4 REPLIES 4

Community Alums
Not applicable

Hi John,

  1. Navigate to All > Workspace Experience > Forms > Workspace View Rules.
  2. Click the rule that you want to modify.

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep

Naveen Kumar4
ServiceNow Employee
ServiceNow Employee

Hi John,

 

Navigation to experiences -> select compliance workspace -> You can find chrome_toolbar property from related list. 

Open the chrome_toolbar property record and remove issue-landing-page route object from the value column.

It looks like below.

{
"id": "issue-landing-page",
"label": {
"message": "Issues overview",
"translatable": true
},
"icon": "clipboard-exclamation-outline",
"viewportInfo": {},
"routeInfo": {
"route": "issue-landing-page"
},
"group": "top",
"order": 175,
"badge": {},
"presence": {},
"availability": {}
}

 

Thanks,

Naveen

Rakesh Chigari
Tera Guru

@john

May i know what is the business use case behind disabling/hiding issue overview tab in compliance workspace 

hello. user didn't want it