OBJECT
OpportunityForecastProfile
link GraphQL Schema definition
- type OpportunityForecastProfile implements PipelineProfileInterface, ProfileTabsInterface, ProfileFilterBoxTabsInterface, LeadOpptyPipelineProfileInterface, OpportunityProfileInterface {
- # Filter tab restricting which opportunities the profile shows.
- : OpportunityFilterTab!
- # Identifiers of the sales pipelines the forecast is restricted to. Null includes
- # all pipelines.
- : [ID!]
- # Identifiers of the lead processes the profile is restricted to. Null includes
- # all lead processes.
- : [UUID!]
- # View settings of the forecast: value field, period, owners, columns, grouping
- # and quota.
- : OpportunityForecastView!
- # Forecast properties, including the dimension the forecast is built on.
- : OpportunityForecastProperties!
- }