Creating a Custom Script

  To create a custom script:

  1. From the Setup tab, and then under Scripts, select Script Editor.

  2. From Script Editor, click New.

  3. From Script Type, select Custom.

  4. From Technology, select Jython or Visual Basic.

    Scripts created in Jython are saved with a .py extension. Scripts created in Visual Basic are saved with a .vbs extension.

    Custom scripts cannot use JavaScript technology.

  5. In File Name, enter a name for the script.

  6. Click OK.

  7. From the Target Application drop down, select the target application for this drill through script.

  8. Write the code for the custom script in the Script Editor.

  9. Click Save.