EmployeePayrollEntitlementItems
Employee payroll entitlement items.
Table Specific Information
Select
The driver will process all filters client side.
Columns
| Name | Type | Description |
| PayrollDetailsID [KEY] | Uuid | Unique identifier in the form of a guid. |
| CarryOver | Decimal | The number of hours carried over from the previous payroll year. |
| EntitlementCategoryID | Uuid | Unique category identifier in the form of a guid. |
| EntitlementCategoryName | String | Name of the category. |
| EntitlementCategoryType | String | Indicates the type of payroll category ie: Wage, Deduction, Superannuation. |
| EntitlementCategoryURI | String | Uniform resource identifier associated with the category object. |
| IsAssigned | Boolean | True or false. |
| Total | Decimal | The number of hours available on the entitlement (Total = CarryOver + YearToDate). |
| YearToDate | Decimal | Net number of hours accrued this payroll year. |
| CompanyFileId | String | The ID of the company file. Takes precedence over the CompanyFileId connection property. |