ReqCalc.pmfCoCovCreatePlannedOrder Method [AX 2012]

Creates one or more planned orders for a co-byproduct issue where each planned order is a combination of a ReqPO and ReqTrans record.

Syntax

protected ReqTrans pmfCoCovCreatePlannedOrder(ReqTrans _issue)

Run On

Called

Parameters

  • _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 partially or fulfill the issue, or null if no receipt was created.

Remarks

The issue ReqTrans record should not have been settled against any existing receipts or on-hand.A planned order must be created.

See Also

Reference

ReqCalc Class