Step 1 – Create a Script 

  1. Find the Client Search page and open it in the Page Builder
  2. Add a Script Action, call it newAlert

    1. In its Properties configuration set its Data Source to store storeClients[List]
    2. Add a parameter, call it myParam and set Column to Department
    3. Into the Script Action Test add: alert("Your department is " + arguments[0].myParam);
    4. Click Save

Step 2 – Linking to the Grid

  1. Click on grdClients and click on Settings
    1. Click on the Command Column and change its Width from 60 to 90; click Apply
    2. Click on Command Columns
    3. Add another ActionCommand
    4. Set Command Name to Alert, set its icon to Exlamation and its action to newAlert
    5. Click Save
  2. Click on the Preview tab in Page Builder
    1. Click on the new alert for the following result
  3. Click on Save Page at the top left of the screen, and click Ok to the Page Was Saved notification