Hey Developers, this is the first tutorial of lightning development. Below is the Agenda for day 1 Why Lightning? What are the prerequisites to use Lightning Component? Lightning Component Framework bundle Lightning App builder Create a Sample Lightning Component Test…

As we all know that, salesforce has recently introduce new technology which is “Lightning Web Component” which have only 5 files in a folder that does not include design file like in Aura Component. What if we wanted to get…
Idea Component Salesforce Lightning Hi All, hope you are doing great and enjoying salesforce. Here in this post, I will post the Idea Object for Lightning Environment that is completely developed by using custom Lighting Component. I found that Idea…
After Summer 18, force:navigateToComponent tag will be no longer in use means it will be deprecated. From now With the lightning:isUrlAddressable interface, you now control which Lightning components can be opened programmatically. You can also now easily capture URL parameters using the v.pageReference…
In my previous post, We learned how to do the dynamic in Lightning Component and In this post, we will learn how to use Field Set in Lightning Component. Working with Field Sets: – You can use dynamic bindings to display fieldsets…
I have come up with many situations where a Developer needs to open the Modal after clicking on the Custom Button or Link and for that Developer usually get the code the SLDS and use in the Component. So, from…
In this post, we will see how we can change the look and feel of our lightning component with the help of slds and also with our external CSS in the CSS component of the lightning bundle. Output 1 – Create…