#DF2UFL 2012 - Developer’s Den

Post on 19-Oct-2014

440 views 0 download

Tags:

description

 

Transcript of #DF2UFL 2012 - Developer’s Den

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

Horizon?

Orlando User Group Leader

Joshua Hoskins

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

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

Cloud Flow Designer

Enhanced Schema Builder

Updated Developer Console

Mobile SDK

Social Authentication

GA Features

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!

#forcedotcom Horizon

Deliver the conveniences and scalability of an

enterprise platform

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

Schema Builder

Demo Time

Support for LARGE Log Files

Developer Console

Simulated Breakpoints from YOUR Browser in “The Cloud”

Developer Console

Edit Code within Console

Visualforce Code Complete

Set Breakpoints to Debug your Code

Demo Time

The Salesforce Mobile SDK

Slide Body Text

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)

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

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

Social Authentication

Social Authentication

Demo Time

It’s the little things

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

Thank YOU!