LedgerJournalCheckPost.validateLedgerJournalTransBankAccount Method [AX 2012]

Validates bank accounts that correspond to the OffsetAccount, AccountNum and BankAccountId fields of the LedgerJournalTrans table.

Syntax

protected boolean validateLedgerJournalTransBankAccount(LedgerJournalTrans _ledgerJournalTrans)

Run On

Server

Parameters

Return Value

Type: boolean
false if the BankAccountHoldStatus status against that bank account has the InactiveForAllTransactions enumeration value; otherwise, true.

See Also

Reference

LedgerJournalCheckPost Class