Skip to main content
The CrmStatistics component renders data summaries calculated from the currently displaying CRM record’s associations. For example, you can use this component to display data such as:
  • The average revenue of all of a contact’s associated companies.
  • The total number of times that a company has been contacted based on all of their associated tickets.
  • The maximum number of days to close from all of a company’s associated deals.
To render data, you’ll specify the properties you want to read from the associated records along with the type of calculation to perform on the property values. For each property, you can also include filters to narrow down the records that are included in the calculation.
ui-extension-component-crm-statistics

Props

Specifying statistics data

Using the statistics prop, you’ll define the data that you want the component to display. Data is fetched from CRM properties, and is calculated based on the specified statisticType. You’ll include an object for each statistic that you want to fetch. You can also optionally specify filterGroups to further refine the data. Below are the supported fields for objects in the statistics array.
Last modified on March 29, 2026