Share via


BankClientExportFormatLine_RU.getField Method [AX 2012]

Gets a value from a payment, depending on the field name from the BankClientField_RU table.

Syntax

protected str getField(BankClientField_RU _fieldList, BankPaymentOrderJour_RU _paymentOrderJour)

Run On

Called

Parameters

Return Value

Type: str
The payment's field value as a string.

Remarks

This method adds separators to the string value from the super class. This method also adds the requisite code, if it is required.

See Also

Reference

BankClientExportFormatLine_RU Class