The number of base lightning component is increasing in each release. But there are still few missing area. One of them is Dependent picklist. So today we will create Dependent picklist using Lightning:select. This is a dynamic component, we just need to pass object name and dependent and controlling field. It will give you selected…
Tag: Lightning
Lightning is the new technology in Salesforce Eco system. Everyone is Lightning ready. Orgs are moving to Lightning Experience. More and More developers are moving to Lightning. It is a Lightning Framework completely integrated with Salesforce Eco system.
Lightning DataTable: Lazy Loading with Inline Editing and Actions
So previously we developed a Lightning DataTable with Lazy Loading component. But there are many standard features missing in that component. So I enhanced that Lightning DataTable component and included the support for inline editing, Row Level Action and pass the selected records in parent component.Here we can change multiple records. And on click of Save…
Salesforce Spring 19 Release Notes: Things you should know
Its the year end and holiday season is on. Salesforce comes with an exciting new release spring 19. The main update of this release is Lightning Web Components. Today we will take a quick preview of points which I like in this update. Lightning Web Components Lightning Web Components…
Lightning Web Components: The New Development Style
Lightning and Lightning Web Components. In Salesforce Eco system these are the most common word you hear these days. Now we are coming to year end but Lightning is still going strong with lots of update and new feature. This week Salesforce introduce Lightning Web components (LWC). This is just not another update this is…
Lightning Global Search Component
So today we will create Global Search Component in Lightning. Previously I have shared a search/Lookup component. But using that we can only search one object at a time. But sometimes we need to do search on multiple objects. So today we will create a Lightning Global Search Component. We can use this component to search…
Lightning:Map show data on Google Map
Winter 19 is rolling for everyone. I have shared some points which I like most in winter 19. Which you can read here. with winter 19 Salesforce introduce many components, one of them is lightning:map. It is very useful for developers. Previously when you want to show address on google map you need google api…
Lightning:RecordForm : A Powerful component
Lightning Record form (lightning:recordForm) to show edit or detail page. You can also create new records.
Lightning Data Table With Lazy Loading
Today we will create Lightning Data Table With Lazy Loading support. This will be a generic component, which can be used with any supported object. Lightning Datatable also includes functionality to select multiple records, Sorting of data. And with some tweaks, we can also include inline editing as well. So display Large Amount of Data…
Salesforce Winter 19 : Quick Preview
Salesforce release cycle comes again with winter 19. With every new release Salesforce continue to add new feature to its platform and also keep updating existing feature as well. Now in every release Salesforce keep its main focus on Lightning and this time also it do so. But that does not mean we don’t have…
Custom Lookup Lightning Component
So today we are going to create Custom Lookup Component in Lightning. As we all know lookups are very important components in Salesforce. Salesforce provides inputfield to handle the Lookup component out of the box. But they come with there own set of limitations. So today I have created a Custom Lookup Component in Lightning….