Tales of the Salesforce Spirit: Custom Object Mass Deleter (Part IV of IV)

Conclusion Welcome back boys and girls. Get your crayons out and have as seat as we finally conclude this series.  Long, but worth it. In order to get to a working result, I’m just going to pretend that we created a custom object called “Book” (Book__c) for the display purpose.  Given that this is the case, we can then assume … Read More

titancronusTales of the Salesforce Spirit: Custom Object Mass Deleter (Part IV of IV)

Tales of the Salesforce Spirit: Custom Object Mass Deleter (Part III of IV)

The Mass Delete Controller I will definitely take my time to explain this part as it’s the engine behind how this will work.  So let’s look at this in steps. The purpose of this class will be to handle the mass delete of custom objects in a generic manner.  To do this we need the all the entities we created … Read More

titancronusTales of the Salesforce Spirit: Custom Object Mass Deleter (Part III of IV)