OBJECT

OpportunityReportTargetTab

link GraphQL Schema definition

  • type OpportunityReportTargetTab implements TargetTabInterface {
  • # Identifier of the field whose values are summed and compared against the target
  • # goal.
  • targetValueFieldId: ID!
  • # Period the target is measured over.
  • targetPeriodCurrent: PeriodOption!
  • # Whose records contribute to the target: My counts only the current user, All
  • # counts every matching record.
  • targetSource: TargetSourceKind!
  • # Numeric target value the accumulated field total is measured against.
  • goal: Float!
  • # Defines if target should be displayed in report
  • isVisible: Boolean!
  • # Reference period the current target period is compared against.
  • targetPeriodCompare: PeriodCompareOption!
  • # When true, the target row is pinned above the data instead of below it.
  • showTargetOnTop: Boolean
  • }