+ All Categories
Home > Mobile > Salesforce1 for developers

Salesforce1 for developers

Date post: 21-Oct-2014
Category:
View: 103 times
Download: 3 times
Share this document with a friend
Description:
 
Popular Tags:
31
Salesforce1 for Developers @davescruggs [email protected] platform Engineer
Transcript
Page 1: Salesforce1 for developers

Salesforce1 for Developers@[email protected] Engineer

Page 2: Salesforce1 for developers

Safe Harbor

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 product or service

availability, 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, new products and services, 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 outcome of intellectual property and other litigation, risks associated with

possible mergers and acquisitions, 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, our limited history reselling non-

salesforce.com products, 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-Q for the most recent fiscal quarter ended July 31, 2012. This documents and

others containing important disclosures 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 presentations, 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.

Page 3: Salesforce1 for developers

Introducing Salesforce1

All your past investments...

Drag and drop UI customization

Notifications Platform

Publisher Actions

...now in the future

Download Salesforce1 App today

All Your Customization

s

All Your Devices

All Your CRM

All Your Apps

https://yourinstance.salesforce.com/one/one.app

Page 4: Salesforce1 for developers

Chatter MobileFeedsPeople & GroupsFilesNative Experience

Salesforce ClassicCRM dataAnalyticsTasks & eventsNative phone features

Salesforce TouchCRM accessCustom apps

Agility of HTML5

Logger & ForcepadSales productivity

toolsTask management

Call logging

Unifying the Salesforce Mobile Experience

Page 5: Salesforce1 for developers

But is Salesforce1 an App or a Platform?

Its both

Page 6: Salesforce1 for developers

Salesforce1 Platform APIs

Salesforce1 App

Salesforce1 Platform Services

Force.com Heroku1ExactTarget

Fuel

Salesforce1 Platform – The Customer Platform behind the App

Page 7: Salesforce1 for developers

Lets take a quick look at Salesforce1 the App

Publisher Actions

Record Home

Notification Center

Navigation Menu

aka ‘Left Nav’

Feed first

Universal

Search

Record Detail

Record Feed and Related Info

Page 8: Salesforce1 for developers

Platform = endless ways to customize the app

Declarative and Programmatic tools to customize the Salesforce1 experience

Page 9: Salesforce1 for developers

Declarative tools for customizing the Salesforce1

App

Page 10: Salesforce1 for developers

Mobile Navigation (aka Left Nav)

Mobile Administration Mobile Navigation

Page 11: Salesforce1 for developers

Page and Compact Layouts

SObject Page Layout SObject Compact Layout

Page 12: Salesforce1 for developers

Publisher Actions

Publisher Actions

Global: Create Global Actions

Object Specific: SObject New Action

Page Layouts control which actions show in what order

Page 13: Salesforce1 for developers

Expanded Lookup

SObject Page Layout Expanded Lookup

Show additional info for Parent records

Page 14: Salesforce1 for developers

Programmatic tools for customizing the Salesforce1

App

Page 15: Salesforce1 for developers

Visualforce – Left Nav

Visualforce Pages in Left Nav

JavaScript navigation library available

sforce.one.navigateToSObject etc.

Page 16: Salesforce1 for developers

Visualforce – Publisher Actions

Visualforce Pages as Publisher Actions

(VF page needs to the extend Standard Controller for use with Object Specific

Publisher Actions)

JavaScript Pub-Sub library available to interact with the publisher

publisher.setValidForSubmit

publisher.post

publisher.close

Page 17: Salesforce1 for developers

Visualforce – Mobile Cards

Mobile Cards - Visualforce Pages on Record Detail

(VF page needs to the extend Standard Controller)

Page 18: Salesforce1 for developers

Visualforce in Salesforce1

<apex:page docType="html-5.0" …>

‘Available for Salesforce Mobile apps’ flag enabled

Developers are responsible for making the VF page ‘mobile ready’– Use a Responsive Design framework like Bootstrap or Mobile Design

templates

– Leverage touch and swipe events where appropriate

Use JavaScript Remoting/VF Remote Objects for better performance

Use HTML5 for device features like Geolocation and Camera access

Page 19: Salesforce1 for developers

Canvas Apps – Publisher Actions

Canvas apps as Publisher Actions(Need to include ‘Publisher’ as one of the locations in the Connected App settings)

JavaScript Pub-Sub library available to interact with the publisher

publisher.setupPanel

publisher.showPanel

publisher.setValidForSubmit

….

Page 20: Salesforce1 for developers

Canvas Apps - Feed

Canvas apps in the Feed(Need to include ‘Chatter Feed’ as one of

the locations in the Connected App settings)

Page 21: Salesforce1 for developers

Canvas Apps – Left Nav

Canvas apps in the Left Nav(Need to include ‘Mobile Nav’ as one of the

locations in the Connected App settings)

Page 22: Salesforce1 for developers

Flexi Pages

Flexi Pages – a collection of List Views and Publisher Actions that together define a particular ‘app’(For now, you need to define Flexi Pages in

Metadata XML and then add them via Workbench, IDE or Migration Tool)

Page 23: Salesforce1 for developers

Salesforce1 - The Bonus Tracks

Page 24: Salesforce1 for developers

Salesforce1 comes in two flavors

http://yourinstance.salesforce.com/one/one.app

Web version Hybrid version

Page 25: Salesforce1 for developers

The Salesforce1 Style Guide

http://sfdc-styleguide.herokuapp.com/

Page 26: Salesforce1 for developers

Salesforce1 Connected Apps

Manage and control which users/profiles use the Salesforce1 App

Page 27: Salesforce1 for developers

Configuring Smart Search in Salesforce1Pinning Objects in the Search results causes them to

show up at the top at the Recent section in Salesforce1

Page 28: Salesforce1 for developers

Notifications in Salesforce1

Notifications allow you to alert users when certain things happen using Salesforce1– In-app

– Push notifications

Things at currently (Spring ’14) trigger push notifications in the Hybrid App– Post to Chatter Profile

– Comment on your post

– @Mention

– Approval Request

– Task assignment

– Flagging an item as inappropriate

– Notifications from communities

Page 29: Salesforce1 for developers

Device Access in Salesforce1

PhoneGap/Cordova type device access is not available in the Salesforce1 app.

HOWEVER….

– Geolocation API

– <input type="file" accept="image/*"/> (for Camera access)

Page 30: Salesforce1 for developers

Salesforce1 Resources

Webinar: Intro to Salesforce1 Mobile App Development

Dreamforce Sessions – bit.ly/s1-df-sessions

Developer Guide – bit.ly/s1-dev-guide

Blogs:– 6 things you need to know: bit.ly/s1-6-things

– Mobile cards: bit.ly/s1-mobile-cards

– App Boogie Fever: bit.ly/s1-boogie

Page 31: Salesforce1 for developers

Follow Developer Force for the Latest News

@forcedotcom / #forcewebinar

Developer Force – Force.com Community

+Developer Force – Force.com Community

Developer Force

Developer Force Group


Recommended