Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 3.84 KB

File metadata and controls

12 lines (8 loc) · 3.84 KB

AdvancedLogic

Describes the advanced logic for a custom field.

Fields

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.