This change will require adding a new Custom Setting (List type) called
BypassTriggerc, with one custom field: Bypassc of type CheckBox.
Thus creating a custom setting record with the name exactly
corresponding to the trigger handler class name and setting it’s
Bypass__c field to True will effectively disable the trigger handler
allowing e.g. before a data load.
Closing this. We already have a similar PR (#1) that's been open even longer than this one. Still not sure whether we want to add a custom setting or not to the framework.
This change will require adding a new Custom Setting (List type) called BypassTriggerc, with one custom field: Bypassc of type CheckBox. Thus creating a custom setting record with the name exactly corresponding to the trigger handler class name and setting it’s Bypass__c field to True will effectively disable the trigger handler allowing e.g. before a data load.