TAFW Base Duration Recalculation Job Errors Report

Ad Hoc Reporting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
TAFW Base Duration Recalculation Job Errors Report

The TAFW Base Duration Recalculation Job Errors Report contains a list of time away requests with errors that need to be recalculated. The report includes details about the problematic time away requests including their duration, their associated pay codes and errors, and whether they’re all day requests.

You might need to run the TAFW Base Unit Duration Recalc background job in System Admin > Background Jobs before running this report so that Dayforce can reconcile any TAFW updates. See TAFW Base Unit Duration Recalc in the Dayforce Implementation Guide.

Note: This report template doesn’t include filters.

Fields

Fields included in the report template
Field Name Group by Sort Order Totals
Start Date   Oldest to Newest  
Start Time   Oldest to Newest  
Job Reference      
Employee Name      
All Day      
End Date      
End Time      
Pay Code Name      
Error Message      

Custom Fields

All Day

Shows if the time away request is an all day request. It uses the following expression:

IIF(EmployeeTAFW.AllDay = 1, 'Yes', 'No')

Start Date

Shows the start date of the time away request. It uses the following expression:

TAFWBaseUnitDurationRecalcJobErrorFromLastRun.TimeStart

End Date

Shows the end date of the time away request. It uses the following expression:

IIF(EmployeeTAFW.AllDay = 1, TAFWBaseUnitDurationRecalcJobErrorFromLastRun.TimeEnd - 1, TAFWBaseUnitDurationRecalcJobErrorFromLastRun.TimeEnd)

Start Time

Shows the start time of the time away request. It uses the following expression:

IIF(EmployeeTAFW.AllDay = 1, NULL, TAFWBaseUnitDurationRecalcJobErrorFromLastRun.TimeStart)

End Time

Shows the end time of the time away request. It uses the following expression:

IIF(EmployeeTAFW.AllDay = 1, NULL, TAFWBaseUnitDurationRecalcJobErrorFromLastRun.TimeEnd)