Share via


Bank_CA.checkBankAccountNum Method [AX 2012]

Validates the account number on a Canadian bank account.

Syntax

public boolean checkBankAccountNum(BankAccount _accountNumber)

Run On

Called

Parameters

Return Value

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

Remarks

The account number must be between 7 and 12 characters long.

See Also

Reference

Bank_CA Class