PlacementCommissionEditHistory
Tracks the historical updates that are applied to placement commission records. This table supports financial auditing by documenting modifications that affect commission calculations and payout reporting.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementCommissionEditHistory record. This value provides the primary reference that Bullhorn CRM uses to track changes to placement commission entries. |
| AuditTrail | String | False |
Captures the audit trail information that is associated with the PlacementCommissionEditHistory record. This value supplies historical detail that is used to review, verify, and analyze commission-related modifications. |
| DateAdded | Datetime | False |
Indicates the date and time when the PlacementCommissionEditHistory record is added to the system. This value supports chronological sequencing and audit review for recorded commission edits. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the PlacementCommissionEditHistory record. This value supports data migration processes that reconcile imported commission edit-history records. |
| ModifyingPersonId | Int | False |
Specifies the Id of the person who modifies the PlacementCommissionEditHistory record. This value identifies the individual responsible for changes and supports audit traceability. |
| TargetEntityId | Int | False |
Specifies the Id of the target entity that is associated with the PlacementCommissionEditHistory record. This value identifies the placement commission entry that is affected by the edit event. |
| TransactionID | String | False |
Represents the transaction Id that is associated with the PlacementCommissionEditHistory record. This value links the edit event to the system transaction that records it for audit consistency. |