PlacementChangeRequestEditHistoryFieldChange
Captures the change to an individual field that is recorded when a placement change request is updated. This table supports detailed auditing by identifying specific modifications that influence proposed placement adjustments and their approval outcomes.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementChangeRequestEditHistoryFieldChange record. This value provides the primary reference that Bullhorn CRM uses to track individual field-level changes that occur during placement change request edits. |
| ColumnName | String | False |
Specifies the name of the column that is affected in the PlacementChangeRequestEditHistoryFieldChange record. This value identifies the specific field that is modified during the edit event. |
| Display | String | False |
Represents the display label for the field that is associated with the PlacementChangeRequestEditHistoryFieldChange record. This value supports audit views that present modified fields in a readable format. |
| EditHistoryId | Int | False |
Specifies the Id of the edit-history entry that is associated with the PlacementChangeRequestEditHistoryFieldChange record. This value links each field-level change to the broader edit event that Bullhorn CRM records in the edit-history workflow. |
| NewValue | String | False |
Captures the new value that is applied in the PlacementChangeRequestEditHistoryFieldChange record. This value provides visibility into updated placement change request data that results from the modification. |
| OldValue | String | False |
Captures the previous value that is replaced in the PlacementChangeRequestEditHistoryFieldChange record. This value supports audit comparisons that help validate and review the nature of the field change. |