Share via


LedgerJournalTransUpdate.checkTaxAmount Method [AX 2012]

Checks the VAT amount of the transaction 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 boolean checkTaxAmount(LedgerJournalTrans _ledgerJournalTrans, [LedgerPostingMessageLog _ledgerPostingMessageCollection])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean checkTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean checkTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean checkTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean checkTaxAmount(LedgerJournalTrans _ledgerJournalTrans)

Run On

Called

Parameters

Return Value

Type: boolean
true when VAT amount is valid; otherwise false

Remarks

This method generates an error if the VAT amount verification fails.

See Also

Reference

LedgerJournalTransUpdate Class