OBJECT

ForecastPipelineViewOptions

link GraphQL Schema definition

  • type ForecastPipelineViewOptions {
  • # Identifier of the field the records are sorted by.
  • sortBy: ID!
  • # Sort direction: Asc for ascending, Desc for descending.
  • sortOrder: SortOrder!
  • # How opportunity cards are grouped on the pipeline board: NoGrouping, Owner,
  • # Account, Contact, Unit, or ClosingDate.
  • groupBy: OpportunityGroupBy!
  • # When true, shows the opportunity value on each card.
  • showCardValue: Boolean!
  • # When true, shows the opportunity ranking on each card.
  • showCardRanking: Boolean!
  • # When true, shows the assigned labels on each card.
  • showCardLabels: Boolean!
  • # When true, shows the opportunity velocity on each card.
  • showCardVelocity: Boolean!
  • # When true, shows the fitness indicator on each card.
  • showCardFitness: Boolean!
  • # Identifiers of additional fields to display on each card.
  • showExtraFieldIds: [UUID!]
  • }