apex-trigger-actions-framework icon indicating copy to clipboard operation
apex-trigger-actions-framework copied to clipboard

Global Bypass

Open parsam97 opened this issue 1 month ago • 7 comments

Hello!

I was just wondering, why I couldn't find any way to globally bypass all triggers for the transaction.

This is particularly useful for test classes. Let's say I forked fflib-apex-common, which inserts some accounts, contacts, etc. Of course I could simply bypass those sObjects, or if I really wanted to I could do a global describe and bypass all sObjects in a loop. But shouldn't the framework provide such functionality?

Thanks!

parsam97 avatar Dec 03 '25 14:12 parsam97