SalesInvoiceDP.insertIntoSalesInvoiceTmp Method [AX 2012]

Inserts the invoice detail information.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          private void insertIntoSalesInvoiceTmp(
            CustInvoiceJour _custInvoiceJour, 
            CustInvoiceTrans _custInvoiceTrans, 
            TaxSpec _taxSpec, 
            CustPaymSchedLine _custPaymSchedLine, 
            CustTrans _prepaymentCustTrans, 
            TaxTrans _prepaymentTaxTrans, 
           [TableId _tableid])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void insertIntoSalesInvoiceTmp(
            CustInvoiceJour _custInvoiceJour, 
            CustInvoiceTrans _custInvoiceTrans, 
            TaxSpec _taxSpec, 
            CustPaymSchedLine _custPaymSchedLine, 
            CustTrans _prepaymentCustTrans, 
            TaxTrans _prepaymentTaxTrans)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private void insertIntoSalesInvoiceTmp()

  Microsoft Dynamics AX 2012 (FPK)
          private void insertIntoSalesInvoiceTmp()

  Microsoft Dynamics AX 2012 (SYS)
          private void insertIntoSalesInvoiceTmp()

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.

See Also

Reference

SalesInvoiceDP Class