Skip to content

v1.5.62 & v1.5.63 - ACM Currency Field Mapping Support

Compare
Choose a tag to compare
@jamessimone jamessimone released this 21 Apr 16:15
· 84 commits to main since this release
a46390d
  • 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