Share via


VendOutPaymRecord_VideoTel_PL.formatAccountInformation Method [AX 2012]

Formats account's information according to the specification.

Syntax

private str formatAccountInformation(
    Name _accountName, 
    str _address1, 
    str _address1Description, 
    str _address2, 
    str _address2Description)

Run On

Server

Parameters

  • _address1
    Type: str
    First line of account address (street).
  • _address1Description
    Type: str
    Description of address (used to show user a warning message about address resizing).
  • _address2
    Type: str
    Second line of account address(zipcode and city).
  • _address2Description
    Type: str
    Description of address (used to show user a warning message about address resizing).

Return Value

Type: str
Formatted account's information.

Remarks

Account's information consists of three parts: account name (up to 60 characters) and two address lines (up to 35 characters each) separated by "???" (without quotes).

See Also

Reference

VendOutPaymRecord_VideoTel_PL Class