Hi all. I’m looking to create a BPM to send an email from pre-existing dates from PO detail. I want it to send an email to our buyers if a PO line has a due date that is now in the past.
I’ve got the workflow set up right now with a condition stating that if a PO line is open and the due date < today to trigger an email to our buyers. I’ve got it set up with my email right now for testing purposes. The only email that I received for this is a test PO that I purposefully created with a due date in the past.
Is there any way to trigger this email off of pre-existing conditions?
If you want to stick to the email route, you can create a scheduled function that collects out of date records and emails them out. Similar to your BPM idea, but you can run it on a schedule rather than waiting for someone to trigger it via a BO method or DB update.
You can also go into SSRS, build a custom report and schedule a subscription.
A library is a collection of related functions…kind of like a class in programming. You’d create your own library, and place individual functions within. You can then call those functions from within ERP, from an external app via the API, or (in this case) use the “Schedule Function” to execute a function on a schedule.
Epicor Functions Maintenance is your first stop here. Schedule Function is for when you actually have something to run.