Share via


ReqForecastReduce.calcNewReqQtyFromQty Method [AX 2012]

Calculates a new forecast quantity by deduct the original forecast quantity with the specified quantity.

Syntax

protected ReqQty calcNewReqQtyFromQty(ReqTrans _reqTrans, real _reduceQty)

Run On

Called

Parameters

  • _reduceQty
    Type: real
    A real value that contains the quantity the forecast should be deducted.

Return Value

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

See Also

Reference

ReqForecastReduce Class