sfdc-trigger-framework
sfdc-trigger-framework copied to clipboard
A minimal trigger framework for your Salesforce Apex Triggers
There was repeat code that did the same thing as the isBypassed function.
Often we come across scenarios when a bulk update or certain operation(s) are required to be done , while keep the trigger state as inactive. To incorporate that I would...
Update package.xml to version 62.0 and replace custom enum with standard TriggerOperation enum. > [!warning] > This is a breaking change. If you prefer, I can write and propose a...
We are running Scale Center and ApexGuru is saying the following are expensive methods using 2% - 5% of the CPU time. 1. TriggerHandler.getHandlerName 2. TriggerHandler.validateRun
# Apex Trigger Framework ## A Powerful, Flexible Framework for Salesforce Apex Triggers ### Description This Apex Trigger Framework provides a powerful and flexible way to manage and execute Salesforce...
## Apex PMD issues Hi Team, The Trigger framework has many apex pmd detected issues. Out of which the most severe ones are : 1. The congitive complexity : 24...