25
Developer’s Den What’s New & What’s on the Horizon?

#DF2UFL 2012 - Developer’s Den

  • View
    441

  • Download
    0

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: #DF2UFL 2012 - Developer’s Den

Developer’s Den What’s New & What’s on the

Horizon?

Page 2: #DF2UFL 2012 - Developer’s Den

Orlando User Group Leader

Joshua Hoskins

Twitter: @jhoskins Blog: http://www.CRMified.com

Page 3: #DF2UFL 2012 - Developer’s Den

Question: What Spring ‘12 delivered features are MOST exciting?

Page 4: #DF2UFL 2012 - Developer’s Den

Cloud Flow Designer

Enhanced Schema Builder

Updated Developer Console

Mobile SDK

Social Authentication

GA Features

Page 5: #DF2UFL 2012 - Developer’s Den
Page 6: #DF2UFL 2012 - Developer’s Den
Page 7: #DF2UFL 2012 - Developer’s Den
Page 8: #DF2UFL 2012 - Developer’s Den

With Spring ‘12, the Flow Designer is now generally

available and native to Salesforce.com. You can

access it directly from your browser:

1. Click Your Name > Setup > App Setup > Create >

Workflows & Approvals.

2. Click New Flow.

Visual Workflow Session by Riptide

TODAY @ 1:30pm Room # 121

Get Started Today!

Page 9: #DF2UFL 2012 - Developer’s Den

#forcedotcom Horizon

Deliver the conveniences and scalability of an

enterprise platform

Page 10: #DF2UFL 2012 - Developer’s Den

Previously, Schema Builder allowed you to view your entity relationships in an easy manner, but now provides more functionality for building out your data model as well.

You can access Schema Builder via Setup, Quick Links or on the Create Objects page within Setup.

Schema Builder

Page 11: #DF2UFL 2012 - Developer’s Den

Schema Builder

Demo Time

Page 12: #DF2UFL 2012 - Developer’s Den

Support for LARGE Log Files

Developer Console

Page 13: #DF2UFL 2012 - Developer’s Den

Simulated Breakpoints from YOUR Browser in “The Cloud”

Developer Console

Page 14: #DF2UFL 2012 - Developer’s Den

Edit Code within Console

Visualforce Code Complete

Set Breakpoints to Debug your Code

Demo Time

Page 15: #DF2UFL 2012 - Developer’s Den

The Salesforce Mobile SDK

Slide Body Text

Page 16: #DF2UFL 2012 - Developer’s Den

Using OFFSET is helpful for paging into large result sets, in scenarios where you need to quickly jump to a particular subset of the entire results. For example, the following SOQL query returns a result set that skips the first 100 rows of the full query results:

OFFSET added to SOQL (Pilot)

Page 17: #DF2UFL 2012 - Developer’s Den

With this higher limit, you can now schedule

more Apex jobs for concurrent execution.

+ Concurrent Apex Jobs – YAY!!!

10 Before Spring ‘12

25 New Spring ’12 Limit

Page 18: #DF2UFL 2012 - Developer’s Den

Previously, unit tests would have access to pre-existing data within your organization, as well as any test data it creates for the purposes of proving assertions true or false.

By default with Salesforce API version 24.0 and later, a unit test will only see data that it creates.

Test Method Data Access

Page 19: #DF2UFL 2012 - Developer’s Den

Social Authentication

Page 20: #DF2UFL 2012 - Developer’s Den

Social Authentication

Demo Time

Page 21: #DF2UFL 2012 - Developer’s Den
Page 22: #DF2UFL 2012 - Developer’s Den

It’s the little things

Page 24: #DF2UFL 2012 - Developer’s Den

Dynamic Visualforce Components GA

Supported in production code & managed

packages

Vary page content or look according to state

Designed in APEX

Developer’s Guide details

Force.com

Page 25: #DF2UFL 2012 - Developer’s Den

Thank YOU!