function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TanejaTaneja 

Batch Jobs on Group and Prof. Edition

Hello All,

 

I have installed a Managed Beta Package in a Group edition Org. I have a Apex batch job which runs onClick of a button and saves the results to a Custom Object.

 

I then display the results in an apex:pageBlockTable. The issue is: I don't see any result in the table, i.e. it shows me there are 6 rows but does not display any values in the columns. Not even in any one of them.

 

In the Last 2 columns I have Custom Buttons which perform CRUD operations on individual row elements. I see the buttons and when you click on one of these buttons, I get "System.QueryException: List has no rows for assignment to SObject".

 

Here is a preview: https://www.dropbox.com/s/rxqhv64hsqi1kqg/emptyTable.tiff

 

Can anyone tell me whats going on here?? Why do I see empty rows?? Are batch jobs supported in GE/PE??

 

Same issue with Professional Edition as well. Although it works perfectly fine in EE, UE and DE orgs.

 

Any help would be highly appreciated.

 

Best,
Taneja