PayrollWageItems
Create and query Reckon Wage Payroll Items.
Columns
Name | Type | ReadOnly | References | Description |
ID [KEY] | String | True |
The unique identifier. | |
Name | String | False |
The name of the payroll item. This is required to have a value when inserting. | |
IsActive | Boolean | False |
Whether or not the payroll item is active. | |
WageType | String | False |
The type of pay. The allowed values are Bonus, Commission, HourlyOvertime, HourlyRegular, HourlySick, HourlyVacation, SalaryRegular, SalarySick, SalaryVacation. | |
ExpenseAccountRef_FullName | String | False |
Accounts.FullName |
The expense account name for this wage payroll item. ExpenseAccount or ExpenseAccountId must have a value when inserting. |
ExpenseAccountRef_ListID | String | False |
Accounts.ID |
The expense account Id for this wage payroll item. ExpenseAccount or ExpenseAccountId must have a value when inserting. |
TimeCreated | Datetime | True |
The datetime the payroll item was made. | |
TimeModified | Datetime | True |
The last datetime the payroll item was modified. | |
EditSequence | String | True |
An identifier used for versioning for this copy of the object. |