Skip to content

v1.6.18 - More accurate REFRESH calculations

Compare
Choose a tag to compare
@jamessimone jamessimone released this 07 Mar 21:22
· 32 commits to main since this release
01f5654
  • 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