Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1690946000/1f6d124b-06fa-42c4-bf04-06fb5e9ff513.jpg?itok=lm2NdbAE)
Barclays
US
Last activity: 13 Dec 2018 1:08 EST
Run Script action is not working on click event
I have a button in a section with a run script configured to call a function on click of the button. But pega is not executing the script. Have used a configuration similar to the following.
1.Section in Ruleset A
2.Create a text file with the following script in Ruleset A
function myfunction()
{
alert("Test For AAA");
}
3.Added a button in the section and on click added the run script action where in called myfunction.
Nothing is happening on click. Anyone has the same issue?