My favorites | Sign in
Logo
             
Search
for
Updated Sep 21, 2009 by ryan.brainard
NewsArchive2009  

2009-06-21 Download Workbench 2.3.16 for Summer '09 Today

With Salesforce.com completing its Summer '09 roll out to production last week, it's time for Workbench to introduce its own set of exciting enhancements! Download Workbench 2.3.16 today to try out all these new features:

  • Upgraded Partner and Apex clients to Force.com API 16.0
  • Added support for parent-to-child SOQL relationship queries to display nested sObjects. For example, [SELECT Id, Name, (SELECT Id, LastName, FirstName FROM Contacts) FROM Account] will display Accounts with their child Contacts.
Now that relationship queries are available in both directions (parent-child and child-parent), you can leverage the combination of relationship and semi-joins to run queries such as [SELECT Name,(SELECT Contact.Name FROM OpportunityContactRoles) FROM Opportunity WHERE Id IN (SELECT OpportunityId FROM OpportunityContactRole)] to reach down to the Opportunity Contact Roles on all Opportunities that have Contacts associated to them and then display the Contact's names -- all without having to deal with Salesforce Ids!
  • Added the ability to download full results history from file-based API operations. Similar to the success and error files produced by the Data Loader, but in one convenient file that can be downloaded on demand.
  • Introduced optional Describe Results Highlighting for custom fields, system fields, and boolean values.
  • Extended Link Ids to Record Detail feature across the entire application. Now, if a Salesforce Id appears anywhere from a query result to a Apex debug log to an upsert, it is automatically hyperlinked to the record detail in the Salesforce user interface. This feature can optionally be disabled.
  • Added advanced login support for new Salesforce instances, including AP1 and CS5.
  • Added additional set of buttons at top of Setting page for easier access.
  • Corrected error if more than one Document or Attachment body is queried.
  • Made Search results consistent with the rest of the application to start incrementing results at 1.
  • Minor bug fixes to CSV preview.

Download Workbench 2.3.16

2009-02-15 Workbench 2.2.15 for Spring '09 is Live and Available for Download

With Spring '09 finally delivered to the last remaining Salesforce instances this weekend, the all new Workbench 2.2.15 has been released and is available for download. See below for all the new features.

Download Workbench 2.2.15 today!

What's New in 2.2.15:

Full Support for Spring 09 and API 15.0

With the new Force.com Web Services API 15.0 for Spring '09, the Allow Field Truncation SOAP header and new standard objects have been introduced. The Workbench supports all of these new features with a Setting to optionally disable Field Truncation or dynamically change your API version. In addition, support for the Login Scope Header for use with Customer Portal, Partner Portal, and Self-Service Portal has been implemented under Settings and for use with auto-login.

Parent Relationship Queries

Ever wanted to query all your Contacts with their parent Account names, but could only get a list of cumbersome Account Ids or nested cross-object results? Now with the new Workbench, you can easily query parent records using the familiar dot notation and have the query results displayed in one, simple table for browser viewing or CSV export. For example, to get your Contact’s Account Name, First Name, Last Name, and Owner’s Name without having to mess with Salesforce Ids, simply write your SOQL query like this:

SELECT Account.Name, LastName, FirstName, Owner.Name FROM Contact

Just remember to use the relationship names (“Account” and “Owner” in this case) to traverse the hierarchy up to five levels.

Jump Directly to Record Details from Query Results

Wish you could drill into query results the same way you do in Salesforce Reports? Now you can with a new feature that automatically turns every Salesforce Id in your query results into a hyperlink to the original record in the Salesforce user interface. Just click on any Id and the detail is instantly shown in a new window or tab. If you would rather not have these links in your query results, simply disable this feature under Settings.

Enhanced Auto-Login Interface

Single Sign-On into the Workbench is now easier than ever with the new enhanced auto-login interface. Any advanced login options that can be done through the Workbench user interface, can now be done through the URL query parameters. You can integrate this into your organization’s existing SSO solution or simply create a Web Tab to quickly jump from the Salesforce user interface into the Workbench. See Login FAQs below for details.

Server URL Fuzzy Lookup

Tired of having to choose the Server URL when logging on with a Session Id? Now the Workbench will use its fuzzy logic to guess the Server URL for you. Note, this feature will not work correctly for orgs that were migrated from one instance to another, so those users may wish to disable this feature under Settings.

For all new features, please see the Version History

Download Workbench 2.2.15 today!

2009-02-12 Third Time's the Charm: Beta 3 is Available for Download

I thought Beta 2 was going to be the last Beta version before the next release this weekend, but I found a significant bug today with auto-login, which is now fixed in Beta 3, and I also added a couple little convenience features:

2009-02-09 Beta 2 Available for Download

In the last week I have added a few more bells and whistles, particularly around automation of login to the Workbench and back into the Salesforce UI. See below for the latest release notes of the beta program:

2009-02-01 Beta Test the New Workbench 2.2.15

I'm proud to announce the first public beta of Workbench 2.2.15 for Salesforce Summer '09! New features include:

Download Workbench 2.2.15 Beta today!

Note, if you wish to use this beta version with orgs still on Salesforce Spring '09, you must connect at API 14.0. You can change this by either using Advanced login or changing the default API version under Settings.


Sign in to add a comment
Hosted by Google Code