Softdial Scripter™ Designer - Subscripts Tutorial

1) Getting Started

To begin:

  1. Create a new project (File > New > New Project) called subscript demo.
  2. Add two subscripts (File > New > New Subscript) called MySubscript and MySubscriptSubscript.

Before they can be used, each subscript requires a valid Exit Code:

  1. Select the MySubscript tab:
    1. In the left panel, click on the Script Resources tab,
    2. From the Script Flow folder, drag an Exit Script step onto the script flow,
    3. Double-click to edit,
    4. Enter an Exit Code of OK.

      Exit Code Input

      Fig. 1 - Exit Code Input

  2. Click on the MySubscriptSubscript tab and repeat the above steps.
  3. Click on the Start tab and repeat the above steps.
  4. Click File > Save All (or the Save All toolbar button).

Next: 2) Editing the Start Script