ClientCorporationNote
Represents notes that users create for client corporations. This table supports communication and account management workflows by storing contextual information that informs future interactions or follow-up actions.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) for the client corporation note link record in Bullhorn CRM. This value supports integration and auditing workflows that require a stable reference to each note-to-corporation association. |
| ClientContactId | Int | False |
Represents the Id of the client contact that is associated with the note. This value links the note to the correct individual and supports communication tracking, follow-up activities, and historical relationship analysis. |
| ClientCorporationId | Int | False |
Represents the Id of the client corporation that is associated with the note. This value ensures that notes are correctly tied to the appropriate organization for context, reporting, and record review. |
| NoteId | Int | False |
Represents the Id of the note that is linked to the client corporation. This value supports note-management workflows and helps users trace detailed communication or activity history across corporate records. |