GetMessageText: No default message. (7045,425)
Hi,
We are on Image 6 for version 9.2 and when running the email approval process for the payment requests we received an email response with the following:
GetMessageText: No default message. (7045,425)
I found the code where it is calling this from the AP_PR.Approval.EmailApproval.OnExecute app package. My question is does anyone have this message set in the message catalog? It's not in our demo environment so I don't even know what message to configure.
Thanks,
Jennifer
catch Exception &c2
/* Error - Unable to GetPending from approval manager */
%This.errorSetNbr = 7045;
%This.errorNbr = 425;
%This.errorType = "U";
%This.processApprovalError();
end-try;