Fix for flowruntime:lookup Error With Salesforce Flows

If you recently used the custom lookup component while working on Salesforce Flows and get this error. We can’t display component ‘flowruntime:lookup’, because it isn’t supported in Classic runtime.  Chances are you still are on Classic. The component only works on Lightning. An easy fix is to enable the Lightning runtime in Flows. From Setup,… Read More Fix for flowruntime:lookup Error With Salesforce Flows

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