ReqCalcMarkDelayed.findAndMarkDelayedOrders Method [AX 2012]

Finds, and marks as delayed, all of the parent orders recursively along the delayed path to top level orders.

public void findAndMarkDelayedOrders(
    ReqPlanData _reqPlanData, 
    ReqTrans _receipt, 
    ReqTrans _issue, 
    ReqSetupDim _setupDim)

Run On

Server

Parameters

_reqPlanData
Type: ReqPlanData Class
A ReqPlanData instance that contains the master plan cached data.
_receipt
Type: ReqTrans Table
The order receipt for which to start checking for delays.
_issue
Type: ReqTrans Table
The issue that is covered by the order receipt.
_setupDim
Type: ReqSetupDim Class
The item coverage by dimension data for the item stamped on the order.

Community Additions

ADD
Show: