Modify Service Operations Workspace Schedule Section
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
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.