SHIFT_PATTERN_ROUND_FOR_OPTIMIZATION

This registry parameter specifies the rounding option used by the optimization engine to align fixed shifts with schedule intervals.
Description:
The Staff Groups model rounds fixed shifts that do not align with schedule intervals during schedule generation to the closest interval. These rounding options are available:
DEFAULT
The start time of the shift is rounded down to the start of its current interval. The end time of the shift is rounded up to the start of the next interval.
UP
Both the start time and end time of the shift are rounded up to the start of the next interval.
DOWN
Both the start time and end time of the shift are rounded down to the start of its current interval.
CLOSEST
Both the start time and end time of the shift are rounded to the start of the closest interval.
UP_DOWN
The start time of the shift is rounded up to the start of the next interval. The end time of the shift is rounded down to the start of its current interval.
Note: This registry parameter is not supported in the Auto-Assignment model.
Valid Values:

DEFAULT, UP, DOWN, CLOSEST, UP_DOWN

Default Value:

DEFAULT

Location:

system/modules/scheduleOptimization

Effective:

2022.10.00, 7.1.0.34