LineitemAssociations
Lists object IDs associated with specific line items, supporting line item associations in deals.
Table Specific Information
SELECT
Note: You cannot reference custom objects by base name. When querying LineitemAssociations, 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 |
Lineitems.Id | False |
Unique identifier of the line item. |
| AssociationId [KEY] | Long | False | False |
Unique identifier of the object associated with this line item, such as a deal or contact. | |
| Type [KEY] | String | False | True |
Type of object associated with the line item, such as a deal or contact. |