employeechangerequest
Stores records of employee change requests, including role changes, benefit updates, or other HR-related modifications.
Columns
| Name | Type | References | Description |
| declinedby | String | The individual or entity who declined the request, typically used for tracking approval or rejection in the system. | |
| decliningreason | String | The reason provided for declining the request, often used for documentation or auditing purposes. | |
| employee | String | The employee associated with the request or record, typically used for identifying the individual involved in the process. | |
| employeechangerequesttype | String | The type of employee change request, such as 'Promotion', 'Leave of Absence', or 'Salary Adjustment', used to categorize requests. | |
| externalid | String | An external identifier used to link the record with external systems or services, enabling 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, often used for backend tracking and system management. | |
| isinactive | Boolean | Indicates whether the record is marked as inactive, meaning it is no longer in use or relevant within the active process. | |
| justification | String | The justification provided for the request, often used to explain the need or reason behind the action being requested. | |
| nextapprover | String | The individual or role responsible for the next level of approval in the process, ensuring the request moves forward in the approval hierarchy. | |
| origbinactive | Boolean | Indicates whether the original record or request was inactive before the change was proposed, used for tracking changes over time. | |
| proposeddate | Date | The date when the change or request was proposed, used for timeline tracking and historical reference. | |
| requester | String | The individual who initiated or submitted the request, typically the person who needs the change or action to be approved. | |
| requeststatus | String | The current status of the request, such as 'Pending', 'Approved', 'Denied', or 'Completed', used for tracking the approval process. |