OTHER POSTS
Thumbnails in VisualForce
Most of the files uploaded to Chatter have a thumbnail next to them which shows the snapshot of the first page of the file.. Well, you too can generate the thumbnail for the files you upload... Read more
Posted on March 12, 2015
Getting Started with Lightning!
Here are a few points from the Meetup organized as a part of Salesforce1 Lightning Developer Week. Salesforce1 Lightning is an all new Component Based Framework... Read more
Posted on March 15, 2015
Predictable Iteration Order for Maps and Sets
Salesforce on 1st April has notified a change to the iteration order for unordered collections (maps and sets). It is changing the implementation for unordered collections to make the order of elements in those collections deterministic.... Read more
Posted on April 1, 2015
Parsing JSON the easy way using Apex
In most of the integrations, you typically use HTTP Callouts to the endpoints defined by various services, and the most common response format returned by these is JSON. Now, parsing this JSON would be very time consuming if not done in the right way.... Read more
Posted on April 3, 2015
Export Apex Code Coverage to Excel
Tooling API proides a rich set of SOAP and REST interfaces that allow you to build custom development tools for Force.com applications. We use one such interface for this... Read more
Posted on April 8, 2015