UI Builder - Record Page Tabs component: Hide Overview tab from

Jonas VK
Tera Guru

Hi all, i am working on a workspace and they would like to have the overview tab gone from the page.
Is there a way to hide this tab? (see image for reference)

Jonas31_0-1666359973184.png

 

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Jonas,

The overview tabs on record pages in configurable workspaces are managed through the sys_ux_app_route table. This article shows you how to reorder those tabs (It's specific to Service Operations Workspace, but should also work for others). I was able to hide the overview tab by finding the appropriate app route for my workspace and record page, then removing the value of either the screen collection or parent macroponent fields (or both). Unfortunately there is no active flag on that table.

View solution in original post

9 REPLIES 9

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Jonas,

The overview tabs on record pages in configurable workspaces are managed through the sys_ux_app_route table. This article shows you how to reorder those tabs (It's specific to Service Operations Workspace, but should also work for others). I was able to hide the overview tab by finding the appropriate app route for my workspace and record page, then removing the value of either the screen collection or parent macroponent fields (or both). Unfortunately there is no active flag on that table.

Hi, this would work, but i find like 150 overview pages in that list in my application scope, What would be a good way to narrow it down?
where could i find my app route, maybe that could work?

Brad Tilton
ServiceNow Employee
ServiceNow Employee

That is a lot of overview app routes. I have 11 in my test instance. Each overview app route should be tied to an app configuration, a parent macroponent (record tabs), and a screen collection so you'd just need to narrow it down with those three things. For the Service Operations Workspace overview tab on incident it looks like this:

BradTilton_0-1666702014928.png

Which workspace are you using?

 

Thank you,
Now the fun part begins
It is in a custom workspace.

Jayanth_ch
Tera Contributor

Hello,

 

please follow this article to resolve the issue: Click here to view the article,

 

If you found this helpful, please mark it as helpful!