ECMAScript 2016 has introduced a new keyword ‘class’ in client side controller..in an attempt to make JavaScript at least appear to work like a class-based language.. Visualforce is a tag based markup language and with a controller. Whenever we click a button, usually some kind of method will be executed in apex and return the …
Read MoreMonth: January 2019
Part-4 REST API callout from lwc
Let us try to know about how to get the data from any other 3rd party source (lets say SAP module) to lightning web component (lwc), by making a REST API callout from Salesforce, and display it in a lightning web component (lwc).. In other words lets integrate Salesforce with any other system, where salesforce …
Read MorePart-3 How to delete an lwc
Today we will see how to delete a lightning web component (lwc). At some point of time, i felt, i want to delete an lwc and re-deploy it, but how to delete lwc..? There are multiple ways to delete an lwc. Few of those ways were listed below.. Scratch org or Sandbox From Developer console …
Read MorePart-2 System Setup
Click on the following links to install all the following tools Github Salesforce CLI Visual studio To check whether they were installed correctly.. go to command prompt, type make sure that the current version of CLI is 45+ because development of lwc is supported from CLI with version greater than 45, If your CLI version …
Read MorePart-1 Introduction to lwc
Salesforce has come up with new programming model for developing lightning components based on Modern javascript. let us try to know the reasons behind it. First of all, Modern javascript in the sense⦠In 1995 modern was JavaScript events In 2004 modern was AJAX In 2006 modern was jQuery In 2010 modern was Angular 1 …
Read More