Hello Folks, In this tutorial We are going to understand how to create Lightning Tab in Salesforce. How to Create Lightning Tab in Salesforce: 1- Click on the setup in the salesforce classic. 2- Search for Tabs. 3- Goto Lightning Page Tab Section and Click on the New button. 4- Enter the required details and…
Display Record List in Lightning Component Salesforce
Hi readers, In this tutorial, I am going to show you How to display Record List in Lighting Component Salesforce. After Completing this tutorial you will be able to understand: Display Record List in Lightning Component. What you’ll do? Create a component that gets Record List from the server. Bind Records on the UI using HTML Table.…
Attribute in Lightning Component
In this tutorial, I am going to show you how to use Attribute in Lightning Component Salesforce. Attributes in Lightning Component can be thought as a member variable of a class. This has some type and used to store data. Attribute in Lightning Component Salesforce: Attributes in Lightning Component can be thought as a member variable…
Create a Quick Action in Lightning Experience Salesforce
In this tutorial, I am going to show you how to create Quick Action in Lightning Experience Salesforce. Quick Action is an object-specific that allows users to perform different actions like create records that have automatic relationships to other records, update specific records etc. Create a Quick Action in Lightning Experience Salesforce: Lightning Quick Actions…
Select Multiple values using lightning:dualListbox in Lightning Component Salesforce
Hello Friends, In this tutorial, We are going to learn about lightning:dualListbox widget in the lightning component. The lightning:dualListbox allows you to select one or more options from a list of available option. We will see how to use lightning:dualListbox in lightning component salesforce. lightning:dualListbox in Lightning component. lightning:dualListbox provides two side-by-side list box. The…