is there an easy way to get the originating sales ...
# suitescript
n
is there an easy way to get the originating sales order line from a cash sale line?
b
transaction search and usage of the applying or applied to transaction join usually works
there are query equivalent using previous and next related transaction lines
the record solution is to use the orderdoc and orderline columns to match to the line of the sales order (line here refers to line id and not actual line number)
👍 1