Learn about the CrmAssociationPropertyList component for use in UI extensions.
CrmAssociationPropertyList
component renders a list of properties belonging to a record associated with the currently displaying record. For example, you can use this component to display properties of a company record from its associated contact record. You can edit these property values inline, and changes will automatically save when leaving the field or pressing Enter.
Prop | Type | Description |
---|---|---|
properties | Array | The list of properties to display from the associated record, up to 24. |
objectTypeId | String | The numeric ID of the type of associated object to display (e.g., 0-1 for contacts). See complete list of object IDs. |
associationLabels | Array | When provided, returns associated records that have all the specified labels. |
filters | Array | Filters the data by specific values of the associated records. Review the CRM data filter options for more information. |
sort | Array | The default sorting behavior for the table. In each sort object in the array, you’ll specify the following:
|