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 a thorough knowledge of the JavaScript.NET language.
The script code you enter using this tab is executed only when the “Run specified script” action is enabled.
To create a custom scheduling script manually:
- With the scheduling script opened in the View mode, go to the Custom Script tab in the lower-right frame.
Figure 1 - Custom Script Tab
This tab contains a single text field, which you use to enter your script code.
- Enter the script code (JavaScript.NET language is used) in the text field. You can also paste the clipboard contents into this field. Click the Parse button in the lower-right frame's toolbar to check the code is correct.
(go to Accessing the Call Object in Custom Scripting for more information).