Discussion
7
Replies
15195
Views
Posted: April 2, 2015
Last activity: September 5, 2015
Closed
call activity from javascript using post method
hi
how can I call activity from javascript using post method.
I used httpRequestAsynch(oSafeURL.toURL()) but I get an error because of big sized data.
example like this oSafeURL.put("StringInBase64" , FileAsBase64String);
FileAsBase64String parameter is below picture
how can I send this data to activity as parameter.
Hi Harunc61,
PRPC Activities only execute on the PRPC Application Server not in the Browser. You can trigger the execution of a PRPC Activity through a browser side Event as an Action using the PRPC Client Event Editor. You can learn more about how to use the PRPC Client event editor from this Help Topic: (https://pdn.pega.com/sites/pdn.pega.com/files/help_v71/procomhelpmain.htm#rule-/rule-html-/common/clientenventeditor.htm).
Regards,
Henry
Pega Academy