Share via


Bank_IT.checkBankAccount Method [AX 2012]

Verifies an Italian bank account.

Syntax

public boolean checkBankAccount(BankAccountMap _bankAccountMap)

Run On

Called

Parameters

Return Value

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

Remarks

If the IBAN field is blank, the user must specify the BBAN (routing number, account number and CIN value).

The routing (registration) number field must contain 10 digits.

The account number must contain 12 characters.

The account number can contain only digits and capital letters.

Both the CIN value and the IBAN value must conform to requirements.

See Also

Reference

Bank_IT Class