OBJECT
DashboardKpi
link GraphQL Schema definition
- type DashboardKpi {
- # Identifier of the KPI.
- : UUID!
- # Goal definition the KPI value is measured against.
- : DashboardTargetTab!
- # Filter conditions limiting which records contribute to the KPI value.
- : FieldFilter!
- # Predefined metric the KPI tracks (e.g. OpportunityWon, LeadCreated,
- # ActivityCompleted); use Custom to define the metric via kpiCustomIndicator.
- : DashboardKpiIndicatorEnum!
- # Custom metric definition applied when kpiIndicator is Custom.
- : DashboardKpiCustomDefinition!
- # When true, the goal is drawn as a target line on the KPI chart.
- : Boolean!
- # Time range the KPI value is calculated over.
- : PeriodOption!
- # Optional earlier period the current value is compared against to show a trend.
- : PeriodCompareOption
- }