EarningType
Manages earning type records, detailing classifications and usage in payroll or compensation.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the earning type record. |
| Name | String | False |
The name of the earning type. |
| Method | String | False |
The method associated with the earning type. |
| Billableacctkey | String | False |
The internal key for the billable account associated with the earning type. |
| Nonbillableacctkey | String | False |
The internal key for the non-billable account associated with the earning type. |
| Billableacctno | String | False |
The account number for the billable account associated with the earning type. |
| Nonbillableacctno | String | False |
The account number for the non-billable account associated with the earning type. |
| Ratemultiplier | Double | False |
The rate multiplier for the earning type. |
| Record_url | String | False |
The URL link to the earning type record. |