Share via


ReqTransPOFirmKanban.listReqTransSettled Method [AX 2012]

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

Syntax

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

Run On

Server

Parameters

Return Value

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

Remarks

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

See Also

Reference

ReqTransPOFirmKanban Class