Lightning component

Generic Lightning Component for Follow/UnFollow Record

Generic Lightning Component for Follow/UnFollow Record

It is often useful for a user to keep track updates on the case feed this will helps to resolve the cases more efficiently. Salesforce provides “Follow” feature, Using this feature we can track updates to a record, including field changes, posts, tasks, and comments on records. If the user follows a record, he can …

Generic Lightning Component for Follow/UnFollow Record Read More »

How to build custom lookup in lightning

How to build custom lookup in lightning

Want to build Custom Lookup in the Lightning? Don’t worry, it’s quick and easy!! For this module, let’s divide it into three components: customLookup_Parent.cmp cutomLookupResult_Child1.cmp cutomLookupResult_Child2.cmp The parent component holds the search bar, modal popup or drop down list for showing results. (Refer Screenshot 1). Screenshot 1. Parent component showing search bar Child components will …

How to build custom lookup in lightning Read More »

Creating a Modal Dialog box using Lightning Design System - Lightning Component

Creating a Modal Dialog box using Lightning Design System – Lightning Component

Hi All, I was trying to build a modal dialog box in lightning component and it took me some time to figure out how to use svg tag and use it in Lightning component. In this blog, I will try to create a Account List Lightning Component which will have a new Account create button.The …

Creating a Modal Dialog box using Lightning Design System – Lightning Component Read More »

Scroll to Top