You need to sign in to do that
Don't have an account?
JWikk
Batch Apex progress?
Salesforce released a video a while ago showing the capabilities of batch apex:
In the video they show a progress bar that auto updates, and the ability to come back to the batch request and view the status. Does any SF developer have the code to handle this in VF and apex? Most documentation says to go to Setup to view the status...seeing this happen in VF is sweet if only they showed how they did it in the video.
anyone?
James
I'm also looking for that :( ... that interface code will definitely look sweet on any custom VF pages which users create for batch apex ... plz somebody from SFDC reply to us here...
The corresponding controller code for GW_CTRL_BatchJobsProgress will be as below
Finally on the visualforce page where you want to display the Batch Jobs Progress incude the below snippet
Kindly accept the answer if its working so that others landing on this page might take help from the same. If facing any issue please let me know. Thanks
Can you share the test class you wrote for the controller too.