Publish Forecasts

Task Name

Description

Argument Template

PublishAllSchedules

Publishes the forecasts for all Active Schedules to the internal MetrixIDR Published Forecast Tables. Takes a comment as an optional argument.

<args>

<arg name="Comment" value="{Comment}" />

</args>

PublishSchedules

Publishes the forecasts for all Active Schedules to the internal MetrixIDR Published Forecast Tables. Takes a filter string e.g. CUSTOM1=’Group1’ as a required argument and a comment as an optional argument.

<args>

<arg name="FilterString" value="{filterstring}" />

<arg name="Comment" value="{Comment}" />

</args>

PublishAllSchedules WithEditWindow

Publishes the forecasts for all Active Schedules to the internal MetrixIDR Published Forecast Tables using the edit window associated with the specified Action Role. Takes an Action Role as a required argument and a comment as an optional argument.

<args>

<arg name="ActionRole" value="{ActionRole}" />

<arg name="Comment" value="{Comment}" />

</args>

PublishSchedules WithEditWindow

Publishes the forecasts for a subset of active Schedules to the internal MetrixIDR Published Forecast Tables using the edit window associated with the specified Action Role. Takes a filter string e.g. CUSTOM1=’Group1’ and an Action Role as required arguments and a comment as an optional argument.

<args>

<arg name="FilterString" value="{filterstring}" />

<arg name="ActionRole" value="{ActionRole}" />

<arg name="Comment" value="{Comment}" />

</args>

PublishAllSchedules WithDetail

Publishes the forecasts for all Active Schedules to the internal MetrixIDR Published Forecast Tables. Takes a comment as an optional argument.

<args>

<arg name="Comment" value="{Comment}" />

<arg name="Offset" value="{Offset}" type="System.Int32" />

<arg name="Length" value="{Length}" type="System.Int32" />

<arg name="Units" value="{DAILY,HOURLY,INTERVAL}" />

<arg name="ForecastType" value="{Forecast}" />

</args>

PublishSchedules WithDetail

Publishes the forecasts for all Active Schedules to the internal MetrixIDR Published Forecast Tables. Takes a filter string e.g. CUSTOM1=’Group1’ as a required argument and a comment as an optional argument.

<args>

<arg name="FilterString" value="{filterstring}" />

<arg name="Comment" value="{Comment}" />

<arg name="Offset" value="{Offset}" type="System.Int32" />

<arg name="Length" value="{Length}" type="System.Int32" />

<arg name="Units" value="{DAILY,HOURLY,INTERVAL}" />

<arg name="ForecastType" value="{Forecast}" />

</args>