CandidateCertificationEditHistoryFieldChange
Represents field-level changes that occur within certification edit history records. This table provides granular auditing capabilities by identifying which specific values are updated during certification lifecycle management.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for the change record of this certification edit history field. This field supports precise auditing by enabling the system to distinguish each recorded modification within certification change events. |
| ColumnName | String | False |
Identifies the name of the column that is modified during the certification update. This field supports detailed review by showing which certification attribute was affected. |
| Display | String | False |
Describes the display label that corresponds to the modified certification field. This field supports user-facing clarity by presenting a readable name for the changed attribute. |
| EditHistoryId | Int | False |
References the Id for the entry of the certification edit history that this field change belongs to. This field supports chronological tracking by linking each modification to the broader certification update event. |
| NewValue | String | False |
Captures the updated value that is assigned to the certification field. This field supports audit transparency by documenting the information that replaces the prior value. |
| OldValue | String | False |
Captures the previous value that existed before the certification field was updated. This field supports change comparison by allowing users to review what information was altered during the update. |