If I have a large list of sales order numbers (let...
# administration
d
If I have a large list of sales order numbers (let's say 100), what is the easiest way to then get a list of each invoice number associated with each sales order?
t
Saved Transaction search - Criteria = Type - Invoice Main Line = True Results - Document Number Created From
w
Criteria Formula(number): case when {fieldRefThatYouHave} in(listOfValuesSeparatedByComma) the else 0 end Equal.to 0
Easiest is to probably to have {createdfrom} as the field and then the internal ids for all sales orders in the "in"-clause.