summer '12 developer preview webinar

31
Summer ‘12 Release Preview Webinar Pat Patterson Principal Developer Evangelist @metadaddy Sandeep Bhanot Senior Developer Evangelist @cloudysan

Upload: salesforce-developers

Post on 18-Nov-2014

1.061 views

Category:

Technology


3 download

DESCRIPTION

Discover the new Force.com developer features coming in the Summer '12 Release, including::: Schema Builder General Availability: With the addition of field-level security, printing and additional field types, Schema Builder becomes generally available (GA) in Summer '12.:: Developer Console Enhancements: The Developer Console continues its evolution, with Workspaces for organizing your work, enhanced heap dump analysis, and easier navigation through your code.:: Visual Workflow Updates: Factor out common behavior into subflows, and customize the look and feel of your flow's user interface.:: Apex Code Enhancements: More flexible JSON parsing enables easier integration with external web services, while new type methods allow you to separate interface from implementation across package boundaries.:: Package Install/Upgrade/Uninstall Scripts: Specify Apex scripts to run automatically after a subscriber installs, upgrades, or uninstalls a managed package.More details: http://wiki.developerforce.com/page/Webinar:_Summer_'12_Developer_Preview_(2012-May)

TRANSCRIPT

Page 1: Summer '12 Developer Preview Webinar

sfdc_ppt_corp_template_01_01_2012.ppt

Summer ‘12 Release

Preview Webinar Pat Patterson

Principal Developer Evangelist

@metadaddy

Sandeep Bhanot

Senior Developer Evangelist

@cloudysan

Page 2: Summer '12 Developer Preview Webinar

Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may

contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such

uncertainties materialize or if any of the assumptions proves incorrect, the results of salesforce.com, inc.

could differ materially from the results expressed or implied by the forward-looking statements we make. All

statements other than statements of historical fact could be deemed forward-looking, including any

projections of subscriber growth, earnings, revenues, or other financial items and any statements regarding

strategies or plans of management for future operations, statements of belief, any statements concerning

new, planned, or upgraded services or technology developments and customer contracts or use of our

services.

The risks and uncertainties referred to above include – but are not limited to – risks associated with

developing and delivering new functionality for our service, our new business model, our past operating

losses, possible fluctuations in our operating results and rate of growth, interruptions or delays in our Web

hosting, breach of our security measures, the immature market in which we operate, our relatively limited

operating history, our ability to expand, retain, and motivate our employees and manage our growth, new

releases of our service and successful customer deployment, and utilization and selling to larger enterprise

customers. Further information on potential factors that could affect the financial results of salesforce.com,

inc. is included in our annual report on Form 10-K filed on April 30, 2008 and in other filings with the

Securities and Exchange Commission. These documents are available on the SEC Filings section of the

Investor Information section of our Web site.

Any unreleased services or features referenced in this or other press releases or public statements are not

currently available and may not be delivered on time or at all. Customers who purchase our services should

make the purchase decisions based upon features that are currently available. Salesforce.com, inc.

assumes no obligation and does not intend to update these forward-looking statements.

Safe Harbor

Page 3: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

@forcedotcom / #forcewebinar

Developer Force Group

facebook.com/forcedotcom

Developer Force – Force.com

Community

Page 4: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Your One Stop Shop for Summer ‘12

Demos

Webinar Replay

Release Notes

Documentation

Training

Highlights

Discussion

http://developer.force.com/releases

Join the conversation using #summer12 http://boards.developerforce.com/

Page 5: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

What Are We Talking About Today?

Platform Summer ’12 Features

– Visual Workflow enhancements

– Packaging updates

– Apex enhancements

– Other important updates

– New Pilot features

Question & Answers

Page 6: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Visual

Workflow

Page 7: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Subflows

Styling in Flows in Visualforce

Visual Workflow Enhancements

Page 8: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Packaging

Updates

Page 9: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Packaging updates

Run Apex on Package …

– Install/Upgrade

– Uninstall

Page 10: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Apex

Page 11: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

New Type methods

Page 12: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

List.sort()

Sort Lists that contain non-primitive data types - e.g.

– SObjects

– Custom Apex Classes

Page 13: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

New OFFSET clause

– Server-side pagination

