- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-05-2025 06:00 AM
Hi,
Iām looking to create a new custom Tab for the contextual side panel in the Service Operations Workspace (SOW), similar to Record information tab works. Can someone please guide me on how to create and configure a custom tab like this in SOW?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-05-2025 06:03 AM
Hi @Akanksha07
Hereās what you can do:
Open UI Builder from the Application Navigator.
In Page Collections, search for SOW Sidebar Tabs Top ā this is the one used in the contextual sidebar of the SOW.
From there, create a new page and add a new variant. No need to worry about data resources ā theyāre inherited automatically, so youāll have access to both the table name and the sys_id of the currently opened record.
If youād like to go a step further and customize things like the tab icon, feel free to reach out ā Iād be glad to assist!
If this was helpful, please mark it as Helpful and Accept as Solution.
Thanks & Regards,
Mayank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-07-2025 11:34 PM
Hi @Akanksha07,
--------------------------------------------------------------------------------------------------------------
You can definitely add a custom icon to your newly created tab
If you want to upload or use a custom icon to your sidebar Nav then here are the steps-:
1.) Upload the image in db_image table which you want to set
2.) Go to your app route for which you want to set the icon, table name sys_ux_app_route
2.) In the Icon column you have to mention the image name from sys_db_image table
you all set to go.
------------------------------------------------------------------------------------------------------------
Please Accept as Solution/Helpful if it solves your problem
Thanks & Regards
Mayank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-07-2025 11:34 PM
Hi @Akanksha07,
--------------------------------------------------------------------------------------------------------------
You can definitely add a custom icon to your newly created tab
If you want to upload or use a custom icon to your sidebar Nav then here are the steps-:
1.) Upload the image in db_image table which you want to set
2.) Go to your app route for which you want to set the icon, table name sys_ux_app_route
2.) In the Icon column you have to mention the image name from sys_db_image table
you all set to go.
------------------------------------------------------------------------------------------------------------
Please Accept as Solution/Helpful if it solves your problem
Thanks & Regards
Mayank