Salesforce.com Mass Delete Utility

Deleting records in bulk from Salesforce is currently so cumbersome and there is no way to get rid of all records an easy way. Working with many technical team, either they use Data Loader or a Bulk API tool to perform these bulk deletes. Current Challenge – During System Testing / System Integration / Business Validation Testing … More Salesforce.com Mass Delete Utility

Dynamic SOQL – Query Results in Local Time

Blog by Stanley Sequeira – Nov-30, 2015   When working on a Project Requirement, I’ve realized that there are no good online resources, which talk about GMT to local time conversion in Apex specifically with Dynamic SOQL. Use Case – Fetch Results from the Database based on a User Input (Visualforce) in local time. The user … More Dynamic SOQL – Query Results in Local Time