JobSubmissionCertificationRequirementEditHistory
Tracks the historical updates that are applied to job submission certification requirements. This table supports audit and compliance visibility by documenting changes that influence candidate qualification status.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobSubmissionCertificationRequirementHistory record. This value enables the system to distinguish this history entry from other certification-related audit records. |
| AuditTrail | String | False |
Captures the audit trail that is associated with the JobSubmissionCertificationRequirementHistory record. This information preserves a detailed change narrative so that administrators can review how the requirement has evolved over time. |
| DateAdded | Datetime | False |
Indicates the date and time when the JobSubmissionCertificationRequirementHistory record is added. This timestamp supports chronological tracking and helps users understand when an update occurred within the audit sequence. |
| MigrateGUID | String | False |
Captures the globally unique migration Id that is associated with this history record. This value supports migration reconciliation by linking the history entry to a specific data-migration event. |
| ModifyingPersonId | Int | False |
Represents the Id of the person who modifies the certification requirement and triggers creation of this history record. This value supports accountability by identifying who performed the change. |
| TargetEntityId | Int | False |
Represents the Id of the entity that is targeted by the history entry. This value provides linkage between the modification event and the specific requirement instance that is affected. |
| TransactionID | String | False |
Captures the transaction identifier that is associated with the change operation. This value supports system-level traceability by correlating the history entry with the precise action that produces it. |