QuoteAssociations
Lists object IDs associated with specific quotes, enabling management of quote associations.
Table Specific Information
SELECT
Note: You cannot reference custom objects by base name. When querying QuoteAssociations, 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 |
Quotes.Id | False |
Unique identifier for the quote association record. |
| AssociationId [KEY] | Long | False | False |
Identifier of the object associated with this quote, such as a deal or contact. | |
| Type [KEY] | String | False | True |
Type of the associated object, such as contact, deal, or company. |