My Favorite Winter '10 Features

winter10_logoFor those that don't have time to weed through all 124 pages of the Winter '10 Release Notes, I've pulled out a few of my favorites for your viewing pleasure:

Enhanced Profile Management
Administrators can create lists of profiles and use them to compare profile settings, print lists of profiles, and make mass updates across multiple profiles. Be still my beating heart! Profile management on large orgs is (was?) such a nightmare.

Web to Lead Campaign Member Creation Update
Salesforce.com will evaluate triggers, validation rules, and workflow rules for campaign members created using Web-to-Lead and the Campaign field when you create or clone a lead. When you activate this update, workflow runs automatically and custom fields are automatically populated for campaign members created using these methods. This is a Critical Update that must be activiated manually.

Analytics
Wow! A ton of new chart, graph and dashboard enhancements.

Formula Enhancements
A ton of these also so see the docs for more info.

Support for Microsoft Office 2007 Full-Text Search
The Salesforce CRM Content search engine supports full-text search for all Microsoft Office 2007 Word, Excel, and PowerPoint files.

New "Community" Application
This new application replaces the Ideas application in the Force.com app menu and includes both the Ideas and Answers (currently in pilot) tabs.

Remote Access Application
Salesforce.com will support the OAuth protocol for authenticating Web applications that access data in a Salesforce.com instance.

Email Enhancements

Routing Error Emails to a Chosen Email Address When Salesforce.com email services cannot process an incoming email message, you can now send the resulting error email message to a chosen address instead of notifying the sender.

Enhanced Security for Outbound Email Messages
Salesforce.com now supports Transport Layer Security (TLS) options for outbound email messages to chosen domains.

Notification When Mass Email Completes
You can now choose whether you want Salesforce.com to notify senders when mass emails complete.

Workflow Email Alerts
You can now customize each email alert to replace the user's From email address with a standard organization-wide email address. Recipients of the email alert then reply to the global email address instead of to the Salesforce.com user who updated the record.

API Enhancements

New Bulk API The new Bulk API that is optimized to insert, update, or upsert a large number of records asynchronously. The new Bulk API allows you to load large batches of data that are processed in the background. You can develop REST-like clients using the Web Service Connector (WSC) Java toolkit. Also includes support for monitoring the status of jobs. Yipee!

Force.com Web Services API Enhancements
A number of modification and changed calls plus new objects including CronTrigger, Question, Reply and a number of Content objects. The v16 of the API will no longer be available after the release of v17. Instead, all requests for a v16 WSDL returns a 17.0 version. (Thanks for the clarification Alex Sutherland!!)

Metadata API Enhancements
In addition to a number of fields that have been changed or deleted, there is support for list views for standard objects, picklist value translations for standard fields and standard object tab visibility in profiles.

Content API Support for Bulk Insert and Update with the Force.com Data Loader and Excel Connector
Bulk insert and update documents into Salesforce CRM Content via the API and the Force.com Data Loader or Excel Connector.

Apex Enhancements

Apex Triggers for Case Comments and Email Messages Now you can define Apex triggers associated with case comments. For example, you can set a trigger so that whenever a user adds a case comment, that user is added to the case team so that they can receive notices set up for team members. Now you can define Apex triggers associated with email messages.

Batch Apex
Batch Apex provides developers the ability to operate over large amounts of data by chunking the job into smaller parts, thereby keeping within the governor limits. Using batch Apex, a developer can build complex, long-running processes on the Force.com platform.

Custom Settings
Custom settings provide developers a mechanism to deliver application metadata and associate this data at the organization, profile, and user level.

Limited and Beta Features

Apex Schedule - Limited Release You can schedule Apex classes to run at specific times. Used in conjunction with Batch Apex you can create powerful cleanup and data integrity nightly jobs. The Apex scheduler is currently available through a limited release program so contact your Salesforce.com rep for more info.

Cloud Deploy - Beta Release
Cloud Deploy allows you to move and monitor metadata deployments between organizations. Use change sets to move configuration changes using the Web interface. Migrate Sandbox <-> Sandbox or Sandbox <-> Production. This will be a huge enhancement to release management. I got busted in June for letting this one out of the bag too soon.

Lookup Filters - Beta Release
Lookup filters are administrator settings on lookup, master-detail, and hierarchical relationship fields that restrict the valid values and lookup dialog results for the field. Currently in beta and definitely needs more time to cook.