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.
The key has expired.
Introduced Rollup__mdt.CurrencyFieldMapping__c to allow ACM-enabled orgs to use custom Date/Datetime fields (or the overriding of the default Date fields used when deciding how to convert currency amounts for Opportunities, Opportunity Line Items, Opportunity Line Item Schedules, and Opportunity Splits). This field can be comma-separated if you are pointing to a parent-level field; at this point and time, it only supports going up one "level" though
Fixed a bug reported on SFXD where the RollupCalcItemReplacer was getting a little too optimistic with queries when a field used in a Calc Item Where Clause was present but null
Further bulk optimizations:
slightly better handling in RollupFlowBulkProcessor
removed some getTypeName() calls from what gets output to the rollup logs to further reduce CPU time