In this article
In the event you wish the scheduling script to perform operations which cannot be configured using the regular CATI Supervisor functions available through the user interface, you can write the script code manually. This requires thorough knowledge of the JavaScript.NET language.
Note: The script code you enter using this tab is executed only when the “Run specified script” action is enabled.
Creating a Custom Scheduling Script Code Manually
- With the scheduling script opened in the View mode, choose the Custom Script tab in the bottom frame.
- Enter the script code, using JavaScript.NET, in the text field.
- Click the Check button in the frames toolbar to check the code for correctness.
Adding a custom script
This tab contains a single text field enabling you to enter the script code.
You can also paste the clipboard contents into this field.
A Scripting Reference for examples of custom script codes is available (go to Accessing the Call Object in Custom Scripting for more information).