Following on from my last post on checking whether query folding is taking place in a Power BI/Power Query query, I’ve just stumbled on another way of… Read more
Month: February 2017
1. Database.query() retrives 50K records where as Database.getQueryLocator() retrives 50 million records from Database. 2. Database.query() is used to construct dynamic query instead of using SOQL query… Read more
Create a Custom JSON in apex code Apex is the coding language for Salesforce cloud computing. Salesforce provides a Class ‘JSONGenerator’ using which one can serialize a… Read more
Last Fall when Salesforce introduced Einstein, its artificial intelligence initiative, it debuted with some intelligence built into the core CRM tool, but with a promise that it… Read more
Back in Spring ’16, Salesforce added a tool for assessing an org’s security – Setup > Security Controls > Health Check. I hadn’t had a reason to… Read more
Are you aware that you are able to integrate Salesforce CRM with a successful telephone system? DemoEventSink – this module is designed to listen with events and… Read more
Here are a few lessons learned from implementing this use case: Automate the removal of permission sets from a deactivated user. Understand the structure of permission set… Read more