Skip to content

Category: 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
Programming

Salesforce: Enforcing Security in Apex

Salesforce allows data access to be specified at the object level, field level, and finally record level. To get listed on the…

November 2, 2016
Programming

Asynchronous Programming in Salesforce

What is Asynchronous Programming? In synchronous programming, each step is performed one after the previous one is finished executing. This means that…

July 15, 2016
How to Use Salesforce Custom Settings
Programming

How to Use Salesforce Custom Settings

When developing on Salesforce’s force.com platform it’s essential to avoid hardcoding application settings because a deployment will be required every time something…

June 28, 2016
Everything You need to Know About Creating Tasks in Salesforce Apex
Salesforce

Everything you need to know about creating Tasks in Salesforce Apex

Salesforce task records are basically action items or items on a to-do list. Tasks are commonly logged against relevant records like a Lead, Opportunity, Contact, or Account. Sometimes, depending, on your organization's data model it may also make sense to log tasks against custom objects. In this post, we cover how to automatically create a task in Apex.

May 3, 2016