Share via


VendOutPaymRecord_VideoTel_PL.formatBankAccount Method [AX 2012]

Formats bank account number according to the specification.

Syntax

protected str formatBankAccount(str _bankAccount)

Run On

Server

Parameters

  • _bankAccount
    Type: str
    Number to be formatted.

Return Value

Type: str
Formatted bank account number.

Remarks

According to the specification bank account number is alpanumerical (in addition hyphen character is allowed).

See Also

Reference

VendOutPaymRecord_VideoTel_PL Class