Develop > Wizards Guide > Calling Wizards > Call a wizard from process records

Call a wizard from process records

To set up a wizard to be called from process records, follow these steps:

  1. Click Tailoring > Document Engine > Processes.
  2. Select a process record.
  3. Select the RAD tab.
  4. In the RAD Application field, enter the RAD Application wizard.run to associate the wizard with this record.
  5. In the Condition field, enter the condition associated with the RAD Application field. For example, "true".
  6. In the Parameter Names field, enter the parameter names to pass to the RAD application.
  7. In the Values field, enter the parameter values to pass to the RAD application.
  8. Click Save.
  9. Click OK.

Example:

In this example, a wizard is set up to be called from the add.device Process record. The add.device Process record is opened to evaluate the RAD call.

To set up a wizard to be called from process records, follow these steps:

  1. Click Tailoring > Document Engine > Processes.
  2. Open the add.device Process record.
  3. Select the RAD tab.
  4. In the RAD Application field, enter the RAD Application wizard.run to associate the wizard with this record.
  5. The Condition field contains the name of the parameters to be used (file and name).
  6. In the Parameter Names field, enter the parameter names to pass to the RAD application.
  7. The Values field specifies the values of the parameters being passed to the RAD application. In this example, the following values are specified for each parameter named.

    Name of parameter Value of the parameter
    file

    $L.file

    name "Add Device"
  8. Click Save.
  9. Click OK.