- Home
- Technical Library
- Boards
- Cookbook
- Code Share
- Blogs
- Partners
-
More
-
Services
- Training & Certification
- Support
-
Galleries
- Force.com Sites Gallery
- Chatter Challenge Entries
-
Other Web Sites
- Salesforce.com
- Database.com
- AppExchange
- CRM Community
-
Back to Winter '10 Force.com Platform Release
Winter '10 Force.com Platform Release
Custom Settings
Custom settings provide developers a mechanism to deliver application metadata and associate this data at the organization, profile, and user level. Custom settings are cached and provide efficient programmatic access without the cost of database queries. This data can be used by Apex, Visualforce, formula fields, validation rules, and the Force.com Web services API.
For example, here's a formula definition that retrieves the value of a custom setting:
{!$Setup.CustomSettingName__c.CustomFieldName__c}
Related Features:
