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: -

  1. On navigation, under Script, go to Client Scripts. You will see a list of all the Client Scripts.

  2. Click on ‘settings icon’ on top left corner and then click ‘new’.

  3. A form appears where you have to provide the following details: -

  4. Name - name of the Client Script.

  5. Script – The JavaScript code (Business Logic Class).

  6. Click on ‘create’ button. That’s it, you have created the Client Script.

Last updated