Category Archives: Lightning
Account Related Contacts in Custom Lookup Lightning Component
Apex Class Lightning Event : selectedsObjectRecordEvent.evt Lightning Component : customLookupResult.cmp JS Controller : customLookupResultController.js Lightning Component : customLookup.cmp JS Controller : customLookupController.js Helper : customLookupHelper.js Application Output Share this…WhatsappFacebookEmail
Input text Restrict(Number, Alphabets, Special Characters) Keyboard typing in Lightning Component
Add Account Related Contacts in Account Detail Page in Lightning Component
Create Session Id in Salesforce Using Anonymous window
Here we are going to learn how to create session id in salesforce. >> Go to Developer console >> Open Anonymous window >>Write below code >> Then click on “execute” button. then Open Log. Click on Debug Only Checkbox. Double click on first line Copy the URL like below screen shot. OR >> Then click… Read More »
Based on Validations(Email, Phone, Empty Field) Insert Account Contact Records in Lightning component
Custom Table Pagination with Checkbox Field update in Lightning Component
Import & Export data from CSV file using Lightning Component
When User Clicked On Image, It shows Information About The Image
Hi guys, In this scenario we have showed whenever user clicked on Image, it shows information about the Image using Lightning Component. For this example, we have uploaded 2 images in static resources, with the names timer & lightSearch. Lightning Component : ImageDetails Controller Js Style Css Application Output Share this…WhatsappFacebookEmail