NoteAssociations
Lists object IDs associated with specific notes, supporting associations of notes to other CRM objects.
Table Specific Information
SELECT
Note: You cannot reference custom objects by base name. When querying NoteAssociations, if Type refers to a custom object, the value must now be either the short-hand object type name (p_<object_name>) or the fully qualified object type name.Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | Long | False | False |
Unique identifier of the note record. | |
| AssociationId [KEY] | Long | False | False |
Unique identifier of the object associated with this note, such as a contact, deal, or company. | |
| Type [KEY] | String | False | True |
Type of the object associated with the note, such as contact, deal, or company. |