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
202 stars 27 forks source link

Question: Plugin Configuration for Rollup Controls other than Org Defaults #575

Closed chazwatkins closed 4 months ago

chazwatkins commented 4 months ago

The NebulaLogger Plugin config uses the Rollup Control for Org Defaults. Will this apply to other Rollup Controls as well, or do you require a plugin configuration for each Rollup Control?

For example, I have a Rollup Control for synchronous rollups.

jamessimone commented 4 months ago

@chazwatkins it will apply for all configs. The Org Default record is used to bootstrap the process but any other rollup control records you use are respected as well. There is also a message that gets printed while logging when all rollups use a different control record. That being said, if both control records have logging enabled it shouldn't end up mattering in this context.