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 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?
The most appropriate way to handle the requirement of displaying an error message to the user and sending an email to the system administrator in case of a data retrieval error from an external system is to configure a comprehensive error handling process. This process ensures that both actions are properly coordinated and executed in a reliable manner, covering all possible edge cases and ensuring consistent behavior. Using a dedicated error handling process also makes the solution easier to maintain and extend in the future.
Answer is C. Such simple requirement can be implemented by DT and can be called from the response DT.