Question
Siemens
IN
Last activity: 27 May 2016 7:48 EDT
Activity call via javascript(pega.u.d.reloadSection) not working in FireFox. (Pega v6.2)
as per one of our requirements, we have to call an activity on click of a checkbox(tristate).
the below code snippet works fine in IE and triggers the activity.
pega.u.d.reloadSection(pega.u.d.getSectionByName("","",""),ActivityName,'', false, true, '', false);
this refreshes (null section) and basically calls the activity.
the same snippet is not working in Firefox.
we've tried calling the activity using pega.util.connect.asyncRequest but even this is not working.