SlideShare a Scribd company logo
1 of 29
Download to read offline
Salesforce1: Every Developer is a
Mobile Developer
If you can build an app in Salesforce, you can build a
mobile app today

Samantha Ready, Salesforce.com, Developer Evangelist
@samantha_ready
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 any
litigation, risks associated with completed and any 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-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent
fiscal quarter. These 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.
Samantha Ready
Developer Evangelist
@samantha_ready
Entire Industries are Being Reinvented with Apps
Connect with Your Customers In a Whole New Way
Connected

Connected

Connected

Employees

social

Connected

Partners

Products

mobile

Customer

cloud

Customers
Salesforce Platform: Loved by Developers AND Business Users

Developers
Develop, package and instantly deploy apps
Access rich APIs and frameworks
Code in your favorite language:
Ruby, Java, Apex

Business Analysts
Add fields, design layouts, and manage users with
clicks, not code
Point-and-click workflow & business logic
Drag-and-drop reports and
dashboards
The Salesforce1 Customer Platform
Customer platform for connecting the next generation of apps, devices and customers

Sales Cloud

Service Cloud

Marketing Cloud

Platform

Cloud

.

Social

.

Mobile

.

Connected

AppExchange
Salesforce1 Platform: New APIs & Services Help You Go
Faster

apps

Custom Apps (SDK)

Salesforce1 App

API’s
SOAP | REST | Streaming | Bulk | Meta data | Tooling | Analytics

platform

Platform Services
Analytics | Geolocation | Identity | Notifications | Workflow | Messaging

ExactTarget Fuel
infrastructure

Force.com

Cloud Database & Multi-Tenant Infrastructure

Heroku
Build Employee Apps Fast with Salesforce1 App
All your past
investments...
All Your
Apps
All Your CRM
All Your
Customizations
All Your Devices

Download Salesforce App today.

...now in the future
Feed First UI

Notifications
Platform
Publisher
Actions
Agenda
Mobile Visualforce
Harnessing Chatter Publisher Actions
Force.com Canvas
Flexible Pages
Mobile Visualforce: HTML5
▪ docType=“html-5.0” standardStylesheets=“false”
▪ Add arbitrary components to Visualforce components that will be
“passed through” to rendered HTML
• prefix the attribute with "html-”
• used to improve usability with HTML5 features such as placeholder “ghost” text,
pattern client-side validation, and title help text attributes.

▪ <apex:input value=“{!ftext}” type=“email” />
Mobile Visualforce: Look & Feel
▪ Where can I put Visualforce Pages?
• Navigation Menu
• Publisher
• Record Homepage

▪ Standard styling looks out of place. Solution? Mobile templates!
▪ Navigation: sforce.one object
• Ex: sforce.one.navigateToRelatedList(relatedListId, parentRecordId)

▪ Use JS remoting for responsiveness
Demo
Let’s look at some
cool stuff!
Mobile Page Layouts
Use the enhanced page layout editor in the full Salesforce site to
customize the mobile page layout for an object
1. Record Related Information and Detail Pages
a.

Compact Layouts

2. Mobile Cards

1a

3. Publisher Actions

2
3
Mobile Cards
Display Visualforce or Related Lookups
1. Record header
2. Mobile cards display above all related items
3. Set width to 100%. It sizes automatically.
Mobile card content can’t be scrolled.
4. Control height from the PLE
5. Related lists display after mobile cards
Publisher Actions
Create actions and add them to the Chatter publisher
• Global vs Object Level
• Create actions
• Log-a-call actions
• Update actions
• Custom actions
•

VF

•

Canvas
Publisher Events: Visualforce
Field

Description

publisher.clearPanelState

Fired by the publisher when the page is deactivated or hidden.

publisher.close

Fired by the page to tell the publisher to close.

publisher.post

Fired by the publisher to indicate to the page that the Submit button
has been pressed.

publisher.refresh

Fired by the page to refresh the feed.

publisher.setupPanel

Fired by the publisher when the Chatter feed is initially loaded.

publisher.setValidForSubmit

Fired by the page to indicate to the publisher that the page is ready to
submit a payload. After this the Submit button becomes active.

publisher.showPanel

