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

A global merge field type to use when referencing information about your company profile. Use organization merge fields to reference your organization’s city, fax, ID, or other details.

Usage

Use dot notation to access your organization’s information. For example:
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

Values accessible using the $Organization global variable include:
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}