The CreatorCon Call for Content is officially open! Get started here.

Hide Overview Tab on Change Request in Service Operations Workspace.

ChamaneshwaP
Tera Contributor

I had a Requirement, need to hide the Overview tab on Create New Change Request.

ChamaneshwaP_0-1757331574565.png

 

2 ACCEPTED SOLUTIONS

Bhuvan
Mega Patron

@ChamaneshwaP 

 

Go to UI Builder -> Page Collection and open 'SOW - Record tabs left'

Bhuvan_2-1757333717093.png

 

Open 'Change Overview SNC' settings and make it inactive and save it [uncheck 'active' under Availability section]

Bhuvan_3-1757333780474.png

 

Refresh the page and try to create a new Change Request

Bhuvan_4-1757333814535.png

 

I hope you appreciate the efforts to provide you with detailed information. As per community guidelines, you can accept more than one answer as accepted solution. If my responses helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

View solution in original post

@Ankur Bawiskar 

 

i am not sure if that is the original request but is doable & would need additional testing

Bhuvan_2-1757349932339.png

We can create a new variant and make 'Change Overview SNC' active and set to call when opening existing change requests [screen condition, sysId != '-1']

 

For new change requests, we can use inactive 'Change Overview SNC' with screen conditions

[Sys ID == '-1'] so that overview tab is hidden

 

https://www.servicenow.com/docs/bundle/zurich-application-development/page/administer/ui-builder/con...

 

Hope it helps !

 

Thanks,

Bhuvan

View solution in original post

13 REPLIES 13

@Ankur Bawiskar 

 

i am not sure if that is the original request but is doable & would need additional testing

Bhuvan_2-1757349932339.png

We can create a new variant and make 'Change Overview SNC' active and set to call when opening existing change requests [screen condition, sysId != '-1']

 

For new change requests, we can use inactive 'Change Overview SNC' with screen conditions

[Sys ID == '-1'] so that overview tab is hidden

 

https://www.servicenow.com/docs/bundle/zurich-application-development/page/administer/ui-builder/con...

 

Hope it helps !

 

Thanks,

Bhuvan

@Bhuvan  

yes this should help

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Thanks @Ankur Bawiskar 

 

@ChamaneshwaP 

 

Did you get a chance to review this ?

 

As per community guidelines, you can accept more than one answer as accepted solution. If my responses helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

need to change the conditions as:

ChamaneshwaP_0-1757502870746.png