You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Include scripts 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 Definition -> Script Includes;
  • Click New, fill in the form and click Save.


FieldDescription
NameInclude script name
DescriptionShort action description
ActiveWhen set to TRUE, this script will be executed when called; otherwise, it will not.
Client callableWhen set to TRUE, this script will be callable on the client-side; otherwise, it will not.
ScriptThis sequence of the actions will be executed when invoking the script.
  • No labels