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
Tim Teague 4Tim Teague 4 

AcountUtilityTrigger: System.LimitException: Too many SOQL queries: 101

I'm not a dev but getting this error when I try to mass update opps 

AcountUtilityTrigger: System.LimitException: Too many SOQL queries: 101

We installed an app called ContractPod could that of caused this?

I turned off all opp flows and rules and we still get this error. 

As an Admin , what can I do?
Best Answer chosen by Tim Teague 4
Colin KenworthyColin Kenworthy
In Setup go to Apex Triggers and look at the 'namespace' for the AccountUtilityTrigger.  Then go to Installed Packages in Setup and look at the namespace for the ContractPod app.  If the two namespace are the same then the trigger is one of ContractPod's and could be the cause.

All Answers

Colin KenworthyColin Kenworthy
In Setup go to Apex Triggers and look at the 'namespace' for the AccountUtilityTrigger.  Then go to Installed Packages in Setup and look at the namespace for the ContractPod app.  If the two namespace are the same then the trigger is one of ContractPod's and could be the cause.
This was selected as the best answer
Colin KenworthyColin Kenworthy
Since the trigger sounds like it is handling Accounts, consider turning off account flows and rules.
Tim Teague 4Tim Teague 4
Thanks Colin , life saver