Examples
This section includes some practical examples of how employees are handled using this filter.
Example Configuration
The following examples use these configuration settings:
EMP_FLAG: EMP_FLAG2
Value: True (checkbox selected)
In this example, EMP_FLAG2 is used to record the union status for the employee.
Each of these examples also use the Maximum Hours Per Day rule with the following configuration:
Hours: 8
Example 1 - Pass
Employee A has the EMP_FLAG2 set to True and is scheduled to work for 10 hours.
The filter passes this employee to the Maximum Hours Per Day rule. Schedule compliance returns a violation as the hours (10) exceed the defined maximum (8).
Example 2 - Not Passed
Employee B has the EMP_FLAG2 set to False and is scheduled to work 6 hours.
The filter does not pass this employee to the Maximum Hours Per Day rule, so the hours are not validated.