Redkite Runs New York
By Kenny on November 7, 2011
Congratulations to Brennan on completing the New York City Marathon!
By Kenny on November 7, 2011
Congratulations to Brennan on completing the New York City Marathon!
By Vincent on April 24, 2011
Field sets make so much sense, and I was really looking forward to being able to set up some very easy to maintain code. Unfortunately field sets do have one limitation that I recently ran into. You can’t access them from Apex Code. To be fair, before Field Sets, you really had no options of [...]
By Vincent on April 10, 2011
Update: I’ve recently recieved a very informative email from Salesforce. In this email, Salesforce explained some of the ideas that went into their design. It made a ton of sense, and I’ll talk about it at the end of this post. And thanks for the info Salesforce! I recently got Javascript Remoting enabled in my [...]
By Vincent on March 20, 2011
Writing test code in Salesforce.com is a necessary step in deploying code. Yes it’s a bit annoying and it sucks when someone else’s test code breaks and prevents you from deploying your code. I saw an email in my inbox from Salesforce about a free webinar on testing and Coverage best proactices, and I’ve always [...]
By Vincent on March 1, 2011
One of the reasons people don’t create a zipped static resource in Salesforce.com is that it’s a bit of a pain in the neck to edit their contents. You typically have to download the file from Salesforce (if you don’t already have a current version locally), unzip, perform your edits, zip them back up and [...]