Service operation workspace

Anoja
Mega Sage

Hi,

I have a requirement to move the fields from one tab to another for change request in SOW view.

How to remove details tab and move all the fields to overview tab in SOW.

Thanks,

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron

@Anoja 

Details tab shows the form fields in workspace view

Why to hide that?

if you still require then check my blog where I showed how to hide tab in HR Agent workspace, enhance for SOW

How to Hide a Tab for a Specific Table in HR Agent Workspace Record Page 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

View solution in original post

5 REPLIES 5

Tanushree Maiti
Tera Patron

Hi @Anoja 

 

Using UI Builder you can do the change. Refer this : https://www.youtube.com/watch?v=Q2WfNusHfm4

 

 

  • Open UI Builder by navigating to Now Experience > UI Builder, then launch the Service Operations Workspace.
  • Access the Change Request record page variant.
  • Because out-of-box (OOB) variants are read-only, create a duplicate of the variant. Set the duplicated variant to a lower order value (for example, 0) so it takes precedence over the original version.
  • Remove the Details tab:
    • In UI Builder, locate the tab component within the page structure (typically under a Tabs or Record Page Tabs component).
    • In the content tree, either delete or hide the Details tab node.
  • Move the required fields to the Overview tab:
    • Go to System Definition > Tables and open the change_request table.
    • Open the relevant Form Layout or Form Sections configuration.
    • Using the SOW Change Overview view, add the fields previously shown in the Details tab into the Summary section so they appear under the Overview tab in Service Operations Workspace

 

Also check : Service Operations Workspace - How to edit "Overview" section on a change record?

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
Using Component Builder (yes, Component Builder!) in ServiceNow to modify the overview tab in incidents in Service Operations Workspace. These steps can also be applied to modify the customer information tab in CSM/FSM configurable workspace. Credit to my colleague Casey Barela for finding the ...

Hi @Tanushree Maiti ,

Thanks for your reply.

I am able to move the fields from Details tab to Overview tab. Could you please guide which page i need to select to hide a details tab in our PDI.

Anoja_0-1778841450630.png

 



Thanks,

Ankur Bawiskar
Tera Patron

@Anoja 

Details tab shows the form fields in workspace view

Why to hide that?

if you still require then check my blog where I showed how to hide tab in HR Agent workspace, enhance for SOW

How to Hide a Tab for a Specific Table in HR Agent Workspace Record Page 

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

Hi @Ankur Bawiskar ,

Thank you for your response. 

The requirement is to move all fields and stages to a single tab. Is it possible to move the 'Overview' sections and stages into the 'Details' tab, and then hide the 'Overview' tab instead?

Thanks,