So in our warehouse we have a person who currently...
# general
t
So in our warehouse we have a person who currently generates 2 documents, 1 off of the Sales Order, similar to the Order Acknowledgement that is sent to the customer, this is used by our LTL team to go into Amazon Vendor Central and route the order, the document is in the order of the PO, which matches the order in VC. A second document is generated off of the wave that is created for our pickers to use and is in the order of our warehouse aisles. Currently our order processer opens each SO to get the first document, then goes back to the wave for the 2nd document. Is there a way to trigger printing of both documents off of the wave? OR create a combined PDF document. I have found some info on doing this with a Script, but currently I am not able to create scripts (have not learned it yet)
t
You can combine two pdf's by combining the code and starting it with <pdfset> and ending </pdfset>
Sorry, it'll start on line 2
<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-<//big.faceless.org//report>" "report-1.1.dtd">
<pdfset>
t
Thanks Tim, I will take a look at that!
m