Script Library Properties

The Script Library Properties window contains the settings and code for a Script Library.

Property Pages

Script

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.

Referenced Assemblies

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

Included Script Libraries

Your library may reference other Script Libraries in order to call code in those libraries.

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.

Security

The Security page is used to view or modify the security settings for this object. See the Security Editor topic for more information on editing security settings.

The following permissions apply to script libraries:

Permission Description
Full Control Permission to perform all actions on the script library.
List/Use Permission to use the script library.
View Permission to view the properties of the script library.
Modify Permission to modify the properties of the script library.
Delete Permission to delete the script library.
Administer security Permission to change the security settings for the script library.
Change owner Permission to take ownership of the script library.

Permission to create new scripts is controlled through the Script Security settings.

Related Concepts

Script Library