CLOCKS_PRIORITY_OVER_SCHEDULE
- Description
-
This parameter controls whether clock ON swipes without corresponding OFF swipes generate work details for all segments of known time before the OFF swipe occurs.
When set to true, work details are created from clocks for all segments of time, regardless if the shift overlaps with a schedule or if an OFF clock is missing. With this setting, the clocks take priority over the schedule.
For example, assume an employee that is scheduled from 1:00am to 9:00am has these clock punches:
- 8:00am: ON
- 11:30am: Meal Start
- 12:00pm: Meal End
In this scenario, these work details are created when the registry is set to true:
- 1:00am - 8:00am: UAT
- 8:00am - 9:00am: WRK
- 9:00am - 11:30am: WRK
- 11:30am - 12:00pm: MEAL
When set to false, work details are created only until the employee's scheduled end time when an OFF clock is missing. This is the default.
- Valid values
-
true, false
- Default value
-
false
- Location
-
system/WORKBRAIN_PARAMETERS/
- Effective
-
2022.03.00