Examples
This section includes some practical examples of how schedule details are handled using this filter.
Example Configuration
The following examples use these configuration settings:
Hour Types: OT1, OT2
Each of these examples also use the Maximum Hours Per Week rule with the following configuration:
Hours: 10
Example 1 - Pass/Not Passed
Schedule A includes the following schedule details:
| SCHEDULE A | |
|---|---|
| REG | 44 | 
| OT1 | 9 | 
| OT2 | 5 | 
Schedule compliance passes 14 hours to the Maximum Hours Per Week rule:
| SCHEDULE A | |
|---|---|
| OT1 | 9 | 
| OT2 | 5 | 
The filter passes the above schedule details to the Maximum Hours Per Week rule. Schedule compliance returns a violation as the hours (14) exceed the defined maximum (10).
Schedule compliance does not pass 44 hours to the Maximum Hours Per Week rule:
| SCHEDULE A | |
|---|---|
| REG | 44 | 
Example 2 - Pass/Not Passed
Schedule B includes the following schedule details:
| SCHEDULE A | |
|---|---|
| REG | 44 | 
| OT1 | 5 | 
| OT2 | 0 | 
Schedule compliance passes 5 hours to the Maximum Hours Per Week rule:
| SCHEDULE B | |
|---|---|
| OT1 | 5 | 
| OT2 | 0 | 
The filter passes the above schedule details to the Maximum Hours Per Week rule. Schedule compliance does not return a violation as the hours (5) do not exceed the defined maximum (10).
Schedule compliance does not pass 44 hours to the Maximum Hours Per Week rule:
| SCHEDULE B | |
|---|---|
| REG | 44 |