Certified Pega Senior System Architect v8.7 — Question 17

When updating a system of record using a SOAP connector, if the system of record is unavailable, users can retry the update after an hour. If the system of record is still unavailable after an hour, a notification should be sent to a system administrator.
How do you implement this requirement?

Answer options

Correct answer: A

Explanation

The correct answer is A because modifying the pxErrorHandlingTemplate allows you to define custom error handling behaviors, including the retry and notification logic. The other options do not provide a comprehensive approach to handle the retry and notification requirements as effectively as modifying the error handling template.