Fired by the publisher when the user selects a page in the publisher.
Indicates the page is being displayed.
Demo
Let’s look at some
cool stuff!
Force.com Canvas
Easily integrate a third-party Web application in Salesforce1
▪ Canvas can surface in Salesforce1 in two locations:
• Global publisher action
• Chatter feed item(pilot)
– via the publisher
– via the ConnectAPI

▪ When submitting with the Share button, you choose FeedItem type
• Text
• Link
• Canvas app
Publisher Events: Canvas
Field

Description

publisher.clearPanelState

Fired by the publisher when the canvas app is deactivated or hidden.

publisher.failure

Fired by the publisher when an error condition is encountered (ex. invalid data submitted).

publisher.getPayload

Fired by the publisher when the Share button is clicked. The payload contains like the
FeedItem information.

publisher.setupPanel

Fired by the publisher when the Chatter feed is initially loaded.

publisher.setPayload

Fired by the canvas app to indicate to the publisher that the content being sent to the
publisher should be shared in the feed item.

publisher.setValidForSubmit

Fired by the canvas app to indicate to the publisher that the canvas app is ready to submit
a payload. After this, the Share button becomes active.

publisher.showPanel

Fired by the publisher when the user selects a canvas app in the publisher. This event
indicates that the canvas app is being displayed.

publisher.success

Fired by the publisher after the Share button is clicked and data is successfully submitted.
Force.com Canvas
1.
2.
3. publisher.setValidForSubmit

publisher.setupPanel
publisher.showPanel

4. publisher.getPayload

5. publisher.setPayload
6. publisher.success
6. publisher.failure
6. publisher.clearPanelState
Demo
Let’s look at some
cool stuff!
Flexible Pages
If the page layout editor and Visualforce had a baby, it would be
a Flexi Page
▪ A type of custom layout.
▪ Allows you to add custom items to a page
▪ Can be a home page for a third-party app
▪ Can add directly into the Salesforce1 mobile navigation
What can a Flexi Page contain?
▪ Components that display list views
▪ Components that display a scoped list
of recently used items
▪ Global Chatter publisher actions
Flexi Pages vs Visualforce
Why would I make a FlexiPage over Visualforce?
▪ In another release or so, Flexi Pages will be editable by a
declarative tool
▪ Flexi pages have CSS built to match Salesforce1
▪ Built with Aura components (ie no viewstate) the same
framework as the rest of Salesforce1
Try it yourself!
In the DevZone:
• Quick Start Station
• Salesforce1 Developer Guide
• Salesforce1 Cheat Sheets
Breakout Session
• Mobilize Your Users with Salesforce1 - No Code Required!
Samantha Ready
@samantha_ready
Developer Evangelist,
Salesforce.com
We want to hear
from YOU!
Please take a moment to complete our
session survey
Surveys can be found in the “My Agenda”
portion of the Dreamforce app
Salesforce1: Every Developer is a Mobile Developer

More Related Content

What's hot

Salesforce API Series: Fast Parallel Data Loading with the Bulk API Webinar
Salesforce API Series: Fast Parallel Data Loading with the Bulk API WebinarSalesforce API Series: Fast Parallel Data Loading with the Bulk API Webinar
Salesforce API Series: Fast Parallel Data Loading with the Bulk API Webinar
Salesforce Developers
 

What's hot (20)

What is force.com?
What is force.com?What is force.com?
What is force.com?
 
Salesforce Data Structures
Salesforce Data StructuresSalesforce Data Structures
Salesforce Data Structures
 
Reinvent your App Dev Lifecycle with Continuous Delivery on Heroku
Reinvent your App Dev Lifecycle with Continuous Delivery on HerokuReinvent your App Dev Lifecycle with Continuous Delivery on Heroku
Reinvent your App Dev Lifecycle with Continuous Delivery on Heroku
 
Integrating Salesforce with Microsoft Office through Add-ins
Integrating Salesforce with Microsoft Office through Add-insIntegrating Salesforce with Microsoft Office through Add-ins
Integrating Salesforce with Microsoft Office through Add-ins
 
Enterprise Integration - Solution Patterns From the Field
Enterprise Integration - Solution Patterns From the FieldEnterprise Integration - Solution Patterns From the Field
Enterprise Integration - Solution Patterns From the Field
 
