AppointmentEditHistoryFieldChange
Represents the individual field-level modifications that are associated with appointment edit history entries. This table supports detailed auditing by documenting which values are changed, when the changes occur, and how those changes affect appointment workflows.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for the record that captures a change to an appointment field within the edit history.This field supports audit precision by linking each modification to a distinct entry within the edit history. |
| ColumnName | String | False |
Identifies the name of the column that was updated during the appointment change. This field supports change analysis by indicating which appointment attribute was modified. |
| Display | String | False |
Provides the display label that is associated with the updated column. This field supports user-facing audit clarity by showing the readable field name that appears in the interface. |
| EditHistoryId | Int | False |
References the Id of the appointment edit history record that this field change belongs to. This field supports historical accuracy by grouping individual field updates under the corresponding edit event. |
| NewValue | String | False |
Captures the new value that is assigned to the updated appointment field. This field supports comparison tasks by showing the result of the user's modification. |
| OldValue | String | False |
Captures the previous value that the appointment field contained before the update occurred. This field supports audit review by enabling evaluators to understand what changed and why the change may have been made. |