Server-side scripts allow the system running JS scripts on the server-side when the server events happen, for example:
They are used to create reactions for the data writing based on the pre-defined rules, such as:
In the server-side scripts, you can use native JavaScript and methods provided by server-side API.
To define the API class in a script, you need to specify it explicitly in script code, for example:
In the case there is a code executed through the eval() function, then adding the string below at the start of the script will import all the API classes.
|
The subsections of this section will give more details and specifics of server-side scripts usage.
Also, you can refer to the Scheduled Script article to get more information about implementing routine activities.