PlacementEditHistoryFieldChange
Captures field-level modifications that occur within placement edit history entries. This table supports detailed auditing by identifying individual value changes that influence payroll, billing, or contractual obligations.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementEditHistoryFieldChange record. This value provides the primary reference that Bullhorn CRM uses to retrieve and track individual field-level placement changes. |
| ColumnName | String | False |
Specifies the name of the column that is modified in the PlacementEditHistoryFieldChange record. This value identifies the specific placement field whose data is altered during the recorded update. |
| Display | String | False |
Represents the display value that is associated with the PlacementEditHistoryFieldChange record. This value provides a user-readable description of the modified field for audit review and troubleshooting. |
| EditHistoryId | Int | False |
Specifies the Id of the related PlacementEditHistory record that is associated with this field-level change. This value links the individual modification to the broader placement edit event that is captured in the history log. |
| NewValue | String | False |
Represents the updated value that is associated with the PlacementEditHistoryFieldChange record. This value shows the data that is stored after the system applies the placement modification. |
| OldValue | String | False |
Represents the previous value that is associated with the PlacementEditHistoryFieldChange record. This value preserves the original data that the system replaces during the placement change operation. |