Skip to content

v1.6.1 - Intermediate Grandparent Reparenting fix

Compare
Choose a tag to compare
@jamessimone jamessimone released this 27 Oct 20:05
· 55 commits to main since this release
eabb2f5
  • Optimizes sort algorithm for ful lrecalc datatable in Apex Rollup app
  • Fixes wildcard support for LIKE where clauses that don't just start and end with %
  • Fixes #526 by adding support for subscribers stipulating the lookup field on the parent record when using the Recalc Rollups LWC button and properly querying non-Id fields for parent when RollupParentResetProcessor runs
  • Part of #518 fix by properly detecting intermediate grandparent reparenting from Flow - the updated grandparent now recalculates properly. More work to do to fully close this one out by properly recalculating the old grandparent record
  • Query optimization while investigating #527