Consecutive ON validation
The consecutive ON validation prevents consecutive ON swipes from being performed within a specified number of minutes. This applies to labor metric swipes that have been configured to be treated as ON swipes. You can specify which swipe types are treated as ON swipes.
Use these properties in settings.conf to configure the consecutive ON validation:
- com.infor.wfm.clock.server.validation.ConsecutiveOnValidation
-
This property is commented out by default. Remove the comment to enable the validation.
#!class.validation.WB8000.013 = com.infor.wfm.clock.server.validation.ConsecutiveOnValidation
- com.infor.wfm.clock.server.validation.ConsecutiveOnValidation.length
- Specify the number of minutes within which two consecutive ON swipes are not allowed. For example, if you specify 5, then an ON swipe is not allowed within five minutes of the previous ON swipe. If you specify 0, then consecutive ON swipes are not allowed at all.
- server.treat.department.as_on
- Indicates whether department swipes are treated as ON swipes.
- server.treat.docket.as_on
- Indicates whether docket swipes are treated as ON swipes.
- server.treat.job.as_on
- Indicates whether job swipes are treated as ON swipes.
- server.treat.project.as_on
- Indicates whether project swipes are treated as ON swipes.
- server.treat.tcode.as_on
- Indicates whether time code swipes are treated as ON swipes.
- message.validation.ConsecutiveOnValidation.badmessage
- Specify the message that is shown when a consecutive ON swipe is rejected by the validation. The default message is "You are already clocked ON."