Share via


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

  • _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.

See Also

Reference

ReqForecastReduce_Percent Class