Replies: 1 comment 3 replies
-
There are two levels of "active" at the moment, with an optional third on Rollup already (the "should ignore custom setting..." flag):
If you were looking to do a "big bang" style move from one environment to another, I'd recommend tying said rollups to a rollup control record where the Should Abort Run flag is set to true. You can then either pluck individual rollups to an "Active" rollup control record as desired, or simply update the flag on the existing control record when you'd like to enable all of the rollups. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For backwards compatibility, it isn't feasible to have an Active flag, but it would be nice to have an inactive flag so we can create rollups and have them ignored while they're works in progress.
It will help for deploying from sandboxes to production in enterprise environments where everything has to be turned on at once, for example.
Beta Was this translation helpful? Give feedback.
All reactions