Salesforce Integration Patterns
Salesforce Integration PatternsSalesforce Integration Patterns
Salesforce Integration Patterns
 
Coding Apps in the Cloud with Force.com - Part 2
Coding Apps in the Cloud with Force.com - Part 2Coding Apps in the Cloud with Force.com - Part 2
Coding Apps in the Cloud with Force.com - Part 2
 
The Importance of Integration to Salesforce Success
The Importance of Integration to Salesforce SuccessThe Importance of Integration to Salesforce Success
The Importance of Integration to Salesforce Success
 
Unlock SAP - Release the potential of your existing backend systems with Sale...
Unlock SAP - Release the potential of your existing backend systems with Sale...Unlock SAP - Release the potential of your existing backend systems with Sale...
Unlock SAP - Release the potential of your existing backend systems with Sale...
 
App to AppExchange - A Journey from Idea to Market for Salesforce Developers
App to AppExchange - A Journey from Idea to Market for Salesforce DevelopersApp to AppExchange - A Journey from Idea to Market for Salesforce Developers
App to AppExchange - A Journey from Idea to Market for Salesforce Developers
 
Salesforce integration best practices columbus meetup
Salesforce integration best practices   columbus meetupSalesforce integration best practices   columbus meetup
Salesforce integration best practices columbus meetup
 
Introduction to salesforce ppt
Introduction to salesforce pptIntroduction to salesforce ppt
Introduction to salesforce ppt
 
“Salesforce Multi-tenant architecture”,
“Salesforce Multi-tenant architecture”,“Salesforce Multi-tenant architecture”,
“Salesforce Multi-tenant architecture”,
 
Understanding the Salesforce Architecture: How We Do the Magic We Do
Understanding the Salesforce Architecture: How We Do the Magic We DoUnderstanding the Salesforce Architecture: How We Do the Magic We Do
Understanding the Salesforce Architecture: How We Do the Magic We Do
 
Writing Code to Work Against any Salesforce Object
Writing Code to Work Against any Salesforce ObjectWriting Code to Work Against any Salesforce Object
Writing Code to Work Against any Salesforce Object
 
Salesforce API Series: Fast Parallel Data Loading with the Bulk API Webinar
Salesforce API Series: Fast Parallel Data Loading with the Bulk API WebinarSalesforce API Series: Fast Parallel Data Loading with the Bulk API Webinar
Salesforce API Series: Fast Parallel Data Loading with the Bulk API Webinar
 
Integrating with salesforce using platform events
Integrating with salesforce using platform eventsIntegrating with salesforce using platform events
Integrating with salesforce using platform events
 
Salesforce Integration Best Practices: How to Avoid SaaS Silos
Salesforce Integration Best Practices: How to Avoid SaaS SilosSalesforce Integration Best Practices: How to Avoid SaaS Silos
Salesforce Integration Best Practices: How to Avoid SaaS Silos
 
Build lightning components with salesforce dx
Build lightning components with salesforce dxBuild lightning components with salesforce dx
Build lightning components with salesforce dx
 
Use Custom Metadata Types for Easy ALM & Compliance for Your Custom Apps
Use Custom Metadata Types for Easy ALM & Compliance for Your Custom AppsUse Custom Metadata Types for Easy ALM & Compliance for Your Custom Apps
Use Custom Metadata Types for Easy ALM & Compliance for Your Custom Apps
 

Similar to Salesforce1: Every Developer is a Mobile Developer

Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Salesforce Developers
 
Salesforce1 for developers
Salesforce1 for developersSalesforce1 for developers
Salesforce1 for developers
David Scruggs
 

Similar to Salesforce1: Every Developer is a Mobile Developer (20)

Dive Deep Into the Force.com Canvas Framework
Dive Deep Into the Force.com Canvas FrameworkDive Deep Into the Force.com Canvas Framework
Dive Deep Into the Force.com Canvas Framework
 
Force.com Canvas: 2 Case Studies and a Roadmap
Force.com Canvas: 2 Case Studies and a RoadmapForce.com Canvas: 2 Case Studies and a Roadmap
Force.com Canvas: 2 Case Studies and a Roadmap
 
