CandidateCertificationRequirementEditHistory
Tracks the historical changes that are applied to certification requirement records. This table supports compliance tracking by documenting modifications that can affect job qualifications or hiring workflows.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for record of this certification requirement edit history. This field supports audit accuracy by distinguishing each recorded update in the candidate certification requirement lifecycle. |
| AuditTrail | String | False |
Captures the audit trail that is associated with this edit history record. This field supports transparency by storing the detailed sequence of actions that occurred during the update event. |
| DateAdded | Datetime | False |
Indicates the date and time when this edit history record is created. This field supports chronological tracing by establishing when changes to candidate certification requirements were logged. |
| MigrateGUID | String | False |
Stores the unique identifier for the migration object that is associated with this edit history entry. This field supports data migration tracking by linking the record to system processes that occur during data import or conversion. |
| ModifyingPersonId | Int | False |
Specifies the Id of the user who modifies the candidate certification requirement. This field supports accountability by identifying who performs the update. |
| TargetEntityId | Int | False |
Indicates the Id of the candidate certification requirement that is affected by this change. This field supports accurate linkage by connecting the edit history entry to the specific requirement record. |
| TransactionID | String | False |
Stores the transaction Id that is associated with this update. This field supports system reconciliation by linking the change event to the broader transaction in which it occurs. |