Describes the advanced logic for a custom field.
| Field | Type | Required | Description |
|---|---|---|---|
SourceCustomFieldId |
string | ✔️ | The ID of the source custom field. |
DefaultChoices |
List<string> | ➖ | The choices of this custom field to display by default (when no choice is selected for the source custom field), specified by choice ID. Leave empty to have no choices displayed by default. |
SourceChoices |
List<AdvancedLogicChoices> | ➖ | The choices of this custom field to display based on the choice selected for the source custom field, specified by choice ID. |