Share via


VendOutPaymRecord_HSBC.strInsert Method [AX 2012]

Writes the supplied data at the specified position in the payment record.

Syntax

protected void strInsert(str _fieldValue, int _fieldPosition)

Run On

Server

Parameters

  • _fieldValue
    Type: str
    The value to write.
  • _fieldPosition
    Type: int
    The position in the record.

See Also

Reference

VendOutPaymRecord_HSBC Class