Last active
February 15, 2023 04:25
-
-
Save jkentjnr/25626fb14f54ceebfad1016435b7cf7d to your computer and use it in GitHub Desktop.
Clean out MD Development Environments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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