Which table contains on call schedules in ServiceNow?

Nakka Bhavani S
Tera Expert

I would like to know who is the primary and secondary roster contact details for a specific day.

 

I've some community and docs search but couldn't able find the right table which stores these schedules.

 

Could anyone let me know the table which contains the scheduled entries of primary and secondary contacts for on call schedule .

1 REPLY 1

Community Alums
Not applicable

Hi @Nakka Bhavani S ,

Schedule is in table cmn_schedule. group members is in table cmn_rota_roster.

So you can find the active roster for given time in cmn_schedule and the users and their roles in cmn_rota_roster.