JobSubmissionCertificationRequirementEditHistoryFieldChange
Represents field-level modifications that occur within job submission certification requirement edit history entries. This table supports granular auditing by identifying specific values that are changed and their impact on compliance assessments.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobSubmissionCertificationRequirementEditHistoryFieldChange record. This value allows the system to track each individual field-level modification within a certification-related history entry. |
| ColumnName | String | False |
Captures the name of the column that is modified within the JobSubmissionCertificationRequirementEditHistoryFieldChange record. This information helps users understand which specific attribute of the certification requirement is affected by the change. |
| Display | String | False |
Provides the display-friendly representation that is associated with the modified field. This value supports user interfaces that surface descriptive or formatted versions of changed data. |
| EditHistoryId | Int | False |
References the Id of the JobSubmissionCertificationRequirementEditHistory record that is associated with this field-level change. This linkage ensures that each modification is grouped within the correct overarching history event. |
| NewValue | String | False |
Contains the new value that is applied to the modified field. This value enables comparison of updates so that users can determine the outcome of the change. |
| OldValue | String | False |
Captures the previous value that is replaced during the modification. This information supports audit reviews by revealing how the field appeared before the update occurred. |