Bank_CA.checkBankAccount Method [AX 2012]

Validates the routing number or type and account number on a Canadian bank account.

Syntax

public boolean checkBankAccount(BankAccountMap _bankAccountMap)

Run On

Called

Parameters

  • _bankAccountMap
    Type: BankAccountMap Map
    A BankAccountMap object for the account to validate.

Return Value

Type: boolean
true if the bank account is validated; otherwise, false.

Remarks

Calls the checks for bank account number, routing number, and routing number type

See Also

Reference

Bank_CA Class