SOW - Custom tab Component

Akanksha07
Tera Contributor

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?

2 ACCEPTED SOLUTIONS

mayankkumar
Kilo Patron

Hi @Akanksha07 

Here’s what you can do:

  1. Open UI Builder from the Application Navigator.

  2. In Page Collections, search for SOW Sidebar Tabs Top — this is the one used in the contextual sidebar of the SOW.

  3. 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

View solution in original post

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

mayankkumar_0-1751956399612.png

 


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

 

View solution in original post

5 REPLIES 5

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

mayankkumar_0-1751956399612.png

 


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