Tag Archives: Advanced Lightning
Dynamic Add or Remove Rows using Lightning Component
Hi, Here we have shown Inserting multiple records using Add Or Remove Row functionality in Lightning Component. If at all Account Name is empty, error message will be displayed in alert message. Apex Controller Lightning Component : addRemoveRowsDynamically Controller Js Helper Js Application Output Share this…WhatsappFacebookEmail
Retrieve Dynamic picklist values in Lightning Component
In this scenario we have shown that, retrieving picklist values in Lightning Component Apex Controller Lightning Component : GetPiklistValues controller Js Application If you want to get picklist values in component then, write below application Logic in required Lightning Component…Here we have written logic directly in Lightning Application, but if we want to write the… Read More »
Open Modal Popup on button click using Lightning Component
Pagination with Page Number in Lightning Component
Hi, In this scenario we have shown, how to display pagination in Lightning Component. Pagination will be in numbers display format… Apex Controller Lightning Event : pageChangeEvt.evt This Event is to handle page change in Pagination app, It takes page number and current number of records to display as parameters Lightning Event : pageTotalChange.evt This… Read More »
Display Related contacts when click on Account record using Lightning component
Display List Of Records as Picklist Values Based on RecordTypes using Lightning Component
Hi, In this scenario we have shown how to Display a List Of Records as Picklist Values Based on the RecordTypes. By selecting record type, related data will be displayed as picklist values. Apex Controller Lightning Component : DisplayRecordTypeRecords js Controller Output Share this…WhatsappFacebookEmail