BankClientImportFormatLine_RU.processRecordLine Method [AX 2012]

Writes the specified field values to the bank-client payment record.

Syntax

protected void processRecordLine(
    container _line, 
    BankClientOperationType_RU _currentOperation, 
    Map _num2NameMap)

Run On

Called

Parameters

  • _line
    Type: container
    A container with field values.
  • _num2NameMap
    Type: Map Class
    An instance of the specified map. Key: the counter number of the field; value: the name of the field.

Exceptions

Exception Condition
Error

Requisite delimiter is not found

See Also

Reference

BankClientImportFormatLine_RU Class