Question
5
Replies
598
Views
Cognizant
Posted: October 3, 2016
Last activity: October 4, 2016
Closed
Asynchronous Report definition calls
Need to execute 5 independent repotrt defintion in a single call, wan to make those calls in Parallel (asynchronous). how to acheive that ?
You can execute a report definition using the activity pxRetrieveReportData. You can call this activity in parallel using the "Queue" method instead of "Call" so that it happens asynchronously.