SalesInvoiceDPBase.checkPrintLineHeader Method [AX 2012]

Prints the line summary if the invoice has been summarized during posting.

Syntax

protected void checkPrintLineHeader(CustInvoiceTrans _custInvoiceTrans, boolean _isSummaryUpdated)

Run On

Server

Parameters

  • _isSummaryUpdated
    Type: boolean
    true if the invoice is summarized; otherwise, false.

See Also

Reference

SalesInvoiceDPBase Class