Salesforce Fact #625 | Limits.getAggregateQueries()

Limits.getAggregateQueries() returns the number of aggregate queries which have been process along with SOQL query statement. Basically, it considers the relationship queries on the child object.

Reference: https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_limits.htm#apex_System_Limits_getAggregateQueries

Attached is the screenshot.



Comments

Popular posts from this blog

Salesforce Fact #192 | Call batch apex from flow

Salesforce Fact #457 | Get current user role name in flow