ReqDemPlanImportForecastService.cleanupPreviousForecastPerAllocationKey Method [AX 2012]

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

Syntax

public void cleanupPreviousForecastPerAllocationKey(
    ForecastModelId _forecastModelId, 
    ForecastItemAllocationId _allocationKey, 
    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