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