Server Script
How to create a Server Script
A Server Script is the business logic that gets called inside the Route / Server Policy.
To create a Server Script, follow these steps: -
On navigation, under Scripts, go to Server Script. You will see a list of all the Server Scripts.
Click on the ‘settings icon’ in the top left corner and then click ‘new’.
A form appears where you have to provide the following details: -
Name - name of the Server Script.
Active – Check / Uncheck if ready / not ready to use.
Script – The code (Business Logic Class).
Click on the ‘create’ button. That’s it, you have created the Server Script.
Last updated