ReqCalc.covCreatePlannedOrder Method [AX 2012]

Creates one or more planned orders where each planned order is a combination of a ReqPO and a ReqTrans record.

Syntax

protected ReqTrans covCreatePlannedOrder(ReqSetupDim _setupDim, ReqTrans _issue)

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    A reqSetupDim object which holds master planning setting for a specific item and coverage dimensions.
  • _issue
    Type: ReqTrans Table
    A reqTrans record with a negative unsettled quantity.

Return Value

Type: ReqTrans Table
A ReqTrans record with a positive quantity that can fulfill the issue record.

Remarks

The issue reqTrans record cannot be settled against any existing receipts or on-hand. A planned order must be created.

See Also

Reference

ReqCalc Class