PlacementCertificationEditHistoryFieldChange
Captures the change to an individual certification field that is recorded when a placement certification is updated. This table supports granular compliance auditing by identifying specific value modifications that influence placement eligibility and regulatory requirements.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementCertificationEditHistoryFieldChange record. This value provides the primary reference that Bullhorn CRM uses to track individual field-level changes within certification edit history. |
| ColumnName | String | False |
Specifies the name of the column that is affected in the PlacementCertificationEditHistoryFieldChange record. This value identifies which field is modified during the edit event. |
| Display | String | False |
Represents the display label for the field that is associated with the PlacementCertificationEditHistoryFieldChange record. This value supports user-facing audit views that present field changes in readable form. |
| EditHistoryId | Int | False |
Specifies the Id of the edit-history entry that is associated with the PlacementCertificationEditHistoryFieldChange record. This value links the field 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 PlacementCertificationEditHistoryFieldChange record. This value provides visibility into updated certification information that results from the edit. |
| OldValue | String | False |
Captures the previous value that is replaced in the PlacementCertificationEditHistoryFieldChange record. This value supports audit comparisons that are used to review and verify the nature of the field change. |