
Partition Your Trigger Logic Using Metadata

Does your organization struggle with complex Apex Trigger code?
Do your developers often modify the same trigger handler class over and over again?
Are your trigger handler classes extremely long and difficult to debug?
Join us as we explore some creative solutions to these problems.
During this session, we will discuss:
-> Some history of trigger frameworks
-> How to safely partition your trigger into small testable components, and use Custom Metadata to determine order of execution
-> Strategies to manage your triggers more collaboratively and effectively in a multiple team environment