EmployeePayrollCategoryItems
Employee payroll category items.
Table Specific Information
Select
The driver will process all filters client side.
Columns
Name | Type | Description |
EmployeeID [KEY] | Uuid | Unique identifier in the form of a guid. |
Amount | Double | The total amount. |
IsCalculated | Boolean | True or false. |
PayrollCategoryID | Uuid | Unique category identifier in the form of a guid. |
PayrollCategoryName | String | Name of the category. |
PayrollCategoryType | String | Type of the payroll category. |
PayrollCategoryURI | String | Uniform resource identifier associated with the category object. |
CompanyFileId | String | The ID of the company file. Takes precedence over the CompanyFileId connection property. |