A reservation process allows customers to reserve a flight, hotel room, and rental car as part of a travel Itinerary. Which configuration displays the Select hotel amenities section only if a user selects the Add amenities check box?
- A disable condition (when rule) applied to the Add amenities check box
- A disable condition (when rule) applied to the Select hotel amenities section
- A required condition (when rule) applied to the Add amenities check box
- A visibility condition (when rule) applied to the Select hotel amenities section
Answer(s): D
Explanation:
To display the Select hotel amenities section only if a user selects the Add amenities check box, you need to apply a visibility condition (when rule) to the section. The when rule can check whether the Add amenities check box is selected or not, and show or hide the section accordingly. The other options are either incorrect or irrelevant for this requirement.
Reference:
https://docs- previous.pega.com/user-interface/87/controlling-visibility-ui-elements
Reveal Solution Next Question