RE_CALC_ON_APPROVAL

Description:

Specifies how the system recalculates employee time and attendance records when an employee approves their time attestation in the Self-Service Portal (SSP) or Mobile Clock.

When set to FALSE, no recalculation is performed when time attestation is approved. The default value for this key is FALSE.

When set to TRUE, recalculates time records immediately and synchronously upon attestation approval. The user must wait while the rule engine recalculates the record before the approval completes.

When set to ASYNC, defers recalculation to run asynchronously in the background. The attestation approval status is updated immediately in the user interface without freezing the screen or blocking the user. The recalculation request is queued and processed sequentially by the background EmployeeRecalculateTask job scheduler task, ensuring pay rules and authorization policies are applied without impacting system performance.

Note: If set to ASYNC, ensure the EmployeeRecalculateTask job scheduler task is enabled and scheduled to run at a regular interval so pending recalculation queues are processed promptly.
Default Value:

FALSE

Allowed Configuration Value:

TRUE, FALSE, ASYNC

Effective:

2026.11