MRP Process success or fail Email Alert

Hi Friends,

Just wondering if any of you guys have created a BPM that would alert if MRP processed successfully?

Jay

See below for details on one I set up on a test system.
Note:… I have never deployed this to a live server

Data Directive
Table: SysTask
Standard Directive

Conditions:

  • At least one updated row in ttSysTask
  • AND ttSysTaskDescription of updated row = “Process MRP”
  • AND ttSysTask.TaskStatus has been changed fron any to “Complete”

Action

  • Send e-mail…
2 Likes