6 Days to Top Coder Open and 6 blog post for each day! The following is a blog post I wrote for the Top Code Open 2014 blog. Enjoy! I was a rockstar at Cloudspokes (in the sense that I won almost every challenge I participated in), so it’s been really painful since the Cloudspokes […]
[Salesforce / Apex] Queueable interfaces – Unleash the async power!
The next Winter ’15 release came with the new Queueable interface. I wanted to go deep on this, and tried to apply its features to a real case. If you are (like me) in a TLDR; state of mind, click here. The main difference between future methods (remember the @future annotation? ) and queueable jobs […]
[Salesforce / Lightning] Loading scripts
a{ color: red !important;} UPDATE Due to the introduction of the ltng:require, this post is no more a valid solution. Refer to the official Lightning documentation. This post has been more like a request for help, rather than a technical blog post, but it came to be an awesome way to see Salesforce community in […]
[Salesforce] Practical guide to setup a LiveAgent
I’ve created a simple guide to set up a Live Agent on an ORG with a custom console app. This is the link: Live_Agent_base_configuration.pdf . This is a really simple guide believe me and no further explaination is given, beucase the only aim is to make Live Agent working. Let me know what you think! […]
System.debug(‘TCO13’); //The event log
[NodeJS + Salesforce SOAP WS] How to consume a Salesforce SOAP WSDL
I was wondering how to consume Salesforce WSDLs with nodejs. I found Node Soap package (see npm) and I tried to consume a Partner WSDL. Then I saved the WSDL in the “sf-partner.wsdl” file and played with the methods to get nodeJS speak SOAP with Salesforce. var soap = require(‘soap’); var url = ‘./sf-partner.wsdl’; soap.createClient(url, […]
[Salesforce / Canvas / NodeJS] Set up a minimum Canvas App (NodeJS style)
Following the old post [Salesforce / Canvas] Set up a minimum Canvas App (Java style) I’ve decided to put togheter the code I’ve used to talk to a Force.com Canvas App in NodeJS. For those who can’t wait the whole article, this is the repo (CanvasApp-NodeJS-Base). Follow this steps to configure an App (something is […]
The unwritten guide (or the untold story, you chooose) of a good (badass) Cloudspoker
Here I am, 1 year and a few weeks have passed from the first time I joined Cloudspokes (there have also been a second time…but it’s another story). Look for me on the site, I’m known as ForceLogic (former known as Enreeco…you got it, I have 2 accounts..this is the same “other story”). This is […]
[Github / Maven] Maven repository using GitHub
[Visualforce / Tip] Always add a tag
Always add <apex:pagemessages/> at the beginning of your VF page to see if there are errors in loading/submitting VF page. If something underneath the Visuarlfoce is wrong, you don’t see anything (no clear log at least)! I was using the automatic SOQL generation of the “Object__c” standard controller, and to do this I usually use […]


