OBJECT

OpportunityForecastQuota

link GraphQL Schema definition

  • type OpportunityForecastQuota {
  • # Whether a quota is set for the forecast.
  • isEnabled: Boolean!
  • # Total quota amount for the forecast.
  • value: Float!
  • # Baseline the forecast is compared against: PreviousPeriod, AveragePerformance,
  • # or WeightedAveragePerformance.
  • comparisonType: ForecastPerformanceComparisonType!
  • # Per-owner quota allocations making up the total quota.
  • items: [OpportunityForecastQuotaItem!]!
  • }