Auto Print

I have a Data Directive setup to Auto Print the PO when our warehouse receives product from our vendors. I am triggering off of the PORel.ArrivedQty field and it works but when we receive more than one line off of the same PO multiple copies will print.

Does anyone know of a way to suppress multiple copies or can I trigger of a different table that would only update one record?

How about an Set By Query in the BPM with Query
Table Relations on Company and PO equal on ttPORel and PORel, Table Criteria on ttrPORel.POline <> PORel.POline. You’d have to try it out and there may be performance hit/concerns.

Or you may be able to do the data directive on POheader and do something similar .

First question is “WHY”? Why would a warehouse person need to see a PO?
I imagine we can accomplish the actual requirement in a better way.

1 Like

I need to scan the packing slip and if we put the PO as the top page the scanner will read the bar code off the PO and index the packing slip with that PO number without the need to type it in. I was able to get it to work by using the RcvHead table instead of the PORel table.

So you need a report that has the PO number in barcode format? Wouldn’t it be easier to simply do that with a Bartender label or a BAQ Report when you are performing the receipt instead of printing the whole PO?