Salesforce Fact #343 | Use dynamic import of custom field in LWC
While importing the custom field in LWC JS, we have two options. We can refer them statically or dynamically. It is preferable to refer them dynamically since this one gets referenced during field deletion. So, we can check the field reference before the deletion.
Attached are the screenshots.
Comments
Post a Comment