Hello All,
Is there any Option/Setup in Epicor other than service connect to schedule a process/task (example closing quote, creating sales orders and send Emails, etc) with COMPLEX CRITERIA?
Regards
Dnyanraj Patil
Hello All,
Is there any Option/Setup in Epicor other than service connect to schedule a process/task (example closing quote, creating sales orders and send Emails, etc) with COMPLEX CRITERIA?
Regards
Dnyanraj Patil
Windows Schedule + PowerShell + DMT
All my clients have moved off of Service Connect to PowerShell + DMT, much cheaper solution and the skills required are more standard and documentation is widely available.
Triggering items via BPM on a UD table when a checkbox is enabled is a quick and easy way to utilize the PowerShell and DMT.
There are other possibilities as well.
Mandatory Cloud Comment
Like Azure Functions (PowerShell) on a timer or http trigger. You donât have to dedicate a machine to do it and itâs pay as you go - and for this load, it would be essentially free (< $5/month)
If you are in 600+ you have FunctionsâŚ
And you can definitely schedule those and they are WONDERFUL⌠right @Mark_Wonsil
Yes, I was focused on scheduling but EFx, they are far more powerful than DMT.
You can create a system agent âscheduleâ for the thing you want to do, and write a bpm that triggers each time the ânext run dateâ changes. That BPM can do anything you want
And you donât have to have any real epicor tasks on that schedule either but you can, so if you want to have this BPM run each time the Scheduling process runs, then you can do that tooâŚ
Is there an device supported by an Epicor BO that will pour a margarita?
I didnât think about triggering this off of a scheduled (even if unused) task. I have a few things I want to do with this idea.
The âSchedule Epicor Functionâ process is your friend here.Define parameters and your schedule
I havenât found it yet, but Iâm sure with a little custom code and a couple of IOT devices accessed via REST the group here could certainly make it work!!
@Edgeâs reference is also correct as @Mark_Wonsil and @josecgomez mentioned as well, but Iâve not gotten into Functions yet so I cannot comment on the newer stuff.
Iâm on 10.2.5, and whilst I can create a function, I canât see the âSchedule Epicor Functionâ @Edge.
Is this only available in 10.2.6?
Cheers,
Andrew.
Correct