Skip to content

Instantly share code, notes, and snippets.

@jkentjnr
Last active February 15, 2023 04:25
Show Gist options
  • Save jkentjnr/25626fb14f54ceebfad1016435b7cf7d to your computer and use it in GitHub Desktop.
Save jkentjnr/25626fb14f54ceebfad1016435b7cf7d to your computer and use it in GitHub Desktop.
Clean out MD Development Environments
delete [SELECT Id FROM Opportunity LIMIT 2000];
delete [SELECT Id FROM npe03__Recurring_Donation__c LIMIT 2000];
delete [SELECT Id FROM Case LIMIT 2000];
delete [SELECT Id FROM Contact LIMIT 2000];
delete [SELECT Id FROM Account LIMIT 2000];
delete [SELECT Id FROM md_npsp_pack__Platform_Key__c LIMIT 2000];
delete [SELECT Id FROM md_forms_pack__Contact_Platform_Key__c LIMIT 2000];
delete [SELECT Id FROM md_forms_pack__Account_Platform_Key__c LIMIT 2000];
delete [SELECT Id FROM Campaign LIMIT 2000];
delete [SELECT Id FROM md_npsp_pack__Question_Response__c LIMIT 2000];
delete [SELECT Id FROM Lead LIMIT 2000];
delete [SELECT Id FROM Solution LIMIT 2000];
delete [SELECT Id FROM npe01__OppPayment__c LIMIT 500];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment