How can I match up a PO line to a Sales Order line...
# suitescript
s
How can I match up a PO line to a Sales Order line using suitescript? I cannot find a single identifier that is the same between the Sales order and the Purchase order. I am assuming the order has duplicate skus, so matching on SKU is not an option
m
From a PO search, add a column for Applied to Transaction: Line Unique Key. That will join you to the SO Line Unique Key.
s
Awesome thanks so much!!