ReqSupplyDemandScheduleModel.plannedOrdersPreview Method [AX 2012]

Calculates the summarized information for the planned orders in a specified period.

public container plannedOrdersPreview(
    TransDate _fromdate, 
    TransDate _toDate, 
    ReqRefType _reqRefType, 
    SupplyDemandSubClassification _subtype)

Run On

Server

Parameters

_fromdate
Type: TransDate Extended Data Type
The start date of the period that is calculated.
_toDate
Type: TransDate Extended Data Type
The start date of the period that is calculated.
_reqRefType
Type: ReqRefType Enumeration
The type of planned orders that are calculated.
_subtype
Type: SupplyDemandSubClassification Enumeration
The subtype of planned orders that are calculated.

Return Value

Type: container
A container that has the summarized information for the period.

Community Additions

ADD
Show: