PlacementEditHistory
Tracks historical updates that are applied to placement records. This table supports compliance, payroll, and client reporting by documenting lifecycle changes that affect assignment details and employment status.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the PlacementEditHistory record. This value provides the primary reference that Bullhorn CRM uses to retrieve and audit placement-level modification events. |
| AuditTrail | String | False |
Represents the audit-trail content that is associated with the PlacementEditHistory record. This value stores the serialized change details that the system logs during placement updates. |
| DateAdded | Datetime | False |
Specifies the date and time when the PlacementEditHistory record is created. This value enables chronological tracking of placement edits for reporting and compliance. |
| MigrateGUID | String | False |
Represents the globally unique migration Id that is associated with the PlacementEditHistory record. This value supports data-migration integrity and identifies records that originate from external system imports. |
| ModifyingPersonId | Int | False |
Specifies the Id of the user who performs the modification that is captured in the PlacementEditHistory record. This value identifies the acting user for audit, permission, and historical review processes. |
| TargetEntityId | Int | False |
Represents the Id of the placement record that is associated with the PlacementEditHistory entry. This value links the edit event to the specific placement instance that is modified. |
| TransactionID | String | False |
Specifies the transaction identifier that is associated with the PlacementEditHistory record. This value groups related field-change events that occur within the same update operation for consistency and traceability. |