| AggregateField |
- Type
- string
- Properties
- Filter, Group, Sort
- Description
- The field that’s used for calculating data on each
group. AggregateField can’t be the
same as GroupingField.
|
| AggregateType |
- Type
- picklist
- Properties
- Filter, Group, Restricted picklist, Sort
- Description
- The type of calculations to run on each group. The
supported AggregateType values are
Count, Sum, and Avg.
|
| ChartType |
- Type
- picklist
- Properties
- Filter, Group, Restricted picklist, Sort
- Description
- The type of chart to create. The
supported chart types are horizontal bar chart, vertical
bar chart, and donut chart.
|
| DataQuery |
- Type
- textarea
- Properties
- Filter, Nillable, Sort
- Description
- The SOQL query that can be executed to fetch the data
for drawing a chart.
|
| DataQueryWithoutUserFilters |
- Type
- textarea
- Properties
- Filter, Nillable, Sort
- Description
- The SOQL query that can be executed to fetch the data
for drawing a chart, without user filters.
- Available in API v43.0 and later.
|
| DeveloperName |
- Type
- string
- Properties
- Filter, Group, Sort
- Description
- API name of the chart. This name can contain only underscores and alphanumeric
characters, and must be unique in your org. It must begin with a letter, not include
spaces, not end with an underscore, and not contain two consecutive underscores. In managed packages, this field prevents naming
conflicts on package installations. With this field, a
developer can change the object’s name in a
managed package and the changes are reflected in a
subscriber’s organization.
When
creating large sets of data, always specify a unique DeveloperName
for each record. If no DeveloperName is specified, performance may
slow while Salesforce generates one for each record.
|
| ExternalId |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Reserved for future use.
|
| GroupingField |
- Type
- string
- Properties
- Filter, Group, Sort
- Description
- The field that’s used to divide the data into
collections. The field has to be supported by SOQL
GROUP BY
functionality. GroupingField can’t
be the same as AggregateField.
|
| IsDeletable |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates if the chart can be deleted.
|
| IsEditable |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates if the chart can be edited. Standard charts
are not editable.
|
| IsLastViewed |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates if a chart is the last viewed by a user.
|
| Label |
- Type
- string
- Properties
- Filter, Group, Sort
- Description
- The display name of the chart.
|
| ListViewChartId |
- Type
- reference
- Properties
- Filter, Group, Sort
- Description
- ID of the chart created by a user. For standard charts,
this is null.
|
| ListViewContextId |
- Type
- reference
- Properties
- Filter, Group, Sort
- Description
- ID of the list view in context of which the chart is
generated. Required to query
ListViewChartInstance.
|
| SourceEntity |
- Type
- string
- Properties
- Filter, Group, Sort
- Description
- API name of the entity to which the chart is related.
Required to query
ListViewChartInstance.
|