ISV Advanced Guide to Building a Salesforce1 Mobile App (October 14, 2014)
ISV Advanced Guide to Building a Salesforce1 Mobile App (October 14, 2014)ISV Advanced Guide to Building a Salesforce1 Mobile App (October 14, 2014)
ISV Advanced Guide to Building a Salesforce1 Mobile App (October 14, 2014)
 
Salesforce1 for ISVs Webinar (July 17, 2014)
Salesforce1 for ISVs Webinar (July 17, 2014)Salesforce1 for ISVs Webinar (July 17, 2014)
Salesforce1 for ISVs Webinar (July 17, 2014)
 
Make Your App Lightning Ready with Winter '17 (December 8, 2016)
Make Your App Lightning Ready with Winter '17 (December 8, 2016)Make Your App Lightning Ready with Winter '17 (December 8, 2016)
Make Your App Lightning Ready with Winter '17 (December 8, 2016)
 
Force.com Canvas in the Publisher and Chatter Feed
Force.com Canvas in the Publisher and Chatter FeedForce.com Canvas in the Publisher and Chatter Feed
Force.com Canvas in the Publisher and Chatter Feed
 
Trailhead live - Overview of Salesforce App Cloud
Trailhead live - Overview of Salesforce App CloudTrailhead live - Overview of Salesforce App Cloud
Trailhead live - Overview of Salesforce App Cloud
 
AppExchange for Components First Call Deck
AppExchange for Components First Call DeckAppExchange for Components First Call Deck
AppExchange for Components First Call Deck
 
Salesforce1 for Developers
Salesforce1 for DevelopersSalesforce1 for Developers
Salesforce1 for Developers
 
New Lightning Experience: Build Custom Apps in a Flash
New Lightning Experience: Build Custom Apps in a FlashNew Lightning Experience: Build Custom Apps in a Flash
New Lightning Experience: Build Custom Apps in a Flash
 
Salesforce Summer 19 Release Overview
Salesforce Summer 19 Release OverviewSalesforce Summer 19 Release Overview
Salesforce Summer 19 Release Overview
 
Build Faster with Base Lightning Components
Build Faster with Base Lightning ComponentsBuild Faster with Base Lightning Components
Build Faster with Base Lightning Components
 
Lightning Experience for ISVs
Lightning Experience for ISVsLightning Experience for ISVs
Lightning Experience for ISVs
 
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
Force.com Canvas: Salesforce1, SAML, & Apex...Oh My!
 
Developing Salesforce Console Apps with Visualforce & the Integration Toolkit
Developing Salesforce Console Apps with Visualforce & the Integration ToolkitDeveloping Salesforce Console Apps with Visualforce & the Integration Toolkit
Developing Salesforce Console Apps with Visualforce & the Integration Toolkit
 
Building Lightning Components for ISVs (Dreamforce 2015)
Building Lightning Components for ISVs (Dreamforce 2015)Building Lightning Components for ISVs (Dreamforce 2015)
Building Lightning Components for ISVs (Dreamforce 2015)
 
Salesforce1 for developers
Salesforce1 for developersSalesforce1 for developers
Salesforce1 for developers
 
Salesforce1 for ISVs Webinar (May 15, 2014)
Salesforce1 for ISVs Webinar (May 15, 2014)Salesforce1 for ISVs Webinar (May 15, 2014)
Salesforce1 for ISVs Webinar (May 15, 2014)
 
Trailhead in a Box & Winter 20 Release
Trailhead in a Box & Winter 20 ReleaseTrailhead in a Box & Winter 20 Release
Trailhead in a Box & Winter 20 Release
 
Salesforce Lightning component framework from 0 to app
Salesforce Lightning component framework from 0 to appSalesforce Lightning component framework from 0 to app
Salesforce Lightning component framework from 0 to app
 

More from Salesforce Developers

More from Salesforce Developers (20)

Sample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce DevelopersSample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce Developers
 
Maximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component PerformanceMaximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component Performance
 
Local development with Open Source Base Components
Local development with Open Source Base ComponentsLocal development with Open Source Base Components
Local development with Open Source Base Components
 
TrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsTrailheaDX India : Developer Highlights
TrailheaDX India : Developer Highlights
 
Why developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX IndiaWhy developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX India
 
CodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local DevelopmentCodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local Development
 
CodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web ComponentsCodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web Components
 
Enterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web ComponentsEnterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web Components
 
TrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsTrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer Highlights
 
Live coding with LWC
Live coding with LWCLive coding with LWC
Live coding with LWC
 
Lightning web components - Episode 4 : Security and Testing
Lightning web components  - Episode 4 : Security and TestingLightning web components  - Episode 4 : Security and Testing
Lightning web components - Episode 4 : Security and Testing
 
LWC Episode 3- Component Communication and Aura Interoperability
LWC Episode 3- Component Communication and Aura InteroperabilityLWC Episode 3- Component Communication and Aura Interoperability
LWC Episode 3- Component Communication and Aura Interoperability
 
Lightning web components episode 2- work with salesforce data
Lightning web components   episode 2- work with salesforce dataLightning web components   episode 2- work with salesforce data
Lightning web components episode 2- work with salesforce data
 
Lightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An IntroductionLightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An Introduction
 
Migrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCPMigrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCP
 
Scale with Large Data Volumes and Big Objects in Salesforce
Scale with Large Data Volumes and Big Objects in SalesforceScale with Large Data Volumes and Big Objects in Salesforce
Scale with Large Data Volumes and Big Objects in Salesforce
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data Capture
 
Modern Development with Salesforce DX
Modern Development with Salesforce DXModern Development with Salesforce DX
Modern Development with Salesforce DX
 
Get Into Lightning Flow Development
Get Into Lightning Flow DevelopmentGet Into Lightning Flow Development
Get Into Lightning Flow Development
 
Integrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS ConnectIntegrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS Connect
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 

