EmployeeAccrualImport
Name: Employee Accrual Import
Type: Interface
Description: Used to import employee accrual information.
| Field | Documentation |
|---|---|
| TransactionDate | Date the record was changed in the source system. |
| TransactionTime | Time the record was changed in the source system. Value is in seconds from midnight. |
| BadgeNum | Employee's badge number. |
| AccrualType | Accrual type identifier from AccrualTypes.AccrualType. References the associated accrual type. |
| LDate | Effective date of the associated balance information. |
| AccrualBalance | Amount of time, in seconds, that the employee has accrued in the current accrual year as of the LDate value. |
| EligibleBalance | Amount of time, in seconds, that the employee has accrued. This amount is eligible for use after the date value in LDate. |
| SSN | Employee's social security number (Optional: used only when the badge number is not available in the source system). |
| AccrualYear | Accrual year of the record. |
| AccrualAfterBalance | Additional accrued time in seconds due to an AccrualGrid band change. This amount may be used after the date value in AccrualAfterDate. |
| AccrualAfterDate | Earliest date when the accrual amount calculated in AccrualAfterBalance may be used. |
| AdditionalEligBalance | Additional accrued time, in seconds, due to an AccrualGrid band change. This amount may be used after the date value in AdditionalEligBalanceDate. |
| AdditionalEligBalanceDate | Earliest date when the accrual amount calculated in AdditionalEligBalance may be used. |
| DoneFlag | If true, the record has been processed and inserted into the database. |
| Violations | Import violations (e.g., 'Invalid Hire Date'). |