- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 04:50 AM
Hello All,
I would like to hide the Overview section in the Change Request in the Service Operation Workspace. Please let me know where is the configuration for this sections in ServiceNow.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 06:10 AM
Hi @varunkumar1 ,
Navigate to the sys_ux_app_route table ( sys_ux_app_route.LIST) and find the record where "Screen Collection" = Change Overview.
In this record, remove the value on the "Screen Collection" field so it's empty (you'll need to be in the proper scope in order to modify this record). Then Save.
Then, The Overview tab in incident form in SOW will be removed accordingly after.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2024 06:10 AM
Hi @varunkumar1 ,
Navigate to the sys_ux_app_route table ( sys_ux_app_route.LIST) and find the record where "Screen Collection" = Change Overview.
In this record, remove the value on the "Screen Collection" field so it's empty (you'll need to be in the proper scope in order to modify this record). Then Save.
Then, The Overview tab in incident form in SOW will be removed accordingly after.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 10:47 PM
Hi Sandeep,
It worked. Thanks for the solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 12:37 AM - edited 02-29-2024 12:38 AM
I tried the same for the Observation record in the Audit workspace.
Go to UX App Routes table and find the record with below filter
Open the record and remove the screen collection, but I could still see the overview tab in the workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2024 10:11 PM
Hello Sandeep, I do not want to remove the overview page. Instead, is there a way to land in the details page when user clicks on Create a new change request? Currently, when a new change is created, it lands in the overview page.