On-Call Scheduling get On-call members and their working time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 07:57 AM
In the on-call scheduling module, I have a requirement to get the data of all the on-call persons and their shift timings depending on the group.
Ex: Group A has 1 member and that member works from 9:00 AM to 5:00 PM on weekdays.
I need the start and end times of all the members in a particular group.
Note: There is one table On-Call Hours (st_on_call_hour) which fulfills my requirements but no data gets stored in this table.
Thank You for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 08:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 08:33 AM
Hello Sandeep,
Thank you for this, but I am looking for something a little more than that
Is there any way I can get that data in JSON format or in an Excel file
Is there a table where all these values are stored?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 08:58 AM
I'm struggling with the same thing. Found the script include that generates data for that table, but have been unable to find anything that calls it. Especially as it is server-side only. There has to be a query business rule or something of that nature that triggers on any search for that table to generate the data.