Validation bypass configuration

Validation bypass is controlled per validation. For each supported validation, administrators can configure whether employees are allowed to bypass that validation on the clock.

Current clock validations are not tied to user identity, so the same bypass setting applies to all swipes processed by that clock configuration.

There are two configuration layers:
  • Server configuration (settings.conf)
  • Reader configuration (RESTful configuration)

Server configuration (settings.conf)

At the server level, each supported validation can be configured with a bypass setting using the following property:

com.infor.wfm.clock.server.validation.[validation name].bypass=false

Replace [validation name] with the validation identifier, for example:

com.infor.wfm.clock.server.validation.BreakLengthValidation.bypass=false
com.infor.wfm.clock.server.validation.SameMinuteValidation.bypass=false

Set the value to true to allow employees to bypass that validation at the clock. To enable bypass, set the value to true.