Accepts input to create a scorecard criterion checking the value of a specified custom text field.
| Property Name | Type | Description |
|---|---|---|
| customFieldDefinitionId | String | The ID of the component custom text field to check the value of. |
| description | InputMaybe<String> | The optional, user provided description of the scorecard criterion |
| maturityGroup | InputMaybe<CompassScorecardCriteriaMaturityGroupInput> | The optional, maturity group to assign the scorecard criterion to. Applies to Maturity-model based scorecards only |
| name | InputMaybe<String> | The optional, user provided name of the scorecard criterion |
| scoringStrategyRules | InputMaybe<CompassCreateScorecardCriteriaScoringStrategyRulesInput> | |
| textComparator | InputMaybe<CompassCriteriaTextComparatorOptions> | The comparison operation to be performed. |
| textComparatorValue | InputMaybe<String> | The value that the field is compared to. |
| weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: