SalesInvoiceDP.insertIntoSalesInvoiceLocalizationTmp Method [AX 2012]

Inserts the invoice detail information.

Syntax

private void insertIntoSalesInvoiceLocalizationTmp(
    CustInvoiceJour _custInvoiceJour, 
    CustInvoiceTrans _custInvoiceTrans, 
    TaxSpec _taxSpec, 
   [CustPaymSchedLine _custPaymSchedLine, 
    CustTrans _prepaymentCustTrans, 
    TaxTrans _prepaymentTaxTrans])

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    The CustInvoiceJour record that has the invoice header information.
  • _custInvoiceTrans
    Type: CustInvoiceTrans Table
    The CustInvoiceTrans record that has the invoice details information.
  • _taxSpec
    Type: TaxSpec Class
    The TaxSpec class instance that has the taxes information.
  • _custPaymSchedLine
    Type: CustPaymSchedLine Table
    The CustPaymSchedLine record that has the payment schedules information.
  • _prepaymentCustTrans
    Type: CustTrans Table
    The CustTrans record that has the prepayment information.
  • _prepaymentTaxTrans
    Type: TaxTrans Table
    The TaxTrans record that has the prepayment taxes information.

Remarks

This method will insert the invoice details information into the SalesInvoiceLocalizationTmp 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