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…
We need to look at how to support multi-value fields. For example a job may require a Spanish feed and also be a home game. Now this selection is in a single value single filed. Again this is a job related item but the technology may need to be supported here as well, i.e. possible…
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…
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…
Average method in Linq
Hi friends, In this tutorial, we will see the Average method in Linq. An average is an extension method in System.Linq namespace to compute the average of the numeric values in a collection. An average method in Linq: Average function is used to compute the average of numeric values in a collection. Example1: Calculate the…