In the last post, we checked Promise in Lightning Web Components. While they provide easy control to Asynchronous JavaScript, but they also need different code syntax. Recently a new feature is added in JavaScript Async-Await. So today we will check how we can use in Async-Await Lightning Web Components to improve the flow.Async-Await builds on…
Tag: Lightning
Lightning is the new technology in Salesforce Eco system. Everyone is Lightning ready. Orgs are moving to Lightning Experience. More and More developers are moving to Lightning. It is a Lightning Framework completely integrated with Salesforce Eco system.
lightning-record-form Lightning Web Component (LWC)
lightning-record-form is a Lightning Web Component (LWC) alternative of apex:detail tag. Lightning-record-form allow us to create forms to add, view, or update a record. This component provide us these features: Switches between View and Edit mode when use start editing form in view mode Provide standard Save, Cancel options without any custom code Use the…
Default Field Values using Lightning Web Components
With Spring 20 release Salesforce announces many new features and one of them is Prepopulate/Default Field Values using Lightning Web Components or URL hack in Lightning Experience. If you haven’t read the spring 20 release notes, you can take a quick look here.So today we will check how we can use it to set Default…
Close Quick Action from Lightning Web Components
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…
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….
Salesforce Winter 20 Release Notes: Quick Preview
Winter is coming but Salesforce Winter 20 Release Notes are already here. Today I am sharing few points which are useful for both Salesforce Admin and Developer. So, let’s take a quick look on Winter 20 Release Notes top 15 points. 1. Turn On Lightning Experience (Critical Update, Enforced) Lightning Experience will be enabled for…
Blockchain in Salesforce
In the TrailheaDx Salesforce announce many things for developers. The topic which I like most is Artificial Intelligence updates and enhancement, Open source Lightning Web Component and Blockchain. Today we will read about Blockchain in Salesforce. In this post I will cover what is Blockchain, how we will use Blockchain in Salesforce and how it…
Use Lightning Web Components in External Website – Lightning Out
Today we will check how we can use Lightning Web Components in any External Website using Lightning out. Previously it was not supported but after summer 19 Salesforce allow us to use Lightning Web Components (LWC) in External Websites using Lightning out. In our last post we study how we can use Lightning Web Components…