| 1. |
What Are Global Variables Explain With Examples? |
|
Answer» Global variables are the variables used to reference the general information about the current user or your organization on a page. Example: Global variables must be referenced using VISUALFORCE expression syntax to be EVALUATED, for example, {!$User.Name}. List of available global variables are as below: 1. $Action Global variables are the variables used to reference the general information about the current user or your organization on a page. Example: Global variables must be referenced using Visualforce expression syntax to be evaluated, for example, {!$User.Name}. List of available global variables are as below: 1. $Action |
|