Hello, I have a purchaseOrder record where I am ch...
# suitescript
n
Hello, I have a purchaseOrder record where I am changing the vendor and location. I need to iterate through the lines and update the corresponding sales order line. Is there a way to get the SO line number for a purchase order line?
b
do a search and use the applied to transaction or applying transaction join to find the matching lines
n
ok thanks