Share via


TaxSalesLedgerDP.insertInTaxSalesLedgerTmp Method [AX 2012]

Insert the data into the instance of the temporary table.

Syntax

public void insertInTaxSalesLedgerTmp(TaxSalesLedgerTmp _taxSalesLedgerTmp)

Run On

Server

Parameters

  • _taxSalesLedgerTmp
    Type: TaxSalesLedgerTmp Table
    The instance of the temporary table to use to insert values into.

See Also

Reference

TaxSalesLedgerDP Class