Today we will check how we can make Callout from Lightning web components. We have two methods available here. Firstly we can call the Apex and from there we can make SOAP or REST API callout. and Secondly, we can directly make a simple REST call from the Lightning web components’ controller.So today we will…
Tag: renderedCallback()
Display Generic sObject in Lightning Web Components
In Lightning dynamic sObject binding is not supported, same goes with Lightning Web Components (LWC). If you want to display generic sObject in Lightning or want to use sObject in Lightning, you can check here. or if you want to study about Lightning Web Components (LWC) and want to get hands-on experience then you can…