Best Approach to combine multiple triggers
Summary:
Best Approach to combine multiple triggers
Content (required):
I would like to know the right approach to combine multiple triggers into a single trigger for better performance and stability.
As of now we have multiple before insert, before update triggers based on unique requirements but I'm planning to combine them into one trigger as
1 before insert trigger for all insert operations
1 before update trigger for all update operations.
Regards,
Rohit
Version (include the version you are using, if applicable):
22C
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0