CRM data components (BETA)
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
.
Prop | Type | Description |
---|---|---|
operator |
EQ | NEQ | LT | LTE | GT | GTE | BETWEEN | IN | NOT_IN | HAS_PROPTERTY | 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 . |
Thank you for your feedback, it means a lot to us.
This form is used for documentation feedback only. Learn how to get help with HubSpot.