Skip to content

Tag: Salesforce

How to Reduce Visualforce View State
Salesforce

How To Reduce Visualforce’s View State

View State is a technique Salesforce uses to maintain the current state of the page and the data that was queried between the user requesting things from the server and sending any changes back to the server.If the view state gets too large problems can begin to occur.

March 15, 2017
Salesforce Logo
Programming

What is Salesforce Lightning

Lightning has really expanded since it was originally introduced at Dreamforce 2014. Originally, Lightning was introduced as a couple of different products…

March 10, 2017
Salesforce Logo
Salesforce

How I became a Salesforce Developer

I believe that most Salesforce developers that started before trailhead started in a way similar to mine. I didn’t plan on becoming…

February 23, 2017
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
Salesforce Logo
Salesforce

Security in Salesforce

Salesforce has quite a bit of built in security; and has lots of security features that can be customized. Access to most…

February 19, 2016
Salesforce

Salesforce Quick Deploy

Releasing changes from a sandbox into production Salesforce can be an interesting time as a developer. As your instance gains more and…

April 22, 2015