EmployeeType
Defines employee types for categorization and operational grouping.
Columns
| Name | Type | ReadOnly | Description |
| Name [KEY] | String | False |
The name of the employee type. |
| Parent_name | String | False |
The name of the parent employee type, if applicable. |
| Status | String | False |
The current status of the employee type. |
| Recordno | Int64 | False |
The unique identifier for the employee type record. |
| Form1099type | String | False |
The Form 1099 type associated with the employee type. |
| Form1099box | String | False |
The Form 1099 box associated with the employee type. |
| Whencreated | Datetime | False |
The date and time when the employee type record was created. |
| Whenmodified | Datetime | False |
The date and time when the employee type record was last modified. |
| Createdby | Int64 | False |
The ID of the user who created the employee type record. |
| Modifiedby | Int64 | False |
The ID of the user who last modified the employee type record. |
| Megaentitykey | Int64 | False |
The key of the mega entity associated with the employee type. |
| Megaentityid | String | False |
The ID of the mega entity associated with the employee type. |
| Megaentityname | String | False |
The name of the mega entity associated with the employee type. |
| Record_url | String | False |
The URL link to the employee type record. |