Code Tap Apex

Ten years ago, the standard practice was the "One Trigger Per Object" pattern. This resulted in massive, fragile Apex classes that contained 5,000 lines of logic for every possible scenario.

is the action of using a Flow (the tap) to invoke an Apex method (the code). Instead of writing a monolithic Trigger that handles every scenario, you write a focused Apex class and call it from a Flow. code tap apex