Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _forecastModelId
Type: ForecastModelId Extended Data Type
The forecast model to clean up.
- _itemId
Type: ItemId Extended Data Type
The item ID.
- _forecastStart
Type: date
Start date of the interval to clean up.
- _forecastEnd
Type: date
End date of the interval to clean up.