Anyone have a good way of bulk printing/emailing order acknowledgments?
Due to a poorly designed custom from an Epicor partner we can’t use APR. We are joining columns with different types. In 10.2.400 APR won’t work with a data definition that has joins of different types. So, currently we have a single person opening each sales order and printing the report. With hundreds of orders per day this isn’t feasible. Looking for suggestions as to what others do.
A Data Directive with an Auto Print block could easily do this. (Well most of it).
Set the Auto Print widget to email it (like if you select the mail tool on a report form’s toolbar). Send it to a specific mailbox, and set a rule to save the attachment when new mail arrives.
I think that’s doable, although writing to a network folder is limited to the server folder of the user who generates the request.
Solution could be a data directive on OrderRel, check the value to that field, if true, then print. In the Report Style that you’re printing, the argument “File:” plus whatever you want to name the document will put a copy of it out on the server.
FWIW - the Print Order Ack can print multiple Orders at once. It has a Filter tab with an Orders grid.
But there’s some down sides:
There’s no search, so you have to manually enter the order numbers (or Paste Insert), to be printed
Multiple orders show as one report. 1st order is on pgs 1-3, 2md on 4-8, 3rd on 9-10, etc… Previewing this group provides a single PDF containing all the orders.
This wouldn’t be a huge issue. We could have a script that runs to copy anything from sub-folders of \EpicorData\Reports to a network folder. The script could ignore any file that’s not named correctly.
Hot damn… looks like it’s added in 10.2.400 by default. I’ll have to check this out.
I do want to explore the ideas that @Aaron_Moreng and @ckrusen had. Either would be ideal as it would require no intervention from users. But until we get there a mass print would help a lot.
As I pointed out earlier, it prints as a “single report”. So if you selected 10 orders, you get one PDF with all 10 orders in it. Would need to use Break Routing (which the OP said they can’t) to break that into separate PDFs or emails.
I noticed that. I ran quick test and got a 100 page PDF. That won’t work to send to a customer. I would have to add something in our document management system to break them. Which it could do but not ideal.