v1.5.6 - Add MOST as new rollup operation, added Limit-based rollups, bugfixes #317
jamessimone
announced in
Release Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
LimitAmount__c
- this can be set imperatively via Flow and Apex-based rollups as well (either by supplying the newLimit Amount
property via Flow, or by callingaddLimit(Integer limitAmount, Schema.SObjectField calcItemRollupField)
on any given imperatively invoked rollup from Apex)RollupOrderBy__mdt
with the new functionaddOrderBys(List<RollupOrderBy__mdt> orderBys, Schema.SObjectField calcItemRollupField)
MOST
as a brand-new rollup operation - this rollup operation rolls up the most common value based on the Calc Item Calc Field to the parent rollup fieldRollupCalcItemReplacer
that was inconsistently querying for the incorrect parent-level fields (and throwing an error, as a result)This discussion was created from the release v1.5.6 - Add MOST as new rollup operation, added Limit-based rollups, bugfixes.
Beta Was this translation helpful? Give feedback.
All reactions