SFDO-Community / declarative-lookup-rollup-summaries

Declarative Lookup Rollup Summaries (DLRS) is a community built and maintained Salesforce application that allows you to create cross object roll-ups declaratively - no code! For install instructions and documentation, visit our website https://sfdo-community-sprints.github.io/DLRS-Documentation/
https://sfdo-community-sprints.github.io/DLRS-Documentation/
BSD 3-Clause "New" or "Revised" License
691 stars 237 forks source link

Improve error reporting from Calculate or Scheduled job #96

Open afawcett opened 9 years ago

afawcett commented 9 years ago

Currently errors are shown in the Apex Jobs system page. Not everyone checks this. Add a facility to report back via email or some other feature any errors.

JimBTek commented 9 years ago

I don't have an issue with where the errors are shown, but I can't determine which summary caused the error when I have multiple scheduled :

I have several summaries that could be hitting the 50K limit and I already have Custom Settings turned down to 1!

Unless I can turn on more verbose logging here:

afawcett commented 9 years ago

Good use case, thanks for adding!

Does the verbose logging above work for you in the meantime?

JimBTek commented 9 years ago

I have not tried it yet. Suggestions for which of those settings i should change?

On Saturday, April 4, 2015, Andrew Fawcett notifications@github.com wrote:

Good use case, thanks for adding!

Does the verbose logging above work for you in the meantime?

— Reply to this email directly or view it on GitHub https://github.com/afawcett/declarative-lookup-rollup-summaries/issues/96#issuecomment-89514714 .

Best,

Jim Bartek BTek Ventures, LLC 317-292-6301 BTekVentures.com

JimBTek commented 9 years ago

If you check the override it will let you change the logging levels. The default (in the picture) still produced no results, so I am testing FINE on Database and Apex...