Skip to main content

Customfieldselectionoption

Represents the information related to the options of a selection custom field definition.

availableOptions object[]

The list of options that that are available for the dependent selection custom field value based on the selected parent custom field value.

  • Array [
  • scorenumber

    The score of the option.

    selectionKeystring

    The system-generated ID of the option.

    valuestring

    The name of the option.

  • ]
  • forSelectionKeystring

    The key for the parent selection custom field value.

    forValuestring

    The parent selection custom field value.

    Customfieldselectionoption
    {
    "availableOptions": [
    {
    "score": 0,
    "selectionKey": "string",
    "value": "string"
    }
    ],
    "forSelectionKey": "string",
    "forValue": "string"
    }