How are the inserted fields (from the RDD) handled when there are multiple values?
For example, in a Break/Route for printing PO’s, I want to reference the OrderNum specified on “Buy To” of PODetail lines. My PO has several lines, with the possibility of a different OrderNum on each - and blank for non “BuyTo Order” lines.
I put the PODetail.OrderNum field in the body,
but the generated email for my test PO with 3 lines (1st two are BTO, last is buy to Other) shows:
Any way to get a list of all three of PODetail.OrderNum values? Or at least guarantee the the OrderNum from the 1st PODetail ine is used?
Also, Is there any documentation on the Advanced Printing module?