PayableChargeEditHistoryFieldChange
Captures the change to an individual field that is recorded when a payable charge is updated. This table supports detailed financial auditing by identifying the specific modifications that influence payable reporting and accounting accuracy.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the identifier (Id) that uniquely identifies each field-level change record that is stored in the PayableChargeEditHistoryFieldChange table. This value links the change entry to associated audit events for detailed historical tracking. |
| ColumnName | String | False |
Specifies the name of the column that is modified in the PayableChargeEditHistoryFieldChange table. This value allows reporting tools and internal processes to identify which data element is changed. |
| Display | String | False |
Captures the display text that describes the modified field in the PayableChargeEditHistoryFieldChange table. This text provides a human-readable label that is used in audit summaries and user interfaces. |
| EditHistoryId | Int | False |
Identifies the audit history Id that connects the field-level change to its parent record in the PayableChargeEditHistory table. This relationship ensures that grouped changes from the same update operation remain correctly associated. |
| NewValue | String | False |
Stores the new value that is assigned to the modified field in the PayableChargeEditHistoryFieldChange table. This value allows systems to understand the updated state that results from the modification. |
| OldValue | String | False |
Stores the previous value that is replaced during the modification event that is recorded in the PayableChargeEditHistoryFieldChange table. This value supports before-and-after comparisons for audits, rollbacks, and compliance reviews. |