Previous Topic

Next Topic

Book Contents

Creating an execution plan

To create a new execution plan:

  1. Select File > New > Execution Plan. The Execution Plan window opens in the Trial Design workspace. This window consists of the following tabs:
    • Script — Editor window that enables you to create the script that runs when the associated event fires.
    • MedML — Read-only tab that displays the MedML tags that define the execution plan.

  2. In the Script window, create a script, using VBScript. You can use an execution plan script to accomplish any of the following:
    • Log an event to the Windows event log.
    • Pass a context string from a rule.
    • Send email.

    When creating an execution plan script, you can use the objects described in the MedML online help. The examples shown in Execution plan objects and methods illustrate scripts for each of the activities you can perform with execution plans.

  3. In the Properties window, specify the RefName of the execution plan in the Reference Name row.
  4. Optionally, specify a Design Note describing the execution plan for documentation purposes.
Send Feedback