4.36.0 | Community Release
New Rule
| Rule (Configuration ID) | Description |
|---|---|
Action Calls In Loop (ActionCallsInLoop) |
To prevent exceeding Apex governor limits, it is advisable to consolidate and bulkify your apex calls, utilize a single action call containing a collection variable at the end of the loop. |
What's Changed
- feat(#216): action calls in loop initial onboarding by @junners in #224
- closes (#216) rule submission by @tomkittlabs
Full Changelog: v4.35.0...v4.36.0