Cascading header attributes to lines in Sales order with Groovy Script
Summary
Need to populate header attributes into lines with groovy script in extensions like Payment Terms, Freight TermsContent
We are trying to cascade the header attributes to lines with Groovy script but it is not allowing us to do. It is unable to read the header attributes.
Version
R13 20ACode Snippet
def HeaderPaymentTerms = header.getAttribute("PaymentTerms");
Tagged:
0