- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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?
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
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,