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…
Tag: Aura
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…
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….
Iterate Map In Lightning
Usages of Lightning is increasing day by day. We face many challenge while doing development in Lightning. One of the challenge which I face recently is we can’t iterate map in lightning using aura:iteration. Map is commonly used collection type which provide Key value pair to easy binding of data. Today I will shae a…
Lightning Events: Detail Overview Part 2
In last post we study that in Lightning we have two types of Events. We study the Component Event. In this post we will continue and will cover the application event. Application Events Application events follow a traditional publish-subscribe model. An application event is fired from an instance of a component. All components that provide…
Lightning Events: Detail Overview
In my previous post I have explain the Lightning Basic. But in that post we only cover basics of Lightning events. Lightning events are more complex and need a detailed separate post. So today we will cover lightning events in details. Events are used in Lightning to communicate between two components and pass data between…
Salesforce Winter 18: Winter is Here
Salesforce Winter 18 release Notes Quick Preview. Yeti Astro
Lightning in Salesforce – Part 3
In this post we will cover Lightning controller and Lightning Events.