Salesforce: Searching Multiple Objects Using SOQL instead of SOSL

SOQL Across Multiple Objects vs SOSL Welcome back my children.  Once again, I’ve encountered a situation where I’ve needed to improvise.  For these code examples, remember to use the “expand code (<- ->)” option on the snippets to see everything. The Issue(s): 1.   I needed a way to be able to take a given object id and determine it’s … Read More

titancronusSalesforce: Searching Multiple Objects Using SOQL instead of SOSL

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)