apex-trigger-actions-framework
apex-trigger-actions-framework copied to clipboard
Global Bypass
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!