Question
PayPal
IN
Last activity: 30 Jul 2018 2:06 EDT
Exception handlings in PEGA
Am using the @hasMessages() function for checking if there is any exception/error in my primary page and skipping few business logic based on that.
I have not implemented/used GetMessageAll() function to get to know what message was set at the run time which caused the @hasMessages() function to return true.
Is there a way that I can check now what error message was set at the clipboard by that time/Will the error message set on clipboard will be stored anywhere?