Share via


CustOutPaymRecord_NACHA.strInsert Method [AX 2012]

Writes the supplied data at the specified position in the NACHA CCD, CTX, IAT or PPD 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 the data.

See Also

Reference

CustOutPaymRecord_NACHA Class