Aakash Kanaujia
IndividualPopular Salesforce Blogs
How To Create Surveys Using Salesforce Flow
Blog
in Salesforce, Visualforce
Technically Salesforce Flow is known as a business ‘workflow wizard’ or simply a sequential set of screens that can be used to complete or assist…
How to Get Current Record Id in Lightning Web Component | Salesforce Developer Guide
Blog
in Lightning
Getting record in Lightning Aura Component is quite easy, we use force:hasRecordId and get the result in controller by using, getRecordId:function(component,event, helper){ var currentRecordId…