OBJECT
TargetsSettings
link GraphQL Schema definition
- type TargetsSettings {
- # When true, lead indicators are included in the target calculation.
- : Boolean!
- # When true, working-time indicators (working hours, vacation, holidays, sick
- # days) are included in the target calculation.
- : Boolean!
- # When true, the target value is fixed and not recomputed from the indicators.
- : Boolean!
- # Time period the target applies to.
- : TargetsPeriod!
- # Field-condition filter selecting which records contribute to the target.
- : FieldFilter
- # Either pipeline_id or lead_process_id depending on type of Target.
- : UUID
- # Granularity at which target progress is charted — Yearly, Quarterly, Monthly,
- # Weekly or Daily.
- : TargetsChartGranularityEnum!
- # Indicator values computed from historical data, used as defaults.
- : TargetsIndicators!
- # User-overridden indicator values; each set value takes precedence over the
- # corresponding calculated indicator.
- : TargetsIndicators!
- }