Question
1
Replies
352
Views
Posted: August 2, 2019
Last activity: August 18, 2019
Closed
Javascript API- pega.u.d.asyncRequest('GET', strUrl, callback, null)
Hi,
I am using pega.u.d.asyncRequest('GET', strUrl, callback, null) to call an activity from javascript. Everytime this gets executed section is getting refreshed and the error messages displayed in the UI are not visibile.
Please suggest how to avoid refresh when calling activity from javascript.
Is the refresh action coming from the activity your pega.u.d.asyncRequest function calls?