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
- _inventTrans
Type: InventTrans Table
An InventTrans record.
- _inventTransOrigin
Type: InventTransOrigin Table
An InventTransOrigin record.
- _reqTransSortedList
Type: RecordSortedList Class
An instance of the RecordSortedList class that contains the ReqTrans records.