Salesforce Lightning Component to insert records from Excel Hey guys, I have posted the video at bottom of same steps mentioned in the blog. Today in this post we are going to learn that how we can insert records in custom object from Salesforce Lightning Component. also we will learn that how to call/ invoke server side apex method from lightning component (Aura) Step 1/4: Creating Object & Fields: Create Custom Object: ' Employee__c ' Create Field ' Name ' & Datatype: ' Text ' Create Field ' First_Name__c ' & Datatype: ' Text ' Create Field ' Email_Id__c ' & Datatype: ' Text ' Create Field ' Joining_Date__c ' & Datatype: ' Date ' Create Field ' Last_Name__c ' & Datatype: ' Text ' Create Field ' Phone_Number__c ' & Datatype: ' Text ' Add Static Resource: Add Static Resource: XLSX Download JS Library from: JS Library Now Ed...
Creating reusable Salesforce Lightning Components & Lightning Web Components!