Share via


ReqPlanData.mustForecastInventBeCreated Method [AX 2012]

Determines if a forecast line should be included in the requirement profile.

Syntax

public boolean mustForecastInventBeCreated(ReqSetupDim _setupDim, ForecastInvent _forecastInvent)

Run On

Called

Parameters

  • _setupDim
    Type: ReqSetupDim Class
    A ReqSetupDim object that contains coverage settings for a specific item ID and inventory dimensions.
  • _forecastInvent
    Type: ForecastInvent Table
    A ForecastInvent record that specifies the forecast line.

Return Value

Type: boolean
true if the forecast should be included in the requirement profile; otherwise, false.

See Also

Reference

ReqPlanData Class