Schedule validation

The schedule validation functionality checks that the employee is scheduled to work at the time of the clock punch. If an employee attempts to punch in when they are not scheduled, the punch is rejected with a validation message. For example, if the employee is not scheduled for today but has a future schedule, the message Not Scheduled Until MM/dd/yyyy HH:mm is displayed on the clock.

Depending on your system configuration, you can enable schedule validation in one of the two places:
  • If you are using the Readers form, select the Enable Schedule Validation check box.

    See the Infor Workforce Management User and Administration Library (Multi-tenant) and select Administrator > Clocks > 8000 or 900 Series Clock > Configuring the clock > Clock setup in WFM > Adding clock readers.

  • If you are using Reader Configuration in WFM, use the validation.schedule.enable property in the configuration.

    See the Infor Workforce Management User and Administration Library (Multi-tenant) and select Administrator > Clocks > 8000 or 900 Series Clock > Configuring the clock.

    See the Infor Workforce Management User and Administration Library (Multi-tenant) and select Administrator > Clocks > 8000 or 900 Series Clock > Configuring the clock > Using reader configurations.

Note: 

For each employee who requires schedule validation, you must select the Enforce Schedule check box for the employee badge.

See the Infor Workforce Management User and Administration Library (Multi-tenant) and select Administrator > Clocks > 8000 or 900 Series Clock > Clock employee administration > Looking up badge numbers.

Grace period

You can define independent grace periods for the start and end of a scheduled shift:

  • grace_in_minutes_before_start — minutes before scheduled start that an employee can clock in
  • grace_in_minutes_after_start — minutes after scheduled start that an employee can clock in
  • grace_in_minutes_before_end — minutes before scheduled end that an employee can clock out
  • grace_in_minutes_after_end — minutes after scheduled end that an employee can clock out

These replace the previous start_grace_in_minutes and end_grace_in_minutes properties. On upgrade, existing values are automatically carried over to the corresponding new properties.

The grace periods apply to the following swipes in swipe order validation:
  • Start Grace: Applies to Clock IN swipes and a non-break time code change that serves as the beginning swipe of a shift.
  • End Grace: Applies to Clock OUT swipes.
Note: If a swipe is made outside of the employee’s scheduled time and the grace periods, the swipe is rejected if accept_when_no_schedule is set to N.

Grace period configuration depends on how your system is set up:

  • In the Readers form, use the Start Grace and End Grace fields.
  • If you are using Reader Configuration in WFM, use these properties:
    • validation.schedule.grace_in_minutes_before_start
    • validation.schedule.grace_in_minutes_after_start
    • validation.schedule.grace_in_minutes_before_end
    • validation.schedule.grace_in_minutes_after_end