Certified Pega System Architect v7.2 — Question 7
You need to add a button to a user form. When the button is pressed, the application invokes a data transform, then creates a new case.
How do you implement this functionality?
Answer options
- A. Configure a style format for the button in the skin.
- B. Configure a mixin for the button in the skin.
- C. Configure a local action on the button control.
- D. Configure an action set on the button control.
Correct answer: D
Explanation
The correct answer is D because configuring an action set on the button control allows you to define multiple actions, including invoking a data transform and creating a new case. Option A and B are incorrect as they pertain to styling rather than functionality, and option C is limited to single actions, which may not suffice for the requirements.