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