ReqForecastReduce_Percent.calcNewReqQty Method [AX 2012]
Calculates a new forecast quantity.
Syntax
protected ReqQty calcNewReqQty(
ReqTrans _reqTrans,
ReqSetupDim _setupDim,
real _reduceValue)
Run On
Called
Parameters
- _reqTrans
Type: ReqTrans Table
A ReqTrans record of type forecast.
- _setupDim
Type: ReqSetupDim Class
A ReqSetupDim object that contains coverage settings for a specific item ID and inventory dimensions.
- _reduceValue
Type: real
A real value that contains a percentage.
Return Value
Type: ReqQty Extended Data Type
A real value that contains the reduced forecast quantity.