• SELECT Name FROM Account LIMIT 50 OFFSET 100

– Solves some additional interesting use cases

• Select a random record

SOQL Pagination Now GA

Page 14: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Other Updates

Page 15: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Advanced Relationship Fields

Lookup relationships

Invoice

Number Status Total

INV-01 New $200

Invoice Line Items

Invoice Merchandise Units Sold Value

INV-01 Pinot 1 $50

INV-01 Cabernet 5 $150

Page 16: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Advanced Relationship Fields

Lookup relationships

Invoice

Number Status Total

INV-01 New $200

Invoice Line Items

Invoice Merchandise Units Sold Value

INV-01 Pinot 1 $50

INV-01 Cabernet 5 $150

Page 17: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Advanced Relationship Fields

Lookup relationships

Invoice

Number Status Total

INV-01 New $200

Invoice Line Items

Invoice Merchandise Units Sold Value

INV-01 Pinot 1 $50

INV-01 Cabernet 5 $150

Need to contact

Salesforce support

Page 18: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Advanced Relationship Fields

Lookup relationships

Invoice

Number Status Total

INV-01 New $200

Invoice Line Items

Invoice Merchandise Units Sold Value

INV-01 Pinot 1 $50

INV-01 Cabernet 5 $150

Page 19: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Advanced Relationship Fields

Master-Detail relationships

Invoice

Number Status Total

INV-01 New $200

Invoice Line Items

Invoice Merchandise Units Sold Value

INV-01 Pinot 1 $50

INV-01 Cabernet 5 $150

Page 20: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Advanced Relationship Fields

Master-Detail relationships

Invoice

Number Status Total

INV-01 New $200

Invoice Line Items

Invoice Merchandise Units Sold Value

INV-01 Pinot 1 $50

INV-01 Cabernet 5 $150

Invoice

Number Status Total

INV-02 Complete $700

Page 21: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Permission Set Enhancements

Programmatic manipulation of Permission Sets via DML

operations

– FieldPermissions, ObjectPermissions, PermissionSet,

PermissionSetAssignment, SetupEntityAccess

SetupEntityAccess represents enabled Apex class and

Visualforce page access settings

Read-only access to Profiles – answer ‘Who has Modify

All Data?’ type questions

Page 22: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Permission Set Entity Relationship Diagram

Page 23: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Other updates

Apex JSON parsing enhancements

Apex Describe support for FieldSets

JavaScript Remoting Enhancements

Chatter Messenger for Visualforce Pages

Callout Limit Increased for Batch Apex to 10

Data Export File Size Increased to 512 MB

Page 24: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Now GA Schema Builder

Page 25: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Now GA SMS-based Identity Confirmation

Page 26: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Pilot

Programs

Page 27: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Pilot Programs

Connected Apps

Metadata REST API

Separate Organization-Wide Defaults for External Users

Page 28: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Feature Enablement

Automatically

Enabled

Configuration

Required

Contact

Salesforce

Visual Workflow enhancements X

Running Apex on Package Install/Uninstall X

New Type methods X

List.sort() enhancements X

SOQL OFFSET X

Advanced Relationship Fields X

Permission Set Enhancements X

Apex Describe support for FieldSets X

Schema Builder X

Connected Apps X

Metadata REST API X

SMS-based Identity Confirmation X

Page 29: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Upcoming Events

May 22 – Cloudstock 2012 London

– http://bit.ly/cslondonsummer

May 30 – Social Enterprise Java Apps

on Heroku Webinar

– http://bit.ly/herokusummer

June 13 – How Salesforce.com Uses

Hadoop Webinar

– http://bit.ly/hadoopsummer

Page 30: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Thank You, Questions & Answers

Please give us your feedback

http://bit.ly/summer12survey

Summer ‘12 Resources

– Developer Release Preview & Pre Release Sign Up

http://developer.force.com/releases/

– Release Schedule

http://trust.salesforce.com

– Ideas Exchange

http://ideas.salesforce.com

– Release Notes

https://na1.salesforce.com/help/doc/en/salesforce_summer12_release_notes.pdf

Page 31: Summer '12 Developer Preview Webinar

Follow us @forcedotcom

Thank You! http://bit.ly/summer12survey

@metadaddy @cloudysan