Managing Scripts (UI)

The following procedures describe how to create, modify, and delete scripts using the AM console:

To Create Scripts
  1. In the AM console, go to Realms > Realm Name > Scripts, and click New Script.

    The New Script page appears:

    Creating a script by using the AM console.
  2. Specify a name for the script.

  3. Select the type of script from the Script Type drop-down list.

  4. Click Create.

    The Script Name page appears:

    Creating a Script Using the AM console.
  5. Enter values on the Script Name page as follows:

    1. Enter a description of the script.

    2. Choose the script language, either JavaScript or Groovy. Note that not every script type supports both languages.

    3. Enter the source code in the Script field.

      On supported browsers, you can click Upload, navigate to the script file, and then click Open to upload the contents to the Script field.

    4. Click Validate to check for compilation errors in the script.

      Correct any compilation errors, and revalidate the script until all errors have been fixed.

    5. Save your changes.

To Modify Scripts
  1. In the AM console, go to Realms > Realm Name > Scripts.

  2. Select the script you want to modify from the list of scripts.

    The Script Name page appears.

  3. Modify values on the Script Name page as needed. Note that if you change the Script Type, existing code in the script is replaced.

  4. If you modified the code in the script, click Validate to check for compilation errors.

    Correct any compilation errors, and revalidate the script until all errors have been fixed.

  5. Save your changes.

To Delete Scripts
  1. In the AM console, go to Realms > Realm Name > Scripts.

  2. Choose one or more scripts to delete by activating the checkboxes in the relevant rows. Note that you can only delete user-created scripts—you cannot delete the global sample scripts provided with AM.

  3. Click Delete.

Read a different version of :