Skip to content

Tag: visualforce

Salesforce Logo
Programming

How to have a Visualforce Page Download as a pdf

When creating applications it's a pretty common request to be able to create a formatted report or file in pdf file format. For the most part, most customized pages and data can be easily converted into a PDF file without having to make many changes. In Salesforce, we can change customized Visualforce pages to create a pdf file by using the renderAs property and set the value to pdf.

March 8, 2016
jQuery Logo
Salesforce

Using jQuery in Visualforce

jQuery is one of the most utilized JavaScript libraries and can be easily be integrated into any visualforce page regardless of whether…

February 20, 2016
Salesforce

Salesforce Spring15 Including Mapping Features

Salesforce’s Spring 15 release is going to include mapping and geolocation for address fields. I believe, location based features started appearing before…

December 1, 2014
Salesforce Logo
Programming

How to Check for 0 Results in VisualForce

Checking if a list is null and has no results is pretty easy. The best way to do this is to use the ISNULL operator and and to check if the results has a size that isn't 0.

October 22, 2013