employeechangerequesttype
Defines the types of employee change requests, such as address updates, promotions, or compensation changes.
Columns
| Name | Type | References | Description |
| changereason | String | The reason for the change, used to explain the cause or justification behind the update or modification. | |
| description | String | A detailed description of the record or change, providing context or additional information about its purpose or impact. | |
| externalid | String | An external identifier used to link the record with external systems or services, ensuring integration and synchronization. | |
| id | Integer | The unique identifier for the record, used to track and reference it within the system. | |
| internalid | Integer | The internal identifier for the record, typically used for backend tracking and management within the system. | |
| isinactive | Boolean | Indicates whether the record is marked as inactive, meaning it is no longer in use or relevant in active processes. | |
| name | String | The name associated with the record, typically used for identification and reference purposes. | |
| origbinactive | Boolean | Indicates whether the original record was inactive before the change, helping track changes in status over time. |