SalesInvoiceDPBase.init Method [AX 2012]

Initializes required data before it starts process the report.

Syntax

protected void init(CustInvoiceJour _custInvoiceJour)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    A CustInvoiceJour record that has the sales invoice header information.

Remarks

This method will initialize some variables which will be used during processing the report.

See Also

Reference

SalesInvoiceDPBase Class