104 ViewsThere could be many cases where you need to insert records in multiple objects in a single method but you might end up with TOO MANY DMLs Error. Here we’ll discuss how you can insert records in multiple objects in a
Read More
341 ViewsFor Winter 20′ release maintenance trail, you have to do a Hands-on Challenge to add Lightning Web Component as Salesforce Tab. Requirement : Create a Lightning web component and add it as a custom tab in the App Launcher and navigation
Read More
152 ViewsHave you ever run into this error? “Upsert with a field specification requires a concrete SObject type” Basically it is saying that you cannot declare a list of type sObject and then try to use the upsert command against that list.
Read More
173 ViewsLet us discuss here how to use the lightning-record-form . A lightning-record-form component enables you to quickly create forms to add, view, or update a record. Using this component to create record forms is easier than building forms manually with lightning-record-edit-form and lightning-record-view-form. However, lightning-record-form does not support client-side validation
Read More