Epicor Cloud & Asynchronous email

For users on the cloud, do we have any control over how often async emails get sent?

Synchronouse works fine, but that only sends a one time email.

What do you mean it only sends a one time email? It should send an email any time the BPM conditions are fulfilled regardless of if it is synch or asynch

Asynch just means that it won’t tie up the process waiting for the email to be sent.

OK - I understand now.

Guess was hoping the system would somehow send an email at certain time intervals if the condition was met.

i.e… if any rows exist in the Review Journals table, that means we have a problem. We would want emails to keep being sent as long as rows exists in that table. Not jsut when new ones are added.

Thank you

I believe what people do is create a system agent schedule, and then create a BPM on systable entry. That would allow you to do a process at timed intervals like check the Review Journals table and email if there are any records.

The better question is why do you require the email? Can you not setup a BAQ grid on the users homepage that displays the review journals table?

2 Likes

Thanks - Good info and thats an idea we will consider!