Dynamic Interactions in Salesforce is a new way of communication between Lightning Web Components and Lightning App Builder. Now Developer can configure and expose the event in components. And admin can configure and create applications with components that communicate and transform based on user interactions, all in the Lightning App Builder UI. So an event…
Category: Salesforce
Restriction Rules in Salesforce
Restriction Rules enhance the security of our Salesforce org by allowing certain users to access only specified records. They can prevent record access of certain type which contains sensitive data. For some objects eg: Contact, Task, Event it’s hard to control access as once you have parent record access you can view child records. In…
Salesforce Winter’22 Release Notes: Quick Overview
Salesforce Winter’22 Release Notes: Quick Overview of Admin and Developer points including Salesforce flow, Einstein and LWC.
Use Lightning Web Components for Quick Action
Create Quick Actions with Lightning Web Components(LWC) and learn how to use Lightning Web Components for Quick Action (Headless and Screen).
Salesforce Summer ’21 : Flow Overview
As Salesforce Summer ’21 Release is approaching, so today we will take a quick sneak peak of Salesforce flow. You can also check Quick Overview of Salesforce Summer ’21 Release Notes here. This list is based on the difference which I found in Flow. I will cover all points one by one. Collection Sort This…
Share JavaScript Code in Lightning Web Components
Sometimes we need to share JavaScript code in Lightning Web Components (LWC). As code reusability is good feature and we can use same in LWC as well. To share JavaScript code between Lightning Web Components we need to create ES6 module. An ES6 module is a JavaScript file that explicitly exports variables or functions that…
Salesforce Multi-Factor Authentication (MFA)
Salesforce Multi-Factor Authentication (MFA) is a secure authentication method that requires users to prove their identity by supplying two or more pieces of evidence (or “factors”) when they log in. One factor is something the user knows, such as their username and password. Other factors are verification methods that the user has in their possession,…
Salesforce Spring ’21 Release Notes: Quick Overview
So Salesforce Spring ’21 Release Notes are here. And this means lots of new and exciting features are coming. Although we have already covered few of them. So lets take a quick overview of all the upcoming features. Salesforce Spring 21 Release Notes points related to Salesforce Admin Lightning Flow Is Now Salesforce Flow The…
Pass Old Values From Flow To Apex
How we can call Apex from Flow? How we can pass Generic sObject From Flow To Apex? How to pass Old Values From Flow To Apex After Spring 21?
Get Old Values in Record Triggered Flow
Get Old Values in Record Triggered Flow from Salesforce Spring 21 Release. Get the old records data in Salesforce Lightning Flow.