ReqForecastReduce.calcNewReqQty Method [AX 2012]

Calculates a new forecast quantity.

protected abstract 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 reduce value.

Return Value

Type: ReqQty Extended Data Type
A real value that contains the reduced forecast quantity.

Community Additions

ADD
Show: