Tables that hold current on-call info

Steve Fisher
Kilo Contributor

I have a need to get all of the people who are on-call at a given moment in time.  If I have 11 rotations for example and only one person is on-call at any moment in time I would want to get 11 records.

I would prefer to select the data from tables.  It looks like "SCHEDULE ENTRY" might have some of the information I need.  Or it might be "ROSTER SCHEDULE ENTRY" but neither of these tables even give me all of the information (I know I need to get additional data from GROUPS, USER, etc) but where/how would I get those 11 records.  Can someone help me out and point me the way?  Thanks.

7 REPLIES 7

Michael Fry1
Kilo Patron

Use Schedule Report module under On-Call. Add your groups, it will show you comprehensive list of users on-call. They filter Start and End dates by datetime.

Steve Fisher
Kilo Contributor

I really don't believe that I can.  I am creating a Microsoft Flow using the ServiceNow connector so I believe that I am limited to the tables surfaced there.  The data from that report is what I am looking for - I just need to know the source tables.

 

Thanks!

Correct, it's not a table as the report is built on the fly and not stored in the table.

Steve Fisher
Kilo Contributor

But the data is stored somewhere.  I'm just hoping to find the "where".  Thanks again.