Share via


VendOutPaymRecord_RBC_Credit.strInsert Method [AX 2012]

Writes data to a specified position in the payment record.

Syntax

protected void strInsert(str _fieldValue, int _fieldPosition)

Run On

Server

Parameters

  • _fieldValue
    Type: str
    The data to write to the payment record.
  • _fieldPosition
    Type: int
    The position in the record to add data.

See Also

Reference

VendOutPaymRecord_RBC_Credit Class