SPRING 21 – CUSTOM ACTION WITH LWC(PILOT)
Spring 21 – Custom Action With LWC(Lightening Web Component) Many of us doing double work in order to call the Lightning Web Component in custom quick action. We have to call LWC in Lightning Component in order to show the LWC
PASS MULTIPLE PARAMETER TO LWC IN PUBLIC COMMUNITY PAGE WITH SIMPLE EXAMPLE
How to Pass Multiple Parameter to LWC in Public Community Page? Create a LWC component TestCommunity. In TestCommunity.js-meta.xml, add the <target> and <property> tags as the example below and save the file. <?xml version="1.0" encoding="UTF-8"?> <LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata"> <apiVersion>50.0</apiVersion>
TESTING FLOW IN SALESFORCE
What is Testing Flow in Salesforce? Steps for Flow Test in Salesforce We will discuss what are the possible ways available for testing flow in salesforce and how it will work so that you can find errors before they affect your
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