Last modified: August 22, 2025
CRM data components can pull data directly from the currently displaying CRM record, including information about associated records and single object reports. These components can only be placed in the middle column of CRM records.
These components are imported from @hubspot/ui-extensions/crm
.
Available components
- CrmAssociationPivot
- CrmAssociationPropertyList
- CrmAssociationTable
- CrmDataHighlight
- CrmPropertyList
- CrmReport
- CrmStageTracker
- CrmStatistics
Filtering data
In theCrmAssociationPivot
and CrmAssociationTable
components, you can filter the data to fetch only what’s most relevant. Review the table below for available filtering options.
Prop | Type | Description |
---|---|---|
operator | EQ |NEQ | LT | LTE | GT | GTE | BETWEEN | IN | NOT_IN | HAS_PROPERTY | NOT_HAS_PROPERTY | The filter’s operator (e.g. IN ). Can be one of:
|
property | String | The property to filter by. |
value | String | number | The property value to filter by. |
values | String | number | The property values to filter by when using an operator that requires an array, such as IN . |
highValue | String | number | The upper value to filter by when using an operator that requires a range, such as BETWEEN . |