Client Script
How to create a Client Script: -
A Client Script is the business logic which gets called inside the Client Policy.
In order to create a Client Script, follow these steps: -
On navigation, under Script, go to Client Scripts. You will see a list of all the Client Scripts.
Click on ‘settings icon’ on top left corner and then click ‘new’.
A form appears where you have to provide the following details: -
Name - name of the Client Script.
Script – The JavaScript code (Business Logic Class).
Click on ‘create’ button. That’s it, you have created the Client Script.
Last updated