apex-rollup icon indicating copy to clipboard operation
apex-rollup copied to clipboard

Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.

Results 12 apex-rollup issues
Sort by recently updated
recently updated
newest added

We have multiple SUM Rollups that rollup values of currency fields of Object A into currency fields on a parent object B. Then we also have Ultimate Parent Rollups from...

When running full recalc from the Rollup app, some parent records will be "updated" (aka DML) even though no rollup fields have changed. This can cause issues with triggered automation...

Documenting part of a conversation with @solo-1234: - if every rollup for a given SObjectType is associated with a Rollup Control _other_ than the org default, the Logger should use...

Hi @jamessimone, Recently we have updated rollup package in our salesforce instance and after that we are getting below exception for scheduled job. Scheduled job 'Escalation Rollups (Hourly)' threw unhandled...

Hi James - We have been using your package for a while now and love it! Recently, we have noticed that one of our Rollups (we've noticed because its the...

hi! Further to my last Issue that I posted (https://github.com/jamessimone/apex-rollup/issues/526), Rollups are now not calculating correctly in any circumstances for me. The performance is actually worse because prior to the...

Because `RollupPlugin.Name` must be unique, I don't see how to use the same plugin with multiple `RollupControl` records (which would let some rollups be defined as `Synchronous`, some as `Queueable`,...

They are limited in configuration, see: https://trailhead.salesforce.com/de/content/learn/modules/opportunity-settings-in-nonprofit-success-pack/enable-customizable-rollups-npsp Anyone developed a script to convert them?

Over a large dataset, AVERAGE is requerying in each batch chunk handler. I can see each handler's log does a query that fails after returning 50,001 rows.

Rollup to Ultimate Parent is presenting several issues. I have tried to test scenarios to find a pattern but it is not always clear. In general, the counts don't seem...