Skip to content

v1.6.26 - Rollup Grouping support, FIRST/LAST/MOST/AVERAGE bugfixes

Compare
Choose a tag to compare
@jamessimone jamessimone released this 17 May 15:45
· 14 commits to main since this release
8fa1867
  • Adds new RollupGrouping__mdt, which at the moment has no fields on it. I am considering the promotion of Rollup__mdt.RollupOperation__c to a global value set in the future, which would allow for fun possibilities like taking the max of two sums. When two or more children Rollup__mdt records have their Rollup Grouping lookup field set and they are properly pointed to the same parent field, all children records will be retrieved and accounted for prior to setting the parent rollup field
  • Fixes #589 by updating the rollup calculators for AVERAGE, FIRST, LAST, and MOST, all of which weren't able to handle parents with more than 50k children during batch full recalcs
  • Releases an updated version of the Extra Code Coverage plugin