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…
Tag: Dynamic sObject
Display Generic sObject in Lightning
In the last post we study how we can iterate map in Lightning. There is one more thing which we face many time is dynamic field binding. Visualforce wit dynamic field binding we can dynamically create field instance but in lightning this is a major limitation. Today we will see how we can use…