Share via


SalesInvoiceDP.generateInvoiceHeaderLocalizationData Method [AX 2012]

Populates a SalesInvoiceHeaderFooterTmp record for the Eastern Europe countries.

Syntax

private void generateInvoiceHeaderLocalizationData(CustInvoiceJour _custInvoiceJour, CompanyInfo _companyInfo)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    The CustInvoiceJour record that has the invoice header information.
  • _companyInfo
    Type: CompanyInfo Table
    The CompanyInfo record that has the company information.

See Also

Reference

SalesInvoiceDP Class