Server-side scripts let the system to run 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 (business-rules), such as:
In the server-side scripts, you can use methods that are provided by server-side API (description is here).
The subsections of this section will give more details and specifics of server-side scripts usage.