Share via


LedgerJournalEngine.getTaxAmounts Method [AX 2012]

Gets the total actual and calculated tax amount for the specified LedgerJournalTrans record.

Syntax

private container getTaxAmounts(LedgerJournalTrans _ledgerJournalTrans, boolean _includeUseTax)

Run On

Called

Parameters

  • _includeUseTax
    Type: boolean
    A value that indicates whether the use tax is included in the tax amount; optional.

Return Value

Type: container
The actual and calculated tax amount for the current line.

See Also

Reference

LedgerJournalEngine Class