Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans table.
Return Value
Type: boolean
false if the BankAccountHoldStatus status against that bank account has the InactiveForAllTransactions enumeration value; otherwise, true.