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…
Action Function in Visualforce Page Salesforce.
Hello readers, In this tutorial, we are going to learn what is Action Function in Visualforce Page in Salesforce. Calling apex class method from the visualforce page and passing parameter from visualforce page to apex class method is most common and required functionality. What is Action Function in Visualforce Page? Calling apex class method from the…
Action Poller in Visualforce Pages Salesforce
Hello friends, In this tutorial, we are going to learn Action Poller function in Visualforce Pages Salesforce. Action Poller acts as a timer in visualforce pages. It is used to make an Ajax request to the server at a particular interval of time that you specify. Each request can result in a full or partial page…
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.…
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…