Share via


VendOutPaymCreate_MultiCashForeign_PL.getVendorInformation Method [AX 2012]

Returns vendors's information according to the specification.

Syntax

protected str getVendorInformation(VendTable _vendTable, [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 _separator.

See Also

Reference

VendOutPaymCreate_MultiCashForeign_PL Class