Hello,
I'm trying use Syteline's AES to generate notification emails when DCPostMfgLabor or PostJobTransactions fails. Does anyone have documentation or an example of how to do this? Thanks in advance!
In SL10 there is an event called "TaskOnPerformFailed" which fires when a background task fails. We have a simple event which sends and email when any task fails. You could add a filter to only run based on the task name.
Thanks so much! To retrieve the error message from the failed task, would I use TASKERRORMSG() or ERRORMSESSAGE()?
TASKERRORMSG() should return the error message of the failed task.