Creating a picklist

Add choices to a picklist to specify the options that users can select. At runtime, users are prompted to select one choice from the picklist. List entries are displayed in the order in which you add choices.

Note: By default, picklists are empty.
  1. In the navigation pane of App Studio, click Case types.
  2. Under Case types, click the name of a case type.
  3. On the Data model tab, click + Add field.
  4. Enter the name of the field.
  5. In the Type column, select Picklist.
  6. Click the Properties icon.
  7. In the Display as list, select the name of a control.
    The control defines how users see your list.
    • Drop-down list – Displays a list of options in a drop-down format, from which users can select a single option
    • Radio buttons – Displays a list of options in a radio button format, from which users can select a single option
    • Autocomplete – Returns a list that matches the value entered by users in the field.
  8. In the Choices field, enter a choice to display in the list at run time.
    For example, the choices in a color picklist might include red, white, and blue.
  9. For each additional option in the picklist, click + Add choice, and repeat step 8.
  10. Click OK.
Result: At run time, users are prompted to select one choice from the picklist. Entries in the list are displayed in the order in which they were added.