Tuesday, 20 March 2018

Global Variables in Visualforce

Global Variables

Use global variables to reference general information about the current user and your organization on a page.
Global variables must be referenced using Visualforce expression syntax to be evaluated, for example, {!$User.FirstName}.

No comments:

Post a Comment