NoteEntity
Represents the relationships between notes and the entities they reference. This table supports cross-entity visibility by linking notes to records such as candidates, jobs, or client contacts for context and retrieval.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | Int | False |
Represents the unique identifier (Id) of the NoteEntity table. This value connects each Note-to-entity association to a distinct entry within the system. |
| NoteId | Int | False |
Specifies the Id of the Note record that is stored in a Note table and linked through this association. This relationship enables Bullhorn CRM to attach the same Note to multiple entities when needed. |
| TargetEntityID | Int | False |
Indicates the Id of the target entity that is associated with the Note record. This linkage allows the system to map a single Note record to multiple related records for comprehensive activity visibility. |
| TargetEntityName | String | False |
Captures the name of the target entity type that is connected to the Note record. This information helps user interfaces present clear cross-record relationships for auditing and workflow navigation. |