Share via


VendOutPaymRecord_NACHA.strInsert Method [AX 2012]

Writes the supplied data at the instructed position in the NACHA payment record.

Syntax

protected void strInsert(str _fieldValue, int _fieldPosition)

Run On

Server

Parameters

  • _fieldValue
    Type: str
    The data to write.
  • _fieldPosition
    Type: int
    The position at which to write.

See Also

Reference

VendOutPaymRecord_NACHA Class