Share via


SalesInvoiceDPBase.initLocalizationData Method [AX 2012]

Initializes customized data before processing the report.

Syntax

private void initLocalizationData(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 for Eastern Europe customization.

See Also

Reference

SalesInvoiceDPBase Class