EricZhou
(Eric)
February 4, 2025, 4:48pm
1
Hello,
I am working on an auto-print BPM for a BAQ report. The BPM is simple—it checks the LaborDtl table and triggers the report to print preview when the report quantity is greater than 0.
However, when I test the print function, the reports remain pending in the active tasks within the system agent. Any idea what I do wrong?
Here’s how the BPM is set up:
I do have two option fields set up on my BAQ report.
Thank you in advance,
Eric
danvoss
(Dan Voss)
February 4, 2025, 4:52pm
2
The print action of Auto Preview looks problematic to me.
1 Like
Hally
(Simon Hall)
February 5, 2025, 4:44pm
3
And setting the RunSchedule to Queued.
This is worth a read, getting a bit old now, but still has relevance.
Epicor ERP 10.1+ has two different high-level printing mechanisms: client-side printing and server-side printing. Support has received a number of cases regarding server-side printing and wanted to provide some additional context for those that are considering it.
Let’s go over the high-level aspects to both client-side and server-side printing from an ERP perspective to start.
BACKGROUND ON PRINTING MECHANISMS:
CLIENT-SIDE PRINTING OVERVIEW:
Think of this as your “how every Windows program…
EricZhou
(Eric)
February 6, 2025, 7:52pm
4
Hi Hally,
That’s it! Set it to Queued, and problem solved! Thank you so much.
I saw that post but haven’t had the time to read everything on it, will definitely spend some time on it!
1 Like
EricZhou
(Eric)
February 6, 2025, 7:53pm
5
Hi Dan,
Yeah, it was the Run Schedule that Hally pointed out. Thank you.