LIGHTNING WEB COMPONENT
What is Salesforce Lightning Web Component (LWC) & How It Works? What is LWC? Lightning Web Components is the Salesforce implementation of that new breed of lightweight frameworks built on web standards. It leverages custom elements, templates, shadow DOM, decorators, modules, and
OBJECTS IN SALESFORCE
Standard Objects & Custom Objects in Salesforce what is objects: Object are database table that us store data specific org in salesforce. and is a container for all the information on a certain person,place or things. we want to store data. They are
DOWNLOAD EXCEL FILE OPTION IN LWC
How to Download Excel File Option in Lightening Web Component This Post explains how to download the excel file that is created as VF Page inside LWC Component. Download the js file named download.js from the link https://github.com/rndme/download/blob/master/download.js and add it as a static