OBJECT
OpportunityForecastQuotaItem
link GraphQL Schema definition
- type OpportunityForecastQuotaItem {
- # Identifier of the owner the quota is allocated to.
- : ID!
- # Quota amounts split across the forecast periods.
- : [OpportunityForecastQuotaItemValue!]!
- # How the total quota is distributed across periods: Evenly,
- # HistoricalPerformance, or Custom.
- : OpportunityForecastQuotaSplitType!
- }