Question
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?
I am also facing the same issue. We are facing this issue after upgrading to 7.4 from 7.1.7. Still i am looking for resolution.