- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2019 10:55 AM
Most of our assignment groups use a weekly rotation and rotate at 0800 Central Time on Monday mornings. However, we have one group that wants to rotate their on-call rotations every 2 days. We found in the Primary Roster that we can choose to rotate either Daily or Weekly. And with weekly we can have specify a time, but when we switch to Daily the time field disappears. And of course when we choose daily the rotation occurs like it's supposed to but at 0000 instead of 0800 when we want it to occur. So is the time field just something that we need to have our developers/admins unhide, or does anyone else know how to tell ServiceNow that when we say Days we are talking 0800-0800 not 0000-2359?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 04:36 AM
Across days can be achieved by setting sys_property "com.snc.on_call_rotation.factor_daily_rotation_interval_all_day" to "false". This properties allows user to have schedule across days. This property has been introduced in ServiceNow 'london' version.
Time need to adjusted on Rota's schedule. Go to rota -> schedule -> schedule entry -> adjust to and from date times accordingly.
On Primary roster you can keep "Rotate Interval" to "Daily" and "Rotate every" to 2 days.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2019 01:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2019 04:36 AM
Across days can be achieved by setting sys_property "com.snc.on_call_rotation.factor_daily_rotation_interval_all_day" to "false". This properties allows user to have schedule across days. This property has been introduced in ServiceNow 'london' version.
Time need to adjusted on Rota's schedule. Go to rota -> schedule -> schedule entry -> adjust to and from date times accordingly.
On Primary roster you can keep "Rotate Interval" to "Daily" and "Rotate every" to 2 days.