Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Modify Service Operations Workspace Schedule Section

vluz
Tera Contributor

Hi!

How would I be able to add a new field in the Schedule > Edit Shift > Members tab within the Service Operations Workspace?

This is where I need a new field coming from the cmn_rota_roster table:

vluz_0-1757593514061.png

 

1 REPLY 1

sizzleMcFace
Tera Guru

If you examine your URL, it should be something like: /now/sow/schedules/params/selected-sidebar/shifts

 

Here "schedules" is the name of the Page that you are on and "shifts" is the name of the side-bar, within which you want to extend the "Members" tab. You can find the page in question in the UI Builder and try to figure out the component/page which contains the side-bar. You will have to clone that component or create a new variant of that page, and extend it as you need.