feed-icon-32x32.png

Subscribe in Feed Reader
Subscribe by Email

Learn how Salesforce.com can help your business
arrowpointe @ twitter
  • anyone use Salesforce's knowledge base? (the old school one) Notice scrollbars appearing in the content recently? 3 days ago
  • yes, i can use aggregate functions in dynamic soql. asked too soon, sorry 3 days ago
  • can i use aggregate functions in the Database.query() method? 3 days ago
  • what's the timing for new IDE? will it run just as well on eclipse 3.4 as 3.5? major benefits of 3.5 (i only use eclipse for salesforce)? 4 days ago
  • anyone use campaignmonitor with salesforce? no integration, but seems like a slick tool. curious about your process re: subscriber sync 4 days ago
  • is there a apex method or query that can tell me whether a subscriber org has a Trial vs. Active license of my package they installed? 4 days ago
  • feels like the new salesforce ui uses JavaScript libraries and rendering more friendly to fitefox's memory issues. Real or my imagination? 6 days ago
  • More updates...

Powered by Twitter Tools

Archive for Spring '07 Category Feed

Taking a break

I am taking a break and will be back again towards the end of March. I will be missing all the happenings for the Spring ‘07 release. A few of the cooler items in the upcoming release are:

  • Customizable Search Results – you can go a step further than you can today and add Filters. This allows the end user to perform a generic search and then perform additional filtering on the search results without having to re-search. (Wish this was added to Views, so users wouldn’t have to create a new View everytime they want to filter for something.)
  • Time Based Workflow – Allows workflow events to be triggered based upon time passing. Looks like the timing can only be in Days. Hopefully, hours will be implemented as an option in the future.
  • Email Approvals – accept/reject your Approvals from your email client rather than having to log into Salesforce.
  • Rich content Solutions – allows you to document you Solutions in HTML format using a WYSIWYG editor. (wish this was on Activity comments too or, even better, as an option on all Long Text fields).
  • Enhanced Data Model Customization – allows you to create lookup relationships between Standard Objects, create recursive relationships on Standard Objects, etc.

I look forward to catching up on the new release when I get back. It’s not as grand as the Winter ‘07 release, but it’s encouraging to see another release take place so quickly afterwards.

If you submit comments to the blog while I am out and don’t see them published on the site, now you know why. Have a good March!

Comments (1) comments feed

Spring ‘07 Landing Page

As Mark mentions, Salesforce has a landing page for the Spring ‘07 release.

Of course, the landing page is your best place to start.

Comments (0) comments feed

Workaround to the formula compile size limit

The Decoding Salesforce blog feed-icon-12x12.png has a good post on working around the formula compile size limit. In short, it’s a way to span your large formula across 2 formulas and compile them in a particular sequence so Salesforce doesn’t realize its over its limit. Nice hacking!

I think this workaround may be needed less in the future, however. I am quite certain that the formula field compile size is getting increased to 5K with the Spring ‘07 release.

Comments (0) comments feed