Hi
I am new to BPM so need help from the Epicor community.
I am trying to create a BPM to send out email to our sales group whenever our buyers update (Current due date < New Due date) the due dates on PO releases. The email needs to state PO#, Part #/s and corresponding old and new due dates.
Thanks, Randy.
It’s working when I select the condition “ttPORelDueDate field has been changed from any to another” but I can’t figure out the condition logic to compare current due date and new date. Also, I have no idea how to put PO# and part# into the email msg. Can you please point me in the right direction to learn more and be able to achieve the goal.
For email alert DD BPM, I use a “pre” In-Transaction BPM which enables a “post” Standard BPM
The pre does the conditional and sets callContextBpmData to fields I want to display in the email. The post BPM then sends the email. This way the update is for sure completed so no false alerts are sent out.
Thanks,
I was able to capture current due date and display old and new due dates in email.
I am using Std Data directive to set BPMDataField to ttPORelRow.duedate and then display new duedate via Post Method directive with ds.PORel.duedate. It was working and now suddenly I am getting error msg “There are no records in the table ds.PORel” whenever I try to change due date in PO.