The Script Editor

You can use the Script Editor to modify scripts that have been generated by a script generator, or to create a user-defined workflow script. For information on opening the Script Editor, see Workflow Customization at a Glance.

The Script Editor tab contains the following elements:

  • Script Editor toolbar. Contains buttons used when creating scripts. For details, see Understanding the Script Editor Commands.

  • Scripts Tree. Lists the event procedures to which you can add code. The event procedures are grouped by the module in which they are triggered. For details, see Workflow Event Reference.

  • Scripts pane. Displays the code of the selected event procedure. To create or modify a script, you add VBScript code to the event procedure. For details, see Creating a Workflow Script.

  • Messages pane. Displays any syntax errors encountered when you save or validate a script.