PayableChargeEditHistory
Tracks historical updates that are applied to payable charge records. This table supports financial integrity by recording changes that impact billing, cost allocations, and reconciliation workflows.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the identifier (Id) that uniquely identifies each audit entry that is stored in the PayableChargeEditHistory table. This value supports traceability across workflows that track changes to payable charge records. |
| AuditTrail | String | False |
Captures the audit trail text that is associated with the PayableChargeEditHistory table. This information provides human-readable details about the modification event that is applied to a payable charge. |
| DateAdded | Datetime | False |
Records the date and time when the audit entry is added to the PayableChargeEditHistory table. This timestamp establishes the chronological order of modifications for reporting and compliance purposes. |
| MigrateGUID | String | False |
Stores the unique identifier for the migration object that is associated with the audit entry that is stored in the PayableChargeEditHistory table. This value enables migration tools to align legacy history records with Bullhorn CRM audit entries. |
| ModifyingPersonId | Int | False |
Identifies the user Id that is associated with the individual who modifies the payable charge and triggers an entry in the PayableChargeEditHistory table. This value supports accountability and user-level audit insights across systems. |
| TransactionID | String | False |
Captures the transaction Id that is linked to the audit entry in the PayableChargeEditHistory table. This Id allows downstream integrations and internal processes to group related update operations. |