Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.

Overview

The combo box performs the tasks of a select box and textbox, allowing a user to select from a list or enter a specific value. The value property determines what selected option value will be populated in the field when the program gets the screen input. The values are always what is displayed in the field. The list of choices can be loaded in a variety of ways, please see below for more detail.

...

In the successful response you can see the choices are being set by the values returned. Also in the example above the first value returned is the choice text, and the second returned value is the numeric value associated with the corresponding choice. 


JSON Error Response Example

...