...

StyleCode Property: fieldChoices

fieldChoices

When the fieldType is “dropdown”, specifies the available choices that can be selected.

Applies to Type Default
form > entry Text, Number, Date, Boolean ""

Examples

// Example: form > entry
read form with
  SKU: text
  Maximum: number

show form "My Form" a1b1 with
  SKU { fieldChoices: "" }
  Maximum

User Contributed Notes
0 notes + add a note