MeetingAssociations
Returns object IDs associated with specific meeting records, enabling meeting-related CRM associations.
Table Specific Information
SELECT
Note: You cannot reference custom objects by base name. When querying MeetingAssociations, 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 | True | False |
Unique identifier of the meeting record. | |
| AssociationId [KEY] | Long | False | False |
Unique identifier of the object associated with this meeting, such as a contact or deal. | |
| Type [KEY] | String | False | True |
Type of the object associated with the meeting, such as contact, deal, or company. |