Working with Scripts

Understanding Scripts

Scripts are a set of commands that you can invoke to perform specific activities in Integrated Operational Planning.

For example, you could create a script to import and publish a worksheet, a workbook, and an analysis type as follows:

alter model schema set current edit
 
import worksheet definition from file "xxxxxxxx.xml”
import workbook definition from file "xxxxxxxx.xml"
import analysistype definition from file "xxxxxxxxxxxx.xml"
 
publish metadata changes

Scripts are created by an administrator on the Administration or Script Templates page in the Administration Workbench. See Adding Script Templates.

Viewing Scripts

Scripts are displayed in the following areas in the Planning Workbench:

Executing Scripts

  To execute a script:

  1. In the Planning Workbench navigation panel, select Scripts.

  2. Select a script and click Execute.