Share via


ReqSupplyDemandScheduleModel::setSupplyDemandRanges Method [AX 2012]

Sets query ranges for the planned order type, inventory direction, sub-classification, and the forecast flag.

Syntax

server public static void setSupplyDemandRanges(
    int _type, 
    QueryBuildRange _reqRefType, 
    QueryBuildRange _inventDirection, 
    QueryBuildRange _subClassification, 
    QueryBuildRange _isForecast)

Run On

Server

Parameters

  • _type
    Type: int
    The supply demand overview type.

See Also

Reference

ReqSupplyDemandScheduleModel Class