Share via


ReqDemPlanImportForecastService.cleanupPreviousForecastPerItemId Method [AX 2012]

Deletes the existing forecast records for a given item and date range.

Syntax

public void cleanupPreviousForecastPerItemId(
    ForecastModelId _forecastModelId, 
    ItemId _itemId, 
    date _forecastStart, 
    date _forecastEnd)

Run On

Server

Parameters

  • _forecastStart
    Type: date
    Start date of the interval to clean up.
  • _forecastEnd
    Type: date
    End date of the interval to clean up.

See Also

Reference

ReqDemPlanImportForecastService Class