Single Sign-On is an Authentication method we can use to access multiple application with one login. Now a days when we have multiple emails, Salesforce Account and other application accounts, its hard to remember multiple password. Single Sign-On (SSO) allow us to use one login to access multiple accounts. Most of the Service provider Supports…
Workflow Migrate to Flow
With Spring 22 Salesforce has also launch Migrate to Flow (beta) tool. So we can now migrate our existing workflow to flow. As Salesforce is planning to deprecate Workflow and Process builder in 2023. So its better we start this migration process.For the migration process we will use the standard tool provided by Salesforce. As…
Salesforce Spring ’22 Release Notes : Quick Overview
Its the year end and Salesforce Spring ’22 Release Notes are here. What is a better way then spending time reading new release notes and learning new things. So today we will take a quick look and Spring 22 Release Notes. Salesforce Spring ’22 Release Notes Points Related to Salesforce Admin Get Ready for the Multi-Factor Authentication…
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).
Styling Hooks for Lightning Web Components
So today we will check what are Styling Hooks and how we can create Styling Hooks for Lightning Web Components. With existing Lightning Web Components its hard for the developers to do CSS customization. We need to use hacks to overwrite CSS and with any UI update they might stop working. So from Winter 21…
Salesforce Summer ’21 Release Notes: Quick Overview
Check the Salesforce Summer ’21 Release Notes which include flow enhancements, LWC changes, Salesforce Mobile App and other points.
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…