JobOrderEditHistory
Tracks historical changes that are applied to job order records. This table supports auditing and transparency by documenting lifecycle updates that affect job requirements, status changes, or recruiter actions.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobOrderEditHistory record. This value supports audit tracking and provides a stable reference point for retrieving historical job-order changes. |
| AuditTrail | String | False |
Captures the detailed audit information that is associated with the JobOrderEditHistory record. This content supports compliance reviews and provides a chronological summary of modifications. |
| DateAdded | Datetime | False |
Indicates the date and time when the JobOrderEditHistory record is added. This value helps establish the timing of changes for reporting and audit sequencing. |
| MigrateGUID | String | False |
Captures the globally uniquie migration Id that is assigned to the JobOrderEditHistory record. This value supports data-migration integrity and cross-system synchronization. |
| ModifyingPersonId | Int | False |
Represents the Id of the person who performs the modification that is logged by the JobOrderEditHistory record. This value supports accountability, auditing, and user-level tracking. |
| TargetEntityId | Int | False |
Represents the Id of the entity that is affected by the logged modification. This value supports relational tracing and enables targeted retrieval of change history. |
| TransactionID | String | False |
Captures the transaction Id that is associated with the recorded modification. This value supports transactional integrity, troubleshooting, and system-level diagnostics. |