Script Page

The Script page defines the script code for the Script Library.

Name

Provide a descriptive name for this library. The name must be unique across all scripts, and must contain only letters, numbers, and the underscore ("_") character. No other punctuation or spaces are allowed in the name.

Description/Notes

Enter any extended descriptive information or notes for this library. There is no limit on the length of the text.

Language

Select or enter the language that the script uses. The language must be a scripting language recognized by the Window Scripting Host on the computer running the adTempus service.

Referenced Assemblies

If you have selected one of the .NET languages (VB.NET or C#), your code may reference other .NET assemblies.

Script

Provide any functions, subroutines, constants, etc., that are part of this library. The code you specify here will be available to any scripts that use this library.

When you initially select the script language, the script body will be filled with a template script library for you to use as a starting point.

Validate

Click the Validate button to validate your script library. adTempus will check to ensure that the code appears valid. The script library is automatically validated when you click the OK button.

Validation of the script library occurs on the computer that the Console is running on. If you are connected to the adTempus server from a remote computer and your script refers to external objects, files, etc., you should test the script from a Console running on the computer that hosts the server to be sure that it will work correctly on the server.

See Also

Script Library Properties

Script Library Overview

Script Overview