Include scripts are used to store JavaScript functions and classes that will execute on the server. Every include script specifies either object class or function.
Include script form
An include script has a name, a description, and a script. Also, it is possible to specify if it is active or client-callable.
To create new include script, please complete the following steps:
- Navigate to the System Definitions -> Script Includes;
- Press New, fill in the form and press Save.
Field | Description |
Name | Include script name |
Description | Short action description |
Active | If TRUE then this script will execute when called; otherwise, it will not. |
Client callable | If TRUE then this script will be callable on the client-side; otherwise, it will not. |
Script | The script that will be executed when the script is called. |