- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2022 06:49 AM
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)
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2022 09:20 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2022 09:20 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2022 01:08 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-25-2022 05:47 AM
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:
Which workspace are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2022 12:08 AM - edited ‎10-26-2022 12:10 AM
Thank you,
Now the fun part begins
It is in a custom workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2024 07:40 PM
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!