Configuration

You can use the parameters provided here to configure the Script connector.

Edit Script...
This button opens a window where you can create your own script code. An empty skeleton will already be present.
Keep Global State
If this parameter is checked (default), then any global variables defined in the script will be kept after the Connector terminates, and they will be present with their last values when the Connector is re-initialized.
Note: With this parameter checked (which is the default) the behavior of this Connector changed in IBM Security Directory Integrator version 7.1.1 onwards. If you need global variables to be reinitialized along with the Connector, you should either uncheck this parameter, or set these variables inside the initialize() method.
External Files
If you want to include external script files at runtime, specify them here. Specify one file on each line. These files are started before your script.
Include Global scripts
Include global scripts from the Script Library.
Detailed Log
If this parameter is checked, more detailed log messages are generated.