ReqSupplyDemandScheduleModel::setSupplyDemandRanges Method [AX 2012]
Sets query ranges for the planned order type, inventory direction, sub-classification, and the forecast flag.
server public static void setSupplyDemandRanges(
int _type,
QueryBuildRange _reqRefType,
QueryBuildRange _inventDirection,
QueryBuildRange _subClassification,
QueryBuildRange _isForecast)
Run On
ServerParameters
- _type
- Type: int
The supply demand overview type.
- _reqRefType
- Type: QueryBuildRange Class
The query range for the planned order type.
- _inventDirection
- Type: QueryBuildRange Class
The query range for the invent direction.
- _subClassification
- Type: QueryBuildRange Class
The query range for the subclassification.
- _isForecast
- Type: QueryBuildRange Class
The query range for the forecast flag.
Show: