AristoTelos Academy

CheckAgentStatesJob for Multi-Level Attendance Violations

CheckAgentStatesJob for Multi-Level Attendance Violations

Use Case

More serious violations can replace lower-level violations using LowerTag.

Late login up to 15 minutes

{
"ErrorType": "LateLogin",
"Tag": "Late login up to 15 minutes",
"Tolerance": "00:15:00"
}

Late login over 15 minutes replacing lower violation

{
"ErrorType": "LateLogin",
"Tag": "Late login over 15 minutes",
"LowerTag": "Late login up to 15 minutes",
"Tolerance": "00:16:00"
}

Was this helpful?