BillableChargeEditHistoryFieldChange
Represents the change to an individual field that appears in the edit history for a billable charge. This table enhances billing transparency by documenting value changes, adjustment reasons, and their effects on financial reporting.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for this field-level change entry. This field supports detailed auditing by distinguishing each modification that is recorded when a billable charge is updated. |
| ColumnName | String | False |
Indicates the name of the column that is affected by this change. This field supports audit-trail visibility by identifying which attribute of the billable charge record is modified. |
| Display | String | False |
Captures the user-friendly label for the field that is changed. This field enhances review accuracy by helping users interpret the field's meaning during audit analysis. |
| EditHistoryId | Int | False |
References the Id of the associated edit history entry for the billable charge update. This field links each field-level change to its broader update event so that auditors can understand the full context of the modification. |
| NewValue | String | False |
Stores the new value that is assigned to the field during the update. This field supports change tracking by documenting the value that results from the modification. |
| OldValue | String | False |
Stores the original value that is replaced during the update. This field enables before-and-after comparison by showing what the value was prior to the recorded change. |