Brian Cline

Full Stack Developer & Technology Leader Living in Niagara Falls

  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Category: Salesforce

Looking Back at Dreamforce 2014

October 19, 2014Brian ClineSalesforceDreamforce, Process Builder, Salesforce, Salesforce Lightning, Salesforce Wave

I was really blessed to be able to attend Dreamforce and learn even more about Salesforce. While attending there, I attended a lot of the different keynotes and saw a lot of the new exciting features in action. Dreamforce Sessions At Dreamforce there was dozens of interesting sounding sessions. There were a few different ones…

Read More

Salesforce Logo

How to get Salesforce Object key prefix

September 24, 2014Brian ClineProgramming, SalesforceSalesforce, salesforce metadata

In Salesforce, the first three characters of a record Id are the “Object Id Prefix”.

Standard Salesforce Object Id Prefixes

September 17, 2014Brian ClineSalesforceSalesforce, Salesforce Object Id

The first three digits of an Id is an identifier to the type of entity that the object is. It doesn’t matter if the Id is a 15 digit or 18 digit id. SObject ID Prefix Account 001 Case 500 Contact 003 Lead 00Q Opportunity 006 Task 00T

Salesforce Logo

Introduction to Salesforce Workbench

January 21, 2014Brian ClineProgramming, SalesforceSalesforce, salesforce workbench

I recently found out about Workbench for Salesforce at Dreamforce. Workbench is a web based set of tools that’s designed for Salesforce Administrators and developers to interact with Salesforce.com using the Force.com APIs. Using Workbench it’s pretty easy to view data, do data loading, perform SOQL queries or SOSL searches, etc. After logging in successfully…

Read More

Salesforce Logo

How to Check for 0 Results in VisualForce

October 22, 2013Brian ClineProgramming, Salesforcevisualforce

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.

Salesforce Logo

Visualforce Custom Controllers and Extensions

June 11, 2013Brian ClineProgramming, Salesforceapplication architecture, Code Craft, Salesforce Apex, salesforce architecture, Salesforce Best Practices

When we create Visualforce pages in Salesforce we have a few different ways that we can architect the code that will do any business logic that we need.

Posts navigation

1 … 3 4 5