Share via


TaxPurchLedgerDP.createTaxPurchLedgerTmp Method [AX 2012]

Creates the fields values for the temporary table and sends the temporary table instance to the insert method.

Syntax

private TaxPurchLedgerTmp createTaxPurchLedgerTmp(
    TaxPeriod _taxPeriod, 
    FromDate _fromDate, 
    ToDate _toDate)

Run On

Server

Parameters

Return Value

Type: TaxPurchLedgerTmp Table
A TaxPurchLedgerTmp temporary table instance.

See Also

Reference

TaxPurchLedgerDP Class