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

To be honest with you, I really didn’t expect the explanation to be this in depth, but you never know until you start.  So here we cover the question “WHAT ARE THE BASIC CLASSES THAT WE WILL NEED FIRST?” I think we’ll need about 6 of them: TCriteria TPaging (With it’s Respective IPagingEventHandler interface) ISOQLValueConverter TSelectionEntity TApexEntity TCustomSearch TCriteria The purpose of this class is to handle the search criteria for the objects. … Read More

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

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

So, I’m doing my thing at work – Salesforce Certified Developer.  A situation presents itself where I need to delete multiple records at once.  The best part is, they all belong to custom objects and salesforce only allows mass delete on select standard objects.  You know what this means then – you got to make it yourself.  Now I see the need … Read More

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