Share via


VendOutPaymCreate_MultiCashForeign_PL.getVendBankInformation Method [AX 2012]

Returns receiver's bank information according to the MultiCash Foreign Payment Format requirements.

Syntax

private str getVendBankInformation(VendBankAccount _vendBankAccount, [str _separator])

Run On

Called

Parameters

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

Return Value

Type: str
A formatted bank information.

Remarks

Vendor’s bank name and address: Line 1: Vendor’s bank name (first 34 characters) Line 2: [Vendor’s bank name rolled over + “, ”]+Vendor’s bank street address Line 3: Vendor’s bank street address continued Line 4: Vendor’s bank city and zip code

See Also

Reference

VendOutPaymCreate_MultiCashForeign_PL Class