Skip to main content

#Apexexceptionemails0 人がディスカッション中

Hi all, one of my clients got the email notification below. Can someone help me decode what this means and how I might go about resolving this issue? Thanks!

-----

Operation: /apex/npsp__STG_SettingsManager

By user/organization: 0051S000006zahN/00D37000000JBMD

Caused the following Apex resource warnings:

npsp:Number of query locator rows: 10000 out of 10000

12 件の回答
  1. 2023年8月11日 22:15

    I just got this answer from #Salesforce #Support #Apexexceptionemails #SOQL Warning

     

    This warning is a common occurrence when loading NPSP settings; fortunately, it does not indicate an error. It doesn’t stop any of your processes or activities in the organization. But it provides a warning about the query limitation if the number of queries goes near the limit.

     

    Multiple factors can contribute to the number of SOQL queries executed while loading the NPSP Settings page.

     

    The queries made during NPSP Settings loading cannot be controlled since these are set by the managed package. The query count may increase and decrease over time as updates are made to the managed package, but ultimately these queries are necessary, and unless the limit is exceeded, we can ignore this warning message.

     

    If you would prefer, Apex Warnings can be disabled from the User Detail page by unchecking the Send Apex Warning Emails' checkbox as indicated in the warning message.

0/9000