Share via


Bank_US.checkBankAccountNum Method [AX 2012]

Validates the account number on a United States bank account.

Syntax

public boolean checkBankAccountNum(BankAccount _accountNumber)

Run On

Called

Parameters

Return Value

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

Remarks

The account number must contain digits only.

See Also

Reference

Bank_US Class