Share via


ReqTransPOFirmKanban.createReqTransCov Method [AX 2012]

Adds the ReqTransCov records to the specified instance of the RecordInsertList class.

Syntax

protected void createReqTransCov(List _listReqTransKanban, RecordInsertList _reqTransCovInsertList)

Run On

Server

Parameters

  • _listReqTransKanban
    Type: List Class
    A list that holds the ReqTrans records.
  • _reqTransCovInsertList
    Type: RecordInsertList Class
    An instance of the RecordInsertList class that holds a ReqTransCov records.

See Also

Reference

ReqTransPOFirmKanban Class