Apex Code

May
09

Working with Apex Code Maps

Maps are a critical data type to get to know when developing on the Force.com platform. You can use
5 min read
Nov
04

Friends don't let Friends Troubleshoot Alone

I recently had the opportunity to help a buddy of mine troubleshoot an issue that concerned Salesforce.com account shares.
2 min read
Oct
29

Multi-currency Support for Rollups

I recently came across a requirement to support multi-currency for a rollup trigger where the parent object and child object
4 min read
Jun
17

Trigger Best Practices Part 2 - Unit Testing

It is worth mentioning that in most other development environments there isn't anything enforcing the use of unit
19 min read
Nov
26

Enabling Custom Paging using Apex and Visualforce

It’s a common request these days for me - which is the need to not only provide column level
11 min read
Sep
26

Cool tools @ Dreamforce – New IDE’s!!

Guest Post by Mike Eaton [https://twitter.com/CloudMike] If there was anything I could honestly say I truly missed
2 min read
Jul
31

Create your own History Related List in Visualforce

The story starts with getting a requirement to customize the detail view of an existing page. Nothing really extreme just
8 min read
Jul
11

Bug: StandardController addFields Method

I recently came upon a bug when attempting to implement the new addFields method on an Apex Standard Controller class.
2 min read
Nov
17

Salesforce Custom Labels

Custom labels can be a powerful ally for your code. I have only recently started incorporating them into my code
3 min read