How to create alert workflow after a batch task

Hi,

Does anyone know how to create an e-mail notification to trigger after a batch task is executed. In my case, it would be for "date change" function in Manufacturing - Batch Processes (V6.5), and it would display the log file generated with all the products/dates changed for production.

Michael

Parents Reply
  • 0 in reply to Michael91
    I'll see what I can come up with. You should be able to hook into the TERMINE action within the SPE code for that function and setup your e-mail in there. It would just be a matter of attaching the log file. I've hooked into functions before via SPE to send an email, just never to attach the log file.
Children