Bank_BR::parseAgency Method [AX 2012]

Returns the agency number.

client server public static BankAgency_BR parseAgency(BankAccount _bankAccountInfo)

Run On

Called

Parameters

_bankAccountInfo
Type: BankAccount Extended Data Type
The complete bank account (bank, agency, and account numbers).

Return Value

Type: BankAgency_BR Extended Data Type
The agency number without the control characters.

See the checkBankAccount() method for valid formats.

Show: