BillableChargeEditHistory
Tracks the historical updates that are applied to billable charge records in Bullhorn CRM. This table supports financial accuracy and auditability by maintaining a record of modifications across billing workflows.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Specifies the unique identifier (Id) for this record, which is stored as part of a billable charge's edit history. This field supports auditing and traceability by allowing the system to distinguish each edit event from other updates to billable charges. |
| AuditTrail | String | False |
Describes the audit trail data that is captured for this edit history entry. This field supports transparency by storing a serialized record of the actions that were taken during the update process. |
| DateAdded | Datetime | False |
Indicates the date and time when this edit history entry was created. This field supports chronological tracking by helping users understand when changes to billable charge values occurred. |
| MigrateGUID | String | False |
Stores the migration tracking value that is associated with this edit history entry. This field supports data conversion workflows by linking the record to its corresponding value during migration or synchronization tasks. |
| ModifyingPersonId | Int | False |
Identifies the Id of the user who performed the modification that generated this edit history entry. This field supports accountability by linking each edit action to the individual who executed it. |
| TransactionID | String | False |
Specifies the transaction identifier that is associated with this edit event. This field supports troubleshooting and system reconciliation by grouping related updates under a shared transaction context. |