Add a List Box Control to a Form

Use the Form Editor (accessed from within a Blueprint in CSM Administrator) to add a List Box Control to a Form.

Good to know:

To add a List Box Control to a Form:

  1. Open a Form in the Form Editor.
  2. Drag-and-drop the List Box Control from the Standard Control tree onto the Form.
  3. Define what will be listed in the List Box:
    1. Right-click the Link Label Control, and then select Control Properties.

      List Box Control Properties

    2. Define List Box properties:
      • Associated Field:

        Select the Field whose values to display in the List Box.

      • Sort By:

        Select the Field to use to order the values, as well as an ascending (example: 0-10, A-Z) or descending (10-0, Z-A) order. Rarely will the alphabetical order match the order in which the values should appear in your item, unless you prefix the values with numbers or letters (example: For status, you would likely want lifecycle order, not alphabetical order); therefore, it is common to define a field that contains a sequence number purely for controlling the order (example: Status Order).

      • (Optional) Show Image for Each Item:

        Select this check box to display an image next to each item, and then define an Expression to determine which image to display and when to display it.

      • (Optional) Set Color for Each Item:

        Select this check box to display an image next to each item, and then define an Expression to determine which color to display and when to display it.

  4. Define how the Form Control looks and behaves on the Form (ex: Size, alignment, etc.).
  5. Publish the Blueprint (File>Publish Blueprint) to commit the changes, or save the Blueprint (File>Save Blueprint) to continue making other changes.