Multiple choice technology web technology

How to display the values of property in a Drop Down (Like a Combo Box)

  1. Show List HTML property

  2. Prompt Select HTML Property

  3. Display Select HTML Property

  4. Any of the above

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

In Pega, to display a property as a drop-down (combo box) in user interface, you use the 'Prompt Select' HTML property. This property type automatically generates a drop-down control populated with the specified values (from field values, a local list, or other sources). Options A and C are not valid Pega property types, and option D is incorrect because there is a specific correct answer.