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: Lightning Experience
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 URL Hack in Lightning
URL Hack in Lightning, this is enough to get us excited. With the introduction of Lightning Experience, the most missing feature was URL Hack in Lightning Experience. With Spring 20 this feature has come back officially and with each release, it gets fixes and updates. So today we will cover this and we will check…
Dynamic Forms And Dynamic Actions
Dynamic Forms And Dynamic Actions is the next step in the evolution of Lightning record pages in Lightning Experience Salesforce. While Dynamic Forms adds a step of point-and-click customization for our Lightning record pages that previously required custom coding. And gives us ability to configure record detail page fields and sections inside Lightning App Builder. Dynamic…
Share File With Multiple Records
I hope everyone is doing well in this Covid 19 pandemic. We use Files to store large documents in Salesforce. Files have many advantage over attachment which includes large size, ability to share with multiple records etc. and going forward Salesforce is planning to use File instead of Attachment in Lightning.Developer can create ContentDocumentLink record…
Lightning Web Components in Lightning Flow
With Salesforce Winter 20 release we can now use Lightning Web Components in Lightning Flow. Previously we can use Lightning Components in Lightning Flow but now world is moving towards Lightning Web Component so today I will share how we can use Lightning Web Components (LWC) in Lightning Flow. For the demo purpose I will…
Salesforce Summer 19 Release Notes: Top 20 Features
Salesforce is back again with Summer 19 Release. In this Hot summer, Salesforce comes with some of the cool features. I go through the Salesforce Summer 19 Release Notes and found some point. Which are useful for both Salesforce Admin and Developer. In this Summer 19 Release Notes Salesforce keep its focus on Lightning Web…
Custom Toast Component in Lightning Web Components
Today we will create Custom Toast Component in Lightning Web Components (LWC). In my previous post I have shared toast component in lightning using Aura. So today we will make that LWC compatible. Lightning Web Component (LWC) also provide standard toast event. But they come with their own limitations and are not supported everywhere. So…
Custom Toast Component in Lightning
In Lightning we can use show toast event to show message to users. But they are not supported everywhere. So today we will create Custom Toast Component in Lightning. We have used SLDS toast here. So this component is supported on all UI, no matter if you are on LEX or in one.app Here we…
Dependent Picklist Using Lightning Component
The number of base lightning component is increasing in each release. But there are still few missing area. One of them is Dependent picklist. So today we will create Dependent picklist using Lightning:select. This is a dynamic component, we just need to pass object name and dependent and controlling field. It will give you selected…