The configuration for a scorecard criterion checking the value of a specified custom number field.
Property Name | Type | Description |
---|---|---|
__typename | Literal | |
customFieldDefinition | Maybe<CompassCustomNumberFieldDefinition> | The definition of the custom number field to check the value of. |
id | String | The ID of the scorecard criterion. |
name | Maybe<String> | The optional, user provided name of the scorecard criterion |
numberComparator | Maybe<CompassCriteriaNumberComparatorOptions> | The comparison operation to be performed between the field and comparator value. |
numberComparatorValue | Maybe<Number> | The threshold value that the field is compared to. |
scorecardCriteriaScore | Maybe<CompassScorecardCriteriaScore> | Returns the calculated score for a component. |
scoringStrategyRules | Maybe<CompassScorecardCriteriaScoringStrategyRules> | |
weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: