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…
Custom Settings in Salesforce
Hello everyone, In this tutorial, you are going to learn Custom Settings in Salesforce. The Custom Settings in Salesforce are similar to the custom object that you can use to store some sort of static data at different level like Organization level, Profile level or at a User level. Custom Settings in Salesforce: Custom Settings…
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…
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.…
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…