Share via


ReqSetupDim.canReduceForecast Method [AX 2012]

Indicates whether a specified requirement type can reduce a specified forecast type.

Syntax

public boolean canReduceForecast(ForecastTableType _forecastType, ReqRefType _reqRefType)

Run On

Called

Parameters

  • _forecastType
    Type: ForecastTableType Enumeration
    A ForecastTableType enumeration value that indicates whether the forecast reduction references a demand forecast or a supply forecast.
  • _reqRefType
    Type: ReqRefType Enumeration
    A ReqRefType enumeration value that specifies the requirement type.

Return Value

Type: boolean
true if the forecast can be reduced; otherwise, false.

See Also

Reference

ReqSetupDim Class