ENABLE_FORECAST_ASYNC_TASK

This registry parameter determines if user-created forecasts are generated immediately by the application server or asynchronously by the job scheduler.
Description:

When this registry parameter is set to true, forecasts created by the user in the Forecasting screen are generated asynchronously by the job scheduler. You also must schedule an Asynchronous Processing Task on the job scheduler using the FORECAST ASYNC TASK job type, which performs the forecast generation. Users receive a message when creating a forecast to confirm that the forecast is being generated. The user receives a Workmail message when the forecast is ready.

When this registry parameter is set to false, user-created forecasts are created immediately by the application server. When the forecast is ready, users are brought directly to the Forecasting screen to review or edit the forecast.

Valid Values:

true or false

Default Value:

false

Location:

system/modules/scheduleOptimization

Effective:

2022.06.00