Spring ’16 Trailhead Badge

 There is a new Trailhead available, and it is a great way to get up to date on the features from the latest release. https://developer.salesforce.com/trailhead/module/spring_16?dm_i=2NVW,6FYF,8FI46,JSBO,1

Apex Tip: How to get a RecordType Id by without SOQL

Instead of using this: [Select id from RecordType where sObjectType = ‘Account’ and developerName =’Customer’].id Use this: Schema.SObjectType.Account.getRecordTypeInfosByName().get(‘Customer’).getRecordTypeId() This can help avoid those pesky SOQL governor limits.

Salesforce Announces Updated Editions

Salesforce’s Professional Edition, Enterprise Edition and Unlimited Edition for Sales Cloud and Service Cloud will be replaced by new Lightning Professional Edition, Lightning Enterprise Edition and Lightning Unlimited Edition for Sales Cloud and Service Cloud… Full Article: https://www.salesforce.com/blog/2016/02/new-editions-2016.html?dm_i=2NVW,62PE,8FI46,IDVC,1