SalesInvoiceDP.insertIntoSalesInvoiceHeaderFooterTmp Method [AX 2012]

Inserts the invoice header information.

Syntax

private void insertIntoSalesInvoiceHeaderFooterTmp(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.

Remarks

This method will insert the invoice header information into the SalesInvoiceHeaderFooterTmp table which is only used for Eastern European countries and other countries that need customization from the SYS layer functionality.

See Also

Reference

SalesInvoiceDP Class