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
-
Local List
-
Class Key Value
-
Prompt List
-
Remote List
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.