ClientCorporationTask
Represents tasks that are associated with client corporation records. This table supports activity planning and workflow management by enabling users to track to-do items, deadlines, and follow-up actions for client accounts.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the client corporation task link record in Bullhorn CRM. This value supports task-tracking workflows that require consistent referencing between corporate entities and scheduled activities. |
| ClientContactId | Int | False |
Represents the Id of the client contact that is associated with the linked task. This value ensures that the task is correctly connected to the relevant individual during communication, follow-up, and activity-management processes. |
| ClientCorporationId | Int | False |
Represents the Id of the client corporation that is associated with the task. This value supports organization-level tracking and ensures that tasks are grouped and reported under the correct corporate entity. |
| TaskId | Int | False |
Represents the Id of the task that is linked to the client corporation. This value supports workflow automation and enables users to review, manage, and report on tasks that involve the organization. |