JobSubmissionEditHistoryFieldChange
Represents individual field-level updates that occur within job submission edit history entries. This table supports detailed auditing by identifying which values are modified and how those changes influence submission workflows.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobSubmissionEditHistoryFieldChange record. This value links each field-level modification to a specific edit history event so the system can reconstruct exact changes. |
| ColumnName | String | False |
Captures the name of the column that is modified in the job submission record. This information allows the system to identify which specific attribute is altered during the update. |
| Display | String | False |
Stores the display-friendly version of the field name that is associated with the change. This value enables user interfaces and audit tools to present the modified field in a readable format. |
| EditHistoryId | Int | False |
Indicates the Id of the related JobSubmissionEditHistory record. This linkage ensures that the system groups the field-level change with the broader modification event. |
| NewValue | String | False |
Captures the updated value that is applied to the field. This information provides a record of the result of the change for audit reconstruction and data validation. |
| OldValue | String | False |
Captures the previous value that is associated with the field before the modification. This historical reference supports comparison, audit analysis, and troubleshooting activities. |