CandidateCertificationRequirementEditHistoryFieldChange
Represents field-specific updates that occur within certification requirement edit history entries. This table supports granular auditing by identifying the values that are modified and the context for each change.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
The unique identifier (Id) for this field change record. This field supports detailed auditing by linking each update to the specific change event that modified a certification requirement. |
| ColumnName | String | False |
The name of the field that is updated during the change event. This field supports traceability by identifying which attribute of the certification requirement is affected. |
| Display | String | False |
The display label for the field that is updated. This field improves readability by presenting a user-friendly name that is shown in audit logs and review tools. |
| EditHistoryId | Int | False |
The Id that links this field change to the associated edit history entry. This field maintains relational continuity by grouping all updates that occur during the same modification event. |
| NewValue | String | False |
The value that is applied to the field after the change event. This field supports comparison and oversight by showing what the updated certification requirement reflects after the modification. |
| OldValue | String | False |
The value that exists before the field is updated. This field enables auditing and rollback analysis by preserving the prior state for review. |