Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
$Organization
Usage
1{!$Organization.Street}
2{!$Organization.State}The organization merge fields get their values from whatever values are currently stored as part of your company information in Salesforce.
Note that {!$Organization.UiSkin} is a picklist value, and so should be used with picklist functions such as ISPICKVAL() in custom fields, validation rules, Visualforce expressions, flow formulas, process formulas, and workflow rule formulas.
Example
1{!$Organization.Id}
2{!$Organization.Name}
3{!$Organization.Division}
4{!$Organization.Street}
5{!$Organization.City}
6{!$Organization.State}
7{!$Organization.PostalCode}
8{!$Organization.Country}
9{!$Organization.Fax}
10{!$Organization.Phone}
11{!$Organization.GoogleAppsDomain}
12{!$Organization.UiSkin}