Salesforce1: Every Developer is a Mobile Developer

  • 1. Salesforce1: Every Developer is a Mobile Developer If you can build an app in Salesforce, you can build a mobile app today Samantha Ready, Salesforce.com, Developer Evangelist @samantha_ready
  • 2. 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 any litigation, risks associated with completed and any 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-K for the most recent fiscal year and in our quarterly report on Form 10-Q for the most recent fiscal quarter. These 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.
  • 4. Entire Industries are Being Reinvented with Apps
  • 5. Connect with Your Customers In a Whole New Way Connected Connected Connected Employees social Connected Partners Products mobile Customer cloud Customers
  • 6. Salesforce Platform: Loved by Developers AND Business Users Developers Develop, package and instantly deploy apps Access rich APIs and frameworks Code in your favorite language: Ruby, Java, Apex Business Analysts Add fields, design layouts, and manage users with clicks, not code Point-and-click workflow & business logic Drag-and-drop reports and dashboards
  • 7. The Salesforce1 Customer Platform Customer platform for connecting the next generation of apps, devices and customers Sales Cloud Service Cloud Marketing Cloud Platform Cloud . Social . Mobile . Connected AppExchange
  • 8. Salesforce1 Platform: New APIs & Services Help You Go Faster apps Custom Apps (SDK) Salesforce1 App API’s SOAP | REST | Streaming | Bulk | Meta data | Tooling | Analytics platform Platform Services Analytics | Geolocation | Identity | Notifications | Workflow | Messaging ExactTarget Fuel infrastructure Force.com Cloud Database & Multi-Tenant Infrastructure Heroku
  • 9. Build Employee Apps Fast with Salesforce1 App All your past investments... All Your Apps All Your CRM All Your Customizations All Your Devices Download Salesforce App today. ...now in the future Feed First UI Notifications Platform Publisher Actions
  • 10. Agenda Mobile Visualforce Harnessing Chatter Publisher Actions Force.com Canvas Flexible Pages
  • 11. Mobile Visualforce: HTML5 ▪ docType=“html-5.0” standardStylesheets=“false” ▪ Add arbitrary components to Visualforce components that will be “passed through” to rendered HTML • prefix the attribute with "html-” • used to improve usability with HTML5 features such as placeholder “ghost” text, pattern client-side validation, and title help text attributes. ▪ <apex:input value=“{!ftext}” type=“email” />
  • 12. Mobile Visualforce: Look & Feel ▪ Where can I put Visualforce Pages? • Navigation Menu • Publisher • Record Homepage ▪ Standard styling looks out of place. Solution? Mobile templates! ▪ Navigation: sforce.one object • Ex: sforce.one.navigateToRelatedList(relatedListId, parentRecordId) ▪ Use JS remoting for responsiveness
  • 13. Demo Let’s look at some cool stuff!
  • 14. Mobile Page Layouts Use the enhanced page layout editor in the full Salesforce site to customize the mobile page layout for an object 1. Record Related Information and Detail Pages a. Compact Layouts 2. Mobile Cards 1a 3. Publisher Actions 2 3
  • 15. Mobile Cards Display Visualforce or Related Lookups 1. Record header 2. Mobile cards display above all related items 3. Set width to 100%. It sizes automatically. Mobile card content can’t be scrolled. 4. Control height from the PLE 5. Related lists display after mobile cards
  • 16. Publisher Actions Create actions and add them to the Chatter publisher • Global vs Object Level • Create actions • Log-a-call actions • Update actions • Custom actions • VF • Canvas
  • 17. Publisher Events: Visualforce Field Description publisher.clearPanelState Fired by the publisher when the page is deactivated or hidden. publisher.close Fired by the page to tell the publisher to close. publisher.post Fired by the publisher to indicate to the page that the Submit button has been pressed. publisher.refresh Fired by the page to refresh the feed. publisher.setupPanel Fired by the publisher when the Chatter feed is initially loaded. publisher.setValidForSubmit Fired by the page to indicate to the publisher that the page is ready to submit a payload. After this the Submit button becomes active. publisher.showPanel Fired by the publisher when the user selects a page in the publisher. Indicates the page is being displayed.
  • 18. Demo Let’s look at some cool stuff!
  • 19. Force.com Canvas Easily integrate a third-party Web application in Salesforce1 ▪ Canvas can surface in Salesforce1 in two locations: • Global publisher action • Chatter feed item(pilot) – via the publisher – via the ConnectAPI ▪ When submitting with the Share button, you choose FeedItem type • Text • Link • Canvas app
  • 20. Publisher Events: Canvas Field Description publisher.clearPanelState Fired by the publisher when the canvas app is deactivated or hidden. publisher.failure Fired by the publisher when an error condition is encountered (ex. invalid data submitted). publisher.getPayload Fired by the publisher when the Share button is clicked. The payload contains like the FeedItem information. publisher.setupPanel Fired by the publisher when the Chatter feed is initially loaded. publisher.setPayload Fired by the canvas app to indicate to the publisher that the content being sent to the publisher should be shared in the feed item. publisher.setValidForSubmit Fired by the canvas app to indicate to the publisher that the canvas app is ready to submit a payload. After this, the Share button becomes active. publisher.showPanel Fired by the publisher when the user selects a canvas app in the publisher. This event indicates that the canvas app is being displayed. publisher.success Fired by the publisher after the Share button is clicked and data is successfully submitted.
  • 21. Force.com Canvas 1. 2. 3. publisher.setValidForSubmit publisher.setupPanel publisher.showPanel 4. publisher.getPayload 5. publisher.setPayload 6. publisher.success 6. publisher.failure 6. publisher.clearPanelState
  • 22. Demo Let’s look at some cool stuff!
  • 23. Flexible Pages If the page layout editor and Visualforce had a baby, it would be a Flexi Page ▪ A type of custom layout. ▪ Allows you to add custom items to a page ▪ Can be a home page for a third-party app ▪ Can add directly into the Salesforce1 mobile navigation
  • 24. What can a Flexi Page contain? ▪ Components that display list views ▪ Components that display a scoped list of recently used items ▪ Global Chatter publisher actions
  • 25. Flexi Pages vs Visualforce Why would I make a FlexiPage over Visualforce? ▪ In another release or so, Flexi Pages will be editable by a declarative tool ▪ Flexi pages have CSS built to match Salesforce1 ▪ Built with Aura components (ie no viewstate) the same framework as the rest of Salesforce1
  • 26. Try it yourself! In the DevZone: • Quick Start Station • Salesforce1 Developer Guide • Salesforce1 Cheat Sheets Breakout Session • Mobilize Your Users with Salesforce1 - No Code Required!
  • 28. We want to hear from YOU! Please take a moment to complete our session survey Surveys can be found in the “My Agenda” portion of the Dreamforce app