New WITH SECURITY_ENFORCED clause handle checking for field- and object-level security permissions on SOQL SELECT queries, including subqueries and cross-object relationships. Although performing these checks was possible in earlier releases, this clause substantially…
Salesforce
Salesforce introduced a ton of great feature enhancements. Let’s take a look at some of the more important ones for this release. Build Flows More Intuitively with Flow Builder Cloud…
Lightning Web Component is new Salesforce development framework which is based on current Web Standards. We can utilize all features of web standards in our lightning web component. In this…
Developers mostly confused about Permission Sets and Profiles. Let us see facts about permission sets. Permission Sets and Profile can be used together. Profile should be used to provide bare…
Salesforce have a new technology. Lightning Components look like they’re on the way out, and are being replaced with a new technology ‘Lightning Web Components’. Let us see what is…
Salesforce announced Lightning Web Components on 13-Dec-2018. This is New programming model for building Lightning components. It’s not built on top of Aura framework. It’s a different framework which will…
Change Data Capture is a product on the Lightning Platform that enables us to integrate Salesforce data with external systems. With Change Data Capture, we can receive changes of Salesforce…
Version control is a framework that records changes to a document or set of documents after some time with the goal that you can review particular forms later. For the…
Salesforce Development in Visual Studio Code Force.com has discontinued its IDE for further development process. Instead of Force.com IDE, Salesforce Extensions for VS Code is recommended. Visual Studio Code is…
- Salesforce
Exception Logging in Custom Object : Salesforce Apex
by Dhanik Lal Sahni September 8, 2018While working on salesforce implementation, we should log exception somewhere in our system. This will help in identifying issue as well as we required it for enhancing our current system.…