Skip to content

Instantly share code, notes, and snippets.

@cdcarter
Created February 27, 2016 22:45
Show Gist options
  • Save cdcarter/7a5027472c050529a5de to your computer and use it in GitHub Desktop.
Save cdcarter/7a5027472c050529a5de to your computer and use it in GitHub Desktop.
deactivate-relationship-trigger
npsp__Trigger_Handler__c th = [SELECT Id FROM npsp__Trigger_Handler__c WHERE npsp__Class__c = 'REL_Relationships_TDTM' LIMIT 1];
th.npsp__Active__c = false;
update th;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment