Share via


TaxSalesLedgerDP.createTaxSalesLedgerTmp Method [AX 2012]

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

Syntax

public TaxSalesLedgerTmp createTaxSalesLedgerTmp(
    TaxPeriod _taxPeriod, 
    FromDate _fromDate, 
    ToDate _toDate)

Run On

Server

Parameters

Return Value

Type: TaxSalesLedgerTmp Table
An instance of the taxSalesLedgerTmpLocal temporary table.

See Also

Reference

TaxSalesLedgerDP Class