If you also use Playground to quickly test Lightning web components, then you are also aware that Salesforce will shut down playground in December 2020. But don’t worry we have Local Development Server for Lightning Web Components. The Local Development Server is a Salesforce CLI plug-in that configures and runs a Lightning Web Components-enabled server…
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.
Async-Await in Lightning Web Components
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…
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 as Quick Action. But we can use them with Lightning Component to overcome this. But issue come if we want to close Quick Action Modal from Lightning Web Components (LWC). Today we will cover how we can close the Quick Action Modal from Lightning Web Components.For the demo purpose…
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…