Here Comes The Hammer

Every release, there is a period of time between our internal release freeze and the sandbox release. I like to think of this time as Hammertime. In this window, we run a process we call “The Hammer”. The Hammer means taking every single Apex test that you or anyone else has created and running it twice.

In Blog: engineering | Tagged , , | Leave a comment

Developer.force.com en Français…

La Developer Zone du Customer Company Tour Paris est déjà un vrai succès ! Plus de 800 livres des concepts fondamentaux de la plateforme ont été distribués sans compter les multiples workbooks traitant de tous les sujets (sécurité, Intégrati

In Blog: developer-relations | Tagged , , , | Leave a comment

Dealing with Exception Filters in Force.com

Dealing with Exception Filters in Force.com

Do you use a long list of filters in your reports or SOQL statements to exclude “noisy” data from your query results? Do you wonder why your requests take so long to run, even when they return only a few hundred rows? You might be able to overcome your performance issue with indexed formula fields, which this blog post explains in detail.

In Blog: engineering | Tagged , , , , | Leave a comment

Salesforce Developer Garage Hosts First Nonprofit Hackathon

As part of Developer Garage, we recently held the Salesforce Nonprofit hackathon in San Francisco to support three non-profit organizations.

In Blog: developer-relations | Tagged , , , , | Leave a comment

Basic SOQL Relationship Queries

Developers often need to answer questions like “Who are all the contacts for each account?” These usually lead to more complex questions like “When was the last time we visited key contacts from our top revenue generating accounts and who did w

In Blog: developer-relations | Leave a comment

AngularJS and ngForce: More Fun in the Javascript Playground

A few weeks ago I started messing around with different Javascript libraries and put them up on Github as the LAB Javascript Playground. Well, lo and behold, it turns out I wasn’t the only one curious about some of these. Lot’s of people are working in the area. In fact, one person has gone so far as to share their very excellent code with the project.

In Blog: developer-relations | Tagged , , , | Leave a comment

Developer Console Logging – Poetry in Motion

Developer Console - Execute Anonymous Window

Have you heard that logging is repetitive or indecipherable? At first glance, logging might be intimidating, but thanks to the Developer Console Log Inspector, you can turn even the longest logs into poetry – or whatever you want. This post shows

In Blog: tech-pubs | Tagged , , , , | Leave a comment

Building Mobile Apps for Portal Users

Back in February, I blogged about how web applications can use OAuth to obtain a token and access the Force.com API on behalf of Portal users; I’ve had a couple of questions on how to build mobile apps that do the same, so here are the details.

In Blog: developer-relations | Tagged , , , | Leave a comment