employeetype
Defines the types of employees, such as 'Full-Time', 'Part-Time', 'Contract', used for HR and payroll classifications.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the record, used to track and reference it within the system. | |
| category | String | The category associated with the record, used for classification or grouping of similar items or records within the system. | |
| exempt | Boolean | Indicates whether the record is exempt from certain rules or requirements, such as tax exemptions or other special cases. | |
| externalid | String | An external identifier used to link the record with external systems or services, ensuring integration and synchronization. | |
| includeinkpi | Boolean | Indicates whether the record should be included in key performance indicators (KPI) tracking, typically used for performance reporting. | |
| isinactive | Boolean | Indicates whether the record is marked as inactive, meaning it is no longer in use or relevant in current processes or reports. |