Certified Pega System Architect v8.7 — Question 13
In a banking application, which two configurations, when used together, present users with a set of balance transfer options only if they select a Transfer a balance to credit card check box? (Choose two.)
Answer options
- A. Add an action set on the layout that contains the balance transfer offers to trigger a refresh.
- B. Add an action set on the Transfer a balance to credit card check box for the balance transfer election to trigger a refresh.
- C. Add a visibility condition (when rule) on the layout that contains the balance transfer offers.
- D. Add a visibility condition (when rule) on the Transfer a balance to credit card check box for the balance transfer election.
Correct answer: A, C
Explanation
The correct answers, A and C, ensure that the balance transfer offers are only visible when the condition is met. Option A triggers a refresh of the layout to display offers, while option C applies a visibility condition to the layout itself. Options B and D do not effectively control the visibility of the balance transfer offers based on the user's selection.