How to print Sales Order / Customer PO on Job traveler

Is there a way to get the Customer PO to print on the Job Traveler?

If the job is a Make-To-Order job, then the JobProd table contains the sales order number, line number, and release number… so you can easily link back to the OrderHed table and pull OrderHed.PONum.

If the job is NOT a Make-To-Order job, then Epicor does not have a direct link to the Sales Order so you’d have to figure out some other way to link them.

You can use UD fields to capture the SO/Line/Release. Then use those UDFs to link back to the order for make-to-order jobs. This is how we handle it anyway. You need a BPM to then save the SO/Line/Release to those UD fields.

1 Like