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
NaypersMclgxNaypersMclgx 

Limitations of the "group edition"

Hello everyone, I hope someone can help me,

I have an app with aloha status and it's very common to see the next error when a the user is using a group edition:

System.LimitException: ranktab:Too many SOQL queries: 101
An unexpected error has occurred. Your solution provider has been notified.

So, I'd like to know what are the limitations of this version (group edition).

Mainly the maximum number of results (SOQL) that I could get.

Thank you.

AmitSahuAmitSahu
You can get results up to 50000 records . But your queries should not be more than 100 queries per execution.

You can refer to the governor limits in the apex dev guide, the limits are almost same for all editions except for few.
Like the API is not allowed by default in group edition I guess .