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?
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.
The requirement is to handle an error when it occurs and perform two actions: display a message to the user and send an email to the administrator. This can be done by configuring an error handling process that encapsulates both actions. Typically, this would involve configuring a flow or an activity that runs when an error occurs, and it would handle both displaying the error message to the user and sending the email. References: Pega Platform Help - Error Handling.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit