LedgerJournalCheckPost.validateTransForFixedAssets Method [AX 2012]

Validates the transaction for fixed assets.

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
          private boolean validateTransForFixedAssets(LedgerJournalTrans _ledgerJournalTrans, [LedgerPostingMessageLog _ledgerPostingMessageCollection])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private boolean validateTransForFixedAssets(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private boolean validateTransForFixedAssets(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 (FPK)
          private boolean validateTransForFixedAssets(LedgerJournalTrans _ledgerJournalTrans)

  Microsoft Dynamics AX 2012 (SYS)
          private boolean validateTransForFixedAssets(LedgerJournalTrans _ledgerJournalTrans)

Run On

Server

Parameters

Return Value

Type: boolean
true if the transaction is valid; otherwise, false.

Remarks

This is called from both the checkJournal and postJournal methods when it loops through and verifies the transactions in the journal to be checked or posted.

See Also

Reference

LedgerJournalCheckPost Class