is there an easy way to get the originating sales order line from a cash sale line?
b
battk
10/11/2021, 9:34 PM
transaction search and usage of the applying or applied to transaction join usually works
battk
10/11/2021, 9:35 PM
there are query equivalent using previous and next related transaction lines
battk
10/11/2021, 9:36 PM
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)