Workspace

shivani42
Tera Contributor

Hello All,

 

I have a requirement where all the records for incident list in service now operation workspace should be opened in Details tab by default. But it is getting opened in overview tab by default right now. Can someone please help with this.

 

Thanks, 

Shivani 

1 ACCEPTED SOLUTION

Haseeb-Ahmed
ServiceNow Employee
ServiceNow Employee

Hi,

You may change "order" field value to 1000 of the record with sys_id = 394d88d57341301045216238edf6a721 in table sys_ux_app_route.

 

Please mark it helpful if it answers your query.

 

Screenshot 2024-02-08 at 7.30.18 PM.png

Thanks,
Haseeb Ahmed

View solution in original post

15 REPLIES 15

Cool, so mostly SRP version of sow record page "name - Record(SRP Record)" is getting used.

1. In SRP page, tabs are divided into 3 page collections/Extension points

SOW - Record tabs left

SOW - Record tabs middle

SOW - Record tabs right

2. Now, if you want to change order of tabs within a page collection then you may go to sys_ux_app_route and change order of your page.

Or if you want to change order of tabs across page collection then you may go to sys_ux_app_route and change extension point

Refer screen shots

Screenshot 2024-08-23 at 12.10.00 PM.pngScreenshot 2024-08-23 at 1.32.14 PM.png

 

Please accept solution and mark it helpful if it answers your query.

Thanks,
Haseeb Ahmed

I changed the order to 1200 and other values , but nothing has been reflected in the workspace tabs.

madhuri15_0-1724407677257.png

 

Please change extension point field to "SOW - Record tabs middle" (refer screenshot)

Screenshot 2024-08-23 at 3.50.02 PM.png

 

If still it is not working, please send screen shot of record page variants similar to below

Screenshot 2024-08-23 at 3.50.34 PM.png

 

 

Please accept solution and mark it helpful if it answers your query.

Thanks,
Haseeb Ahmed

Hi Ahmed, 

 

It worked for me after changing the extension point, Is it ok to change the extension points ?

madhuri15_1-1724410157455.png

 


Can we swap the tabs based on the condition? I mean normal incidents should have "Details" tab as the first tab, whereas Major incidents should have "Overview" tab as their first tab. Is that even possible?

1. We can change extension point as per our custom use case

2. Dynamically changing order of tabs not possible as of now