This repository was archived by the owner on Oct 7, 2025. It is now read-only.
3.48.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. |
Full Changelog: v3.47.0...v3.48.0