Standard Merge Fields List
Standard Merge Fields are Merge Fields that reference general system information, information on the current user, and information on the organization rather than a specific Entity. Standard Merge Fields are prefixed with a dollar sign ($) such as $SystemInfo, $User, and $Organization.
Date and time
- {!$Today}
- Returns the current date in Coordinated Universal Time (UTC)
- {!$Now}
- Returns the current date and time in Coordinated Universal Time (UTC)
Current user
$User creates merge fields that reference records and fields of the User Entity for the current user. The following list includes examples of User Standard Merge Fields (the User Entity can be modified; fields may be removed or added by the administrator):
- {!$User.Name}
- {!$User.Email}
- {!$User.Account}
- {!$User.AccountId}
- {!$User.ContactId}
Organization information
$Organization creates merge fields that reference data specified for the organization through Company Preferences. The following list includes examples of Organization Standard Merge Fields:
- {!$Organization.City}
- {!$Organization.Country}
- {!$Organization.Currency}
- {!$Organization.Language}
- {!$Organization.Locale}
- {!$Organization.Fax}
- {!$Organization.WebSite}
- {!$Organization.State}
- {!$Organization.Street}
- {!$Organization.Phone}
- {!$Organization.PostalCode}
- {!$Organization.TimeZone}
- {!$Organization.SiteMobileEnabled}
- {!$Organization.OrgPostfix}
- {!$Organization.Name}
System information
$SystemInfo creates merge fields that return system information about the current user. The following list of Standard Merge Fields return True or False to indicate important system information:
- {!$SystemInfo.IsGuestUser}
- {!$SystemInfo.IsPortalUser}
- {!$SystemInfo.IsAdminUser}
- {!$SystemInfo.UserDevice.IsMobile}
- {!$SystemInfo.UserDevice.IsTablet}
<< Functions List | Filters and Filter Logic >>