Share via


Bank_US.checkBankAccount Method [AX 2012]

Validates the routing number and the account number on a United States bank account.

Syntax

public boolean checkBankAccount(BankAccountMap _bankAccountMap)

Run On

Called

Parameters

Return Value

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

Remarks

The routing number must contain digits only, must be nine characters long, and the check digit must match the calculated value.

The account number must contain digits only.

See Also

Reference

Bank_US Class