Share via


ReqTransPOFirmKanban.addReqTrans Method [AX 2012]

Initializes a ReqTrans record and adds the record to the specified instance of the RecordSortedList class.

Syntax

protected void addReqTrans(
    InventTrans _inventTrans, 
    InventTransOrigin _inventTransOrigin, 
    RecordSortedList _reqTransSortedList)

Run On

Server

Parameters

  • _reqTransSortedList
    Type: RecordSortedList Class
    An instance of the RecordSortedList class that contains the ReqTrans records.

See Also

Reference

ReqTransPOFirmKanban Class