PlacementCommissionEditHistoryFieldChange
Captures the change to an individual field that is recorded when a placement commission is updated. This table supports granular financial oversight by identifying specific commission value modifications and the context for each change.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementCommissionEditHistoryFieldChange record. This value provides the primary reference that Bullhorn CRM uses to track individual field-level changes within the placement commission edit history. |
| ColumnName | String | False |
Specifies the name of the column that is affected in the PlacementCommissionEditHistoryFieldChange record. This value identifies the precise field that is modified during the commission edit event. |
| Display | String | False |
Represents the display label for the field that is associated with the PlacementCommissionEditHistoryFieldChange record. This value supports user-facing audit views that present modified fields in readable form. |
| EditHistoryId | Int | False |
Specifies the Id of the edit-history entry that is associated with the PlacementCommissionEditHistoryFieldChange record. This value links the field-level change to the broader commission edit event recorded by Bullhorn CRM. |
| NewValue | String | False |
Captures the new value that is applied in the PlacementCommissionEditHistoryFieldChange record. This value provides visibility into updated commission information that results from the modification. |
| OldValue | String | False |
Captures the previous value that is replaced in the PlacementCommissionEditHistoryFieldChange record. This value supports audit comparisons that help reviewers understand the nature and impact of the field change. |