ClientContactHistory
Tracks historical changes that are applied to client contact records. This table supports auditing and visibility by documenting lifecycle updates that provide context for outreach, communication, or account management.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the record of the client contact history. This field enables Bullhorn CRM to track historical events, interactions, and status changes associated with a specific client contact. |
| ClientContactId | Int | False |
Specifies the client contact Id that is associated with the history entry. This field links the historical record to the correct contact, allowing Bullhorn CRM to display chronological activity and engagement details. |
| ClientContactID2 | Int | False |
Specifies an additional client contact Id that can be used for legacy, migration, or alternate linkage purposes. This field helps Bullhorn CRM maintain continuity when past systems store multiple identifiers for the same individual. |
| ClientCorporationId | Int | False |
Specifies the client corporation Id that is associated with the contact at the time of the historical entry. This field provides organizational context and supports account-level timeline visibility. |
| DateAdded | Datetime | False |
Captures the date and time when the history entry is created. This field supports audit trails and allows Bullhorn CRM to present accurate chronological views of contact activity. |
| MigrateGUID | String | False |
Stores the unique identifier for the migration object that is associated with the history record. This field supports data lineage tracking and helps Bullhorn CRM preserve traceability for records originating from legacy or external systems. |
| ModifyingUserId | Int | False |
Specifies the Id of the user who modifies the history record. This field supports accountability and allows Bullhorn CRM to maintain a transparent audit history of user-driven updates. |
| Status | String | False |
Specifies the status that is associated with the historical entry. This field helps Bullhorn CRM reflect changes in engagement, workflow state, or business process outcomes over time. |