Client Script
How to create a Client Script
A Client Script is the business logic that gets called inside the Client Policy.
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 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 Client Script.
Script – The JavaScript code (Business Logic Class).
Click on the ‘create’ button. That’s it, you have created the Client Script.
Last updated