jamessimone / apex-rollup

Fast, configurable, elastically scaling custom rollup solution. Apex Invocable action, one-liner Apex trigger/CMDT-driven logic, and scheduled Apex-ready.
MIT License
220 stars 30 forks source link

Q: Use configured CMDT rollup from flow #433

Closed wwfch-cyrill closed 1 year ago

wwfch-cyrill commented 1 year ago

Is it possible to configure multiple rollups in setup and call them from a trigger based flow? Let's say we have 5 rollups on Opportunity and don't want to configure them with 5 elements in a flow but rather with metadata and use that configuration?

jamessimone commented 1 year ago

Yes, take a look at the wiki as there is an article specifically for this setup!

wwfch-cyrill commented 1 year ago

Thanks, it's https://github.com/jamessimone/apex-rollup/wiki/Perform-Rollup__mdt-based-rollup-Invocable and we might need https://github.com/jamessimone/apex-rollup/wiki/Process-Deferred-Rollups-Action

Thanks