You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes an issue with where clauses beginning with NOT(...) in RollupCalcItemReplacer
Several enhancements to REFRESH-based flows that help with recalculating rollups with multiple parents from the same child
Flow performance enhancement - more rollups will now be prevented from going async when there are no matching calculations to perform
Apex Rollup consumes count queries when determining whether queueable/batch is the appropriate "conductor" for going async based off of Rollup Control limits. This update improves the count-based logic to avoid double-counting children records whenever possible