JobOrderEditHistoryFieldChange
Represents the field-level updates that occur within job order edit history entries. This table supports granular review by identifying individual value changes that influence reporting and compliance tracking.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the JobOrderEditHistoryFieldChange record. This value supports audit tracking and enables consistent retrieval of individual field-level changes. |
| ColumnName | String | False |
Captures the name of the column that is modified in the JobOrderEditHistoryFieldChange record. This value supports detailed audit reporting and surfaces which specific field is affected. |
| Display | String | False |
Captures the display-friendly representation of the field that is modified. This value supports readable audit logs and improves clarity for administrative review. |
| EditHistoryId | Int | False |
Represents the Id of the related JobOrder edit-history record that is associated with the field change. This value links individual field modifications to the broader edit event. |
| NewValue | String | False |
Captures the new value that is assigned to the modified field. This value supports version comparison, audit accuracy, and rollback considerations. |
| OldValue | String | False |
Captures the previous value that is replaced during the modification. This value supports historical analysis and enables change-detection workflows. |