Configuration of swipe order validation

Depending on your system configuration, you can configure swipe order validation using the properties in the settings.conf file.

See the Configuring the clock.

Settings.conf

Use these properties in settings.conf to configure how swipe order validation is applied.
SwipeOrderValidation.proximityThreshold
Specifies how long, in minutes, the swipe order validation logic is enfoced in the clock server. For example, SwipeOrderValidation.proximityThreshold=480.
SwipeOrderValidation.skipwhensupervisor
When set to true, swipe order validation is skipped while the clock is in supervisor mode. When set to false, swipe order validation is enforced in supervisor mode.
For example, SwipeOrderValidation.skipwhensupervisor=true.
SwipeOrderValidation.type
Specify the swipe types which needs swipe order validation. For example, SwipeOrderValidation.type=01,02,06.
class.validation.WB8000.014
Maps the validation ID used by the clock to implement swipe order validation. This property is used to enable swipe order validation and must be defined for the validation to run.
For example, class.validation.WB8000.014=com.infor.wfm.clock.server.validation.SwipeOrderValidation.