LedgerJournalCheckPost.validateLedgerJournalTableBankAccount Method [AX 2012]

Validates bank accounts that correspond to the OffsetAccount and BankAccountId fields of the LedgerJournalTable table.

Syntax

protected boolean validateLedgerJournalTableBankAccount(LedgerJournalTable _ledgerJournalTable)

Run On

Server

Parameters

Return Value

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

See Also

Reference

LedgerJournalCheckPost Class