ReqTransPOFirmKanban.listReqTransSettled Method [AX 2012]

Finds the pegged ReqTrans records for the planned order and the derived transactions.

protected List listReqTransSettled(
    ItemId _itemId, 
    InventDimId _inventDimId, 
    InventDirection _direction)

Run On

Server

Parameters

_itemId
Type: ItemId Extended Data Type
A string value that holds an item ID.
_inventDimId
Type: InventDimId Extended Data Type
A string value that holds an inventory dimension ID.
_direction
Type: InventDirection Enumeration
A InventDirection enumeration value that hold the requirement direction.

Return Value

Type: List Class
A list that holds the ReqTrans records.

Requirement transactions pegged against the planned order and the derived transactions must be released and instead used to the created kanban.

Community Additions

ADD
Show: