formletterParmData.insertParmSubTableMap Method [AX 2012]

Inserts the specified record into the map that keeps track of the records.

Syntax

protected void insertParmSubTableMap(Common _parmSubTable, [str _mapKey])

Run On

Server

Parameters

  • _parmSubTable
    Type: Common Table
    The record to insert into the map.
  • _mapKey
    Type: str
    A unique key for the record.

See Also

Reference

formletterParmData Class