Share via


VendOutPaymCreate_MultiCashForeign_PL.getCompanyInformation Method [AX 2012]

Returns sender's company information according to the specification.

Syntax

protected str getCompanyInformation(CompanyInfo _companyInfo, [str _separator])

Run On

Called

Parameters

  • _separator
    Type: str
    Field separator, by default CRLF is used.

Return Value

Type: str
Formatted company information.

Remarks

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

See Also

Reference

VendOutPaymCreate_MultiCashForeign_PL Class