Day 14 Agenda Difference between force:createRecord and Lightning:recordForm Our Customer has required in Salesforce Lightning to add the multiple requirement in one go from account detail page. Build a Lightning Component ContactCreateComponent. Add the following input fields from Contact…
Agenda force:createRecord force:viewRecord force:editRecord Lightning:dualList Live Project Work Create Order Detail Component Navigate to Order Detail Page from new order page Use LDS to display the information about the Placed Order
Standard Controller in Lightning Component(LDS) View Record using LDS Create Record using LDS Update Record Using LDS Delete Record Using LDS
Event Propagation in Lightning Component. Capture Phase Bubble Phase Defaut Phase Rendering LifeCycle of Lightning Component
Lightning:overlay Library Lightning:navigation Lightning:RecordForm Lightning:RecordVIewForm Lightning:RecordEditForm Dynamically Create Components Create an App BeerExplorer Create a Tab using lightning Component
Call Child Controller JS method using aura:method Introduction to Aura.Action tag(Call Parent Component Controller JS Action from Child component) Create Beer Order Object model for LAB work. Add Logic behind the view Details Button. Create new Component for BeerDetails. Introduction…
Introduction to Events. System Events Component Event Application Event Browser Event Create Component which shows how System example Init (constructor) Value change(change the value in any attribute) Lab Work for Project Enhance the record css and add the Image Show…