Managing Scripts

From QPR ProcessAnalyzer Wiki
Revision as of 06:25, 4 July 2013 by TeeHiet (talk | contribs) (305660 - WiP)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Script Manager

Scripts are tied to specific contexts, and the Script Manager dialog lists all the scripts accessible to the user according to the context selections defined by the Context, Selected User, Selected Project, and Selected Model drop-down menus.

By default, the following information is displayed for each script:

  • Context Type: the context to which the script is tied.
  • Name: the name of the script.
  • Group: the name of the script group.
  • Tags: the tags added to the script.
  • Created On: the date and time when the script was created.
  • Created By: the user who created the script.
  • Last Modified On: the date and time when the script was last modified.
  • Last Modified By: the user who last modified the script.
  • Help: link to the defined help page for the script.

In addition, the following columns are hidden by default:

  • Id: the id of the script in the database.
  • Model Id: the id of the model to which the script is linked.
  • Model Name: the name of the model to which the script is linked.
  • Project Id: the id of the project to which the script is linked.
  • Project Name: the name of the project to which the script is linked.
  • Script GUID: the globally unique id of the script.
  • User Id: the id of the user to which the script is linked.

To unhide a column:

  1. Right click a column title and select Column Chooser from the popup.
  2. Drag the column to be shown to the desired position.

Running a Script

To run a script, select it from the list and click Run. Alternatively, you can run a script by clicking Run on the ribbon and selecting the script to be run from the menu that opens.

Creating a New Script

To create a new script, click New and define the Script Properties.

Copying Scripts to Another Context

  1. Select the script(s) you want to copy from the list by left-clicking a script. To select multiple scripts hold down either the Shift key or the Ctrl key.
  2. Click Copy to Clipboard.
  3. From the Context and the Selected User/Selected Project/Selected Model drop-down menus, select the context to which you want to copy the script(s).
  4. Click Create from Clipboard.

Deleting Scripts

To delete script(s), select them from the list and click Delete.

Script Properties