EmployeeRate
Tracks employee rate records, detailing pay rates and associated financial data.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
The unique identifier for the employee rate record. |
| Employeekey | Int64 | False |
The internal key for the employee associated with the rate. |
| Employeeid | String | False |
The ID of the employee associated with the rate. |
| Employeename | String | False |
The name of the employee associated with the rate. |
| Billingrate | Double | False |
The billing rate for the employee. |
| Salaryrate | Double | False |
The salary rate for the employee. |
| Ratestartdate | Datetime | False |
The start date for the employee's rate. |
| Rateenddate | Datetime | False |
The end date for the employee's rate. |
| Whencreated | Datetime | False |
The date and time when the employee rate record was created. |
| Whenmodified | Datetime | False |
The date and time when the employee rate record was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the employee rate record. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the employee rate record. |
| Record_url | String | False |
The URL link to the employee rate record. |