Multiple choice technology

In the Account Information section, the user selects the Region Name, and a two-letter Region Code is stored in the property. The business uses a total of four or five regions that don’t change very frequently.The best way to implement the Region drop down is with

  1. Local List

  2. Class Key Value

  3. Prompt List

  4. Remote List

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This question is about a form/workflow system implementation choice. When you have 4-5 regions that don't change frequently, a Prompt List (static list configured in the application) is the best implementation. It's simpler than a Remote List (database query) and more appropriate than Local List or Class Key Value for this use case. A Prompt List is efficient for small, stable datasets.