Lightning Web Components (LWC) is current Trending technology in Salesforce Lightning Eco System. I have shared many post related to LWC which you can check to quickly get the idea. Today I will share Multi Select Custom Lookup in LWC. Previously I have shared Custom Lookup in Lightning web Component but in that we can…
Tag: Lookup
Custom Lookup in Lightning Web Components
In Salesforce, we use lookup field to connect objects. We can use inputField to show them but sometimes we need our own custom lookup with custom filter. Previously I have created Lookup component in Lightning which you can check here. So today I made that Lightning Web Components (LWC) compatible, and made a Custom Lookup…
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…
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….