Question
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?