Break length validation
The break length validation checks the length of employee breaks when they punch back
in for work. Long breaks are rejected. This validation uses some unique conditions, which
require additional configuration.
Depending on your system configuration, you will use either a reader configuration in WFM or the settings.conf file on the server to configure validations.
Reader configurations
If you are using reader configurations, use these configuration properties to configure the break length validation.
See Using reader configurations.
- validation.break_length.enable
- Enables the break length validation.
- validation.break_length.length_in_minutes
- Number of minutes that the employee should remain off work after recording a break swipe.
- validation.break_length.apply_for_timecodes
- Specify the break time codes that require break length validation.
- validation.break_length.skip_in_supervisor_mode
- Set to Y to skip this validation in supervisor mode.
Settings.conf
If you are not using reader configurations, use these properties in settings.conf to configure the break length validation.
- com.infor.wfm.clock.server.validation.BreakLengthValidation.length
- Number of minutes that the employee should remain off work after recording a break swipe.
- com.infor.wfm.clock.server.validation.BreakLengthValidation.skipwhensupervisor
- Set to true to skip this validation in supervisor mode.
- com.infor.wfm.clock.server.validation.BreakLengthValidation.tcode
- Specify the break time codes that require break length validation.
- com.infor.wfm.clock.server.validation.BreakLengthValidation.timeformat
- Specify the time format for the validation message.