BankClientImportFormat_RU.setFieldDocumentTypeValue Method [AX 2012]

Searches the document type by name in the BankClientDocumentType_RU table and sets it up on a payment.

Syntax

protected void setFieldDocumentTypeValue(
    Common _rec, 
    FieldId _fieldId, 
    str _fldValue)

Run On

Called

Parameters

  • _fldValue
    Type: str
    The document type's name as a string.

See Also

Reference

BankClientImportFormat_RU Class