Preparing for the Advanced Force.com Developer Exam

I just wanted to share that I took the Advanced Force.com Developer exam and passed the first part of the test which is the multiple choice 69 question exam. The exam test your knowledge on advanced topics covering triggers, execution context, visual force pages, standard and custom controllers, running unit test, development lifecycle, data migration… Read More Preparing for the Advanced Force.com Developer Exam

Getting the Google Data Authentication for Force.com working

Just sharing some information which I hope some would find useful. I’ve been tinkering around with the Google API Toolkit for Force.com. For starters, these are basically client libraries built on Apex for Force.com that connect to Google API like Google Docs API, Blogger API, Google Calendar API among others. The method for authentication on… Read More Getting the Google Data Authentication for Force.com working

Solving Error: SObject row was retrieved via SOQL without querying the requested field:

Got this tricky bug with my simple setup. I have a Visualforce page displaying one custom field(Percent) form to set a new value. I’m using a StandardController on the Quote object with an extension for other custom logic. Once value is passed a new visualforce page displays the new data. It works fine like validation… Read More Solving Error: SObject row was retrieved via SOQL without querying the requested field: