LedgerJournalEngine.correctedTaxAmount Method [AX 2012]

Records a manually entered tax regulation to a specific journal line.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public TaxAmountJournal correctedTaxAmount(LedgerJournalTrans _ledgerJournalTrans, [boolean includeUseTax])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public TaxAmountJournal correctedTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public TaxAmountJournal correctedTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 (FPK)
          public TaxAmountJournal correctedTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 (SYS)
          public TaxAmountJournal correctedTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Return Value

Type: TaxAmountJournal Extended Data Type
The tax amount in the currency of the journal

See Also

Reference

LedgerJournalEngine Class