WORKBOOK_SCRIPT

STRING, comprising a script code

Code of the workbook script containing event functions that are run upon when the associated workbook event is fired.

Event functions contained within the scheme workbook script file are run before the related event function in the workbook scripts.

When a workbook event occurs, then:

  • If empty (default on deploy), then nothing occurs since the script is undefined.
  • If an active script code that has Script Type of Workbook, and the Groovy code within the script contains the related event function, then the function is run so that the workbook is customised.

A script may be referenced from the list of active scripts in scope with a Script Type of Workbook, as configured in the CCSCRT—Script application.

Typically the preference is not set at role or user level.

Related Processes