LedgerJournalEngine.tmpTaxTotals Method [AX 2012]

Returns the current instance of the temporary table TmpTaxTotals.

Syntax

public TmpTaxTotals tmpTaxTotals()

Run On

Called

Return Value

Type: TmpTaxTotals Table
The current instance of the temporary table TmpTaxTotals.

Remarks

Tax totals are calculated by calling the calculateTaxForCompleteJournal method.

See Also

LedgerJournalEngine Class

LedgerJournalEngine.calculateTaxForCompleteJournal Method