ClientCorporationAppointment
Captures appointments that are associated with client corporations. This table supports account management workflows by linking scheduled interactions to corporate entities for tracking engagement activity.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the client corporation appointment record in Bullhorn CRM. This value enables reliable cross-referencing and supports integrations that link appointment data to related corporate records. |
| AppointmentId | Int | False |
Represents the Id of the appointment that is associated with the client corporation. This value connects the appointment to its parent scheduling record and supports activity-tracking workflows across the platform. |
| ClientContactId | Int | False |
Represents the Id of the client contact that is associated with the appointment. This value links the appointment to the correct contact record and supports communication, follow-up, and relationship-management activities. |
| ClientCorporationId | Int | False |
Represents the Id of the client corporation that is associated with the appointment. This value supports organizational hierarchy mapping and ensures that appointments are correctly classified under the appropriate corporate entity. |