Lightning Web Components are not supported in Quick Action. But we can encapsulate them in lightning components to overcome this. But the issue comes if we want to close Quick Action Modal from Lightning Web Components (LWC). As we don’t have native support here so we will use a quick hack here. Today we will…
Category: Lightning
Create Popup/Modal in Lightning Web Components
Popup/Modal is very useful component. It can be used to display notification, important Mesage to users. Today we will create a Popup/Modal in Lightning Web Components (LWC) which will support all UI experience.We can also set message and heading dynamically so you just need to include this component as child and you can call it…
Dynamic Picklist Value in Lightning Web Components
Today we will check how we can get Dynamic Picklist Value in Lightning Web Components without using Apex. We can use this component to get values for any picklist field. We are using attribute to pass the object and Field name and then the component will display available values. It also filter values based on…
Dreamforce 19: Highlights and Announcements
Dreamforce 19 is over and people are in still in fever of Dreamforce 19. As expected Salesforce made many new announcements, partnership in Dreamforce. Today I will be sharing few point from DF19 which I think will be useful for Developers. Evergreen: Serverless Functions & Compute for Customer 360 Platform This is a new addition…
Convert Lightning Web Components Open Source to Salesforce
In my previous post we checked how we can quickly create Open Source Lightning Web Components and connect them with Salesforce. Today we will check how we can convert Lightning Web Components Open Source and make it Salesforce compatible. For this we need to follow some steps:1. Create meta.xml file for all components as this…
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…
Open Source Lightning Web Components : Connect With Salesforce
In my last post we have created one dummy app using Open Source Lightning Web Components. Now in this post we will extend that component and will connect Open Source Lightning Web Components with Salesforce. We will fetch data from Salesforce and will display it on UI. We will continue from where we left in…
Lightning Web Components Open Source: Get Started
Salesforce recently made Lightning Web Components Open Source. Most of us are already aware about what is Lightning Web Component, In case if you missed them then you can get complete details and hands on experience here. Using Open Source LWC we can contribute in them, It also allow non-salesforce users to easily use them….
Lightning Web Components: Multi Select Custom Lookup
Lightning Web Components (LWC) is current Trending technology in Salesforce Lightning Eco System. I have shared many post related to LWC which you can check to quickly get the idea. Today I will share Multi Select Custom Lookup in LWC. Previously I have shared Custom Lookup in Lightning web Component but in that we can…
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…