AUTOFORECAST

Use the :AUTOFORECAST script function to calculate forecast data for future activities. The AutoForecast feature provides information about all tasks that will run within a specified time. You can manually use the AutoForecast in the Automic Web Interface, or use this script function to create forecasts for all active Schedules and Events.

Notes:

Important! Your system must be set up for AutoForecasts. For more information, see AutoForecast.

Syntax

AUTOFORECAST ()

Return Code

Tip: You can include processing instructions in the script to define what happens when an error occurs. For more information, see :ON_ERROR.

Example

The following script line generates a forecast of all active Schedules and Events in the Client in which the script is called.

:SET &RET# = AUTOFORECAST()

See also:

seealso

AutoForecast

Script Elements for Handling Objects