Certified Pega Senior System Architect v8.7 — Question 67
A data page is used to retrieve data from an external system. If an error occurs, you want to display a message to the user and send an email to the system administrator.
How do you implement this requirement?
Answer options
- A. Configure an activity's input source as the error message and the output as an email.
- B. Configure an error handling process that displays the error message and sends an email.
- C. Reuse the out-of-the-box ConnectionProblem error handling flow on the Service tab for the connector.
- D. Create an error handler data transform that adds an error message to the data page and sends an email.
Correct answer: D
Explanation
The correct answer, D, is accurate because it directly allows the addition of an error message to the data page while also sending an email. Options A and B lack the necessary integration of both displaying the message and sending the email in a single process. Option C does not address the specific requirement to customize the error handling for this scenario.