SlideShare una empresa de Scribd logo
1 de 33
Descargar para leer sin conexión
Salesforce1 for ISVs
Jim Sinai
Sr Director, AppExchange & Platform Marketing
@jimsinai
Scott Effler
Sr. Manager, ISV Technical Evangelist
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.
Agenda
Understanding Salesforce1 Mobile
Advantages to Building with Salesforce1 Mobile
Key Design Principles for Salesforce1 Mobile
DEMO
3 Things to Get Started
What experience do you have building for
Salesforce1 Mobile?
we are listed as Salesforce1 Mobile Ready
on the AppExchange
we are building a production app
we have only played with it
we have not yet started
Quick Poll
What experience do you have building for
Salesforce1 Mobile?
we are listed as Salesforce1 Mobile Ready
on the AppExchange
we are building a production app
we have only played with it
we have not yet started
Quick Poll
12%
27%
30%
31%
Salesforce1: a Platform and an App
Salesforce1 Platform APIs
Salesforce1 App
Force.com Heroku1
ExactTarget
Fuel
Sales Cloud Service Cloud Marketing Cloud AppExchange Customer Apps
Salesforce1 Platform Services
Employees: Run Your Business From Your Phone
New Salesforce1 Mobile App Now Available
AppExchange Apps
CRM
Custom Apps
All your past
investments...
Feed First UI
Notifications Platform
Publisher Actions
...now in the future
Salesfor
ce1
Download
Salesforce1
Mobile App
today.
Salesforce1 Helps Define a Uniform Mobile Experience
Mobile Cards Compact Layouts
Salesforce1 Mobile App: Our UI and Features, Your Custom Apps
Publisher Actions &
Feed-First Notifications
Flexible Left Nav Menu
FlexiPages for instant
access to any record
Mobile Cards for inline
HTML5 & Visualforce
JavaScript SDK for
mobile dev anywere
Partners Are Publishing Next Generation Apps
Box
FileBoard
Kenandy
HP
eVariant
BMC
Elton
InsideSales
Introhive
DataHug
Bizable
MapAnything
Docusign
LinkedIn
TAS Group
FinancialForce
ServiceMax
WorkdayDropbox
ScanBizCards
Callidus Concur
Evernote
Cloud Craze
Launch the TaskRay
dashboard with quick
links to your task lists
Project page with a
quick overview and
tasks, organized by list
Create new tasks on
project records
“Simple, easy to use, great support” –
Joseph Bates, Daxko
Customers: Forbes, Honda,
Optimizely, EduNeering
Top Reviewed App
Top 50 Installed App
For SMB, Enterprise
Simple, fast project management
Get visibility into your team’s tasks
Deliver projects on time, on budget
APP OF THE WEEK
TASKRAY
by Bracket Labs
Track job progress with
log entries and job
completion percentages
Get Job Intel in one
place – track jobsite
teams, needs and
successes
Log coffee clock-ins and
frosty beverage clock-
outs, plus expenses and
materials
“Field Recon helped us get organized
and helped me feel more relaxed.
–Jake Burns, SouthDirekt
Customers: Concreate, 21st Century Equipment,
Decorative Concrete Resurfacing
For SMB, Enterprise
Project management for the
commercial construction industry
Manage everything about a job – timecards,
material usage, expenses, communications
FIELD RECON
by Workforce Recon
Industry: Construction
APP OF THE WEEK
Agenda
Understanding Salesforce1 Mobile
Advantages to Building with Salesforce1 Mobile
Key Design Principles for Salesforce1 Mobile
DEMO
3 Things to Get Started
Build & Deploy Mobile Apps Faster than Ever- No Mobile Devs!
You build & customize Force.com We distribute the app You’re app automatically mobile
Salesforce1 is a Key Focus for Salesforce
Since we launched, customers are adopting Salesforce1 faster than ever
It’s everything we talk about…
MOBILE READY
Callout at
sponsor booth
Callout on
AppExchange
Sales
Alignment
Inclusion in
Dreamforce
marketing
Marketing Opportunities
?
Salesforce1 Mobile Apps Are For All Salesforce Users
If you want to sell to Salesforce.com’s 100k+ customers, have a Salesforce1 Story
Salesforce Users using Salesforce1:
Inside Sales Field Sales Management Service Recruiters Operations
Agenda
Understanding Salesforce1 Mobile
Advantages to Building with Salesforce1 Mobile
Key Design Principles for Salesforce1 Mobile
DEMO
3 Things to Get Started
User the Salesforce1 Style Guide
http://sfdc-styleguide.herokuapp.com/
Keeping Visualforce pages consistent with the Salesforce1 look and feel
Visualforce in Salesforce1 – UI/UX considerations
Salesforce1 cannot auto-
magically (yes, it’s a word) make
Visualforce pages mobile-
optimized
Making Visualforce Pages Mobile Optimized
Mobile Design Templates
www.developerforce.com/mobile/
services/mobile-templates
Design VF pages taking the limited real-estate in mobile into account
Make sure to support the phone form factor
Develop for the mobile context
Use device features like geolocation, camera etc. where appropriate
Mobile version of the page/app does not have to support all the bells and whistles – less
is more
Optimize for your most common mobile use case – discovery, data entry, search etc.
Use Responsive Design principles (same as the Salesforce1 app)
Get all the Visualforce Tips & Tricks here:
DEVELOPER.SALESFORCE.COM
Make Your Actions Contextually Aware
Global Actions Object Specific Actions
For actions across the app For actions related to a specific object
Eg:
Build quote on opportunity
Create an account plan task on account
Complete delivery on delivery object
Four Salesforce1 UX Things NOT to Do
DON’T
Kick the user out of the
app to your app
DON’T
Add an extra / nested
menu on the left side
(ie only 1 stage left
menu)
DON’T
Don’t rebuild actions
and publishers (ie no
publisher or “+” on a
VF page)
DON’T
Don’t recreate push
notifications
Agenda
Understanding Salesforce1 Mobile
Advantages to Building with Salesforce1 Mobile
Key Design Principles for Salesforce1 Mobile
DEMO
3 Things to Get Started
Scott Effler
ISV Technical Evangelist
Pro Tip:
Add /one/one.app
to salesforce.com
Agenda
Understanding Salesforce1 Mobile
Advantages to Building with Salesforce1 Mobile
Key Design Principles for Salesforce1 Mobile
DEMO
3 Things to Get Started
Three Things to Get Started
1 2 3
Do a
brainstorm
session
Build a demo and
get feedback
Build your
app and
launch by
Dreamforce
FINAL NOTE: Don’t Forget to Tell Us When Your Launched
Your Launch Plan:
Tell us you’re ready to go and live- via a case with screenshots
Update your listing with screenshots, use cases, and demo videos
Tell the world- your emails, your website, at events,
Get customer stories (and share them with Salesforce)
1
2
3
4
Resources Coming Your Way
TODAY:
•  The technology
•  Resources at p.force.com/salesforce1
•  Great developer resources
–  Developer guides
–  Workbooks
–  Webinars
–  Discussion boards
COMING SOON:
•  Salesforce1 Press Template
•  New Salesforce1 Center on Partner Community
•  Salesforce1 Partner Office Hours
–  Brainstorm your idea with us…
–  Show us your demos
–  Share your app
Are you currently building or interested in
building a Salesforce1 Mobile Ready app by
Dreamforce (October 2014)?
definitely interested (and already building!)
mostly interested
somewhat interested
remotely interested
not at all interested
Quick Poll
Are you currently building or interested in
building a Salesforce1 Mobile Ready app by
Dreamforce (October 2014)?
definitely interested (and already building!)
mostly interested
somewhat interested
remotely interested
not at all interested
Quick Poll
50%
18%
23%
8%
1%
QUESTIONS
TODAY:
•  The technology
•  Resources at p.force.com/salesforce1
•  Great developer resources
–  Developer guides
–  Workbooks
–  Webinars
–  Discussion boards
COMING SOON:
•  Salesforce1 Press Template
•  New Salesforce1 Center on Partner Community
•  Salesforce1 Partner Office Hours
–  Brainstorm your idea with us…
–  Show us your demos
–  Share your app
Salesforce1 for ISVs Webinar (May 15, 2014)

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Best Practices Leveraging Salesforce1
Best Practices Leveraging Salesforce1Best Practices Leveraging Salesforce1
Best Practices Leveraging Salesforce1
 
Publish Your First App on the AppExchange
Publish Your First App on the AppExchangePublish Your First App on the AppExchange
Publish Your First App on the AppExchange
 
Launching an App on AppExchange - Knowing the Unknown
Launching an App on AppExchange - Knowing the UnknownLaunching an App on AppExchange - Knowing the Unknown
Launching an App on AppExchange - Knowing the Unknown
 
Publishing Your First Paid App on AppExchange: The Inside Scoop
Publishing Your First Paid App on AppExchange: The Inside ScoopPublishing Your First Paid App on AppExchange: The Inside Scoop
Publishing Your First Paid App on AppExchange: The Inside Scoop
 
Lightning App Builder: Build Apps Visually for Mobile
Lightning App Builder: Build Apps Visually for MobileLightning App Builder: Build Apps Visually for Mobile
Lightning App Builder: Build Apps Visually for Mobile
 
AppExchange Marketing Playbook: Generate Demand
AppExchange Marketing Playbook: Generate DemandAppExchange Marketing Playbook: Generate Demand
AppExchange Marketing Playbook: Generate Demand
 
APP Academy: Support Your Customers For Commercial Success (October 15, 2014)
APP Academy: Support Your Customers For Commercial Success (October 15, 2014)APP Academy: Support Your Customers For Commercial Success (October 15, 2014)
APP Academy: Support Your Customers For Commercial Success (October 15, 2014)
 
Winter '17 Lightning Navigation (August 23, 2016)
Winter '17 Lightning Navigation (August 23, 2016)Winter '17 Lightning Navigation (August 23, 2016)
Winter '17 Lightning Navigation (August 23, 2016)
 
DF15 Partner Zone (Replay!) Guide
DF15 Partner Zone (Replay!) GuideDF15 Partner Zone (Replay!) Guide
DF15 Partner Zone (Replay!) Guide
 
Appx for Developers
Appx for Developers   Appx for Developers
Appx for Developers
 
ISV Lightning Webinar Series - Part 2 (December 8, 2015)
ISV Lightning Webinar Series - Part 2 (December 8, 2015)ISV Lightning Webinar Series - Part 2 (December 8, 2015)
ISV Lightning Webinar Series - Part 2 (December 8, 2015)
 
AppExchange Partner Program Keynote - Dreamforce 2012- 9/18
AppExchange Partner Program Keynote - Dreamforce 2012- 9/18AppExchange Partner Program Keynote - Dreamforce 2012- 9/18
AppExchange Partner Program Keynote - Dreamforce 2012- 9/18
 
Salesforce Campus Tour - Declarative
Salesforce Campus Tour - DeclarativeSalesforce Campus Tour - Declarative
Salesforce Campus Tour - Declarative
 
AppExchange Marketing Program Overview (Spring ’16: February – April 2016 | S...
AppExchange Marketing Program Overview (Spring ’16: February – April 2016 | S...AppExchange Marketing Program Overview (Spring ’16: February – April 2016 | S...
AppExchange Marketing Program Overview (Spring ’16: February – April 2016 | S...
 
How to Launch Your AppExchange App at Dreamforce
How to Launch Your AppExchange App at DreamforceHow to Launch Your AppExchange App at Dreamforce
How to Launch Your AppExchange App at Dreamforce
 
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
 
Business App Bootcamp: London
Business App Bootcamp: LondonBusiness App Bootcamp: London
Business App Bootcamp: London
 
Partner Branding Guidelines
Partner Branding Guidelines Partner Branding Guidelines
Partner Branding Guidelines
 
Afternoon Session: Innovation and platform Architect Day
Afternoon Session: Innovation and platform Architect Day Afternoon Session: Innovation and platform Architect Day
Afternoon Session: Innovation and platform Architect Day
 
Three Simple Steps to Create a Thriving Mobile Community
Three Simple Steps to Create a Thriving Mobile CommunityThree Simple Steps to Create a Thriving Mobile Community
Three Simple Steps to Create a Thriving Mobile Community
 

Destacado

Destacado (6)

Building Salesforce1 Communities Apps with React Native and Flux
Building Salesforce1 Communities Apps with React Native and FluxBuilding Salesforce1 Communities Apps with React Native and Flux
Building Salesforce1 Communities Apps with React Native and Flux
 
Quickly Build a Native Mobile App for your Community using Salesforce Mobile SDK
Quickly Build a Native Mobile App for your Community using Salesforce Mobile SDKQuickly Build a Native Mobile App for your Community using Salesforce Mobile SDK
Quickly Build a Native Mobile App for your Community using Salesforce Mobile SDK
 
React Native
React NativeReact Native
React Native
 
Creating a Salesforce Community: Code vs Configuration
Creating a Salesforce Community: Code vs ConfigurationCreating a Salesforce Community: Code vs Configuration
Creating a Salesforce Community: Code vs Configuration
 
Intro to react native
Intro to react nativeIntro to react native
Intro to react native
 
Intro To React Native
Intro To React NativeIntro To React Native
Intro To React Native
 

Similar a Salesforce1 for ISVs Webinar (May 15, 2014)

Salesforce.com Mobile Dev Week Chicago DUG
Salesforce.com Mobile Dev Week Chicago DUGSalesforce.com Mobile Dev Week Chicago DUG
Salesforce.com Mobile Dev Week Chicago DUG
Tom Gersic
 
Salesforce1 for developers
Salesforce1 for developersSalesforce1 for developers
Salesforce1 for developers
David Scruggs
 
Building JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 PlatformBuilding JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 Platform
Salesforce Developers
 

Similar a Salesforce1 for ISVs Webinar (May 15, 2014) (20)

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)
 
Visualforce in Salesforce1: Optimizing your User Interface for Mobile
Visualforce in Salesforce1: Optimizing your User Interface for MobileVisualforce in Salesforce1: Optimizing your User Interface for Mobile
Visualforce in Salesforce1: Optimizing your User Interface for Mobile
 
AppExchange for Components First Call Deck
AppExchange for Components First Call DeckAppExchange for Components First Call Deck
AppExchange for Components First Call Deck
 
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)
 
APP Academy: Build Your First App (October 13, 2014)
APP Academy: Build Your First App (October 13, 2014)APP Academy: Build Your First App (October 13, 2014)
APP Academy: Build Your First App (October 13, 2014)
 
Salesforce1 for Developers
Salesforce1 for DevelopersSalesforce1 for Developers
Salesforce1 for Developers
 
Salesforce.com Mobile Dev Week Chicago DUG
Salesforce.com Mobile Dev Week Chicago DUGSalesforce.com Mobile Dev Week Chicago DUG
Salesforce.com Mobile Dev Week Chicago DUG
 
Salesforce1 for Developers
Salesforce1 for DevelopersSalesforce1 for Developers
Salesforce1 for Developers
 
ISV Beginners Guide to Building Salesforce1 Mobile Apps (October 14, 2014)
ISV Beginners Guide to Building Salesforce1 Mobile Apps (October 14, 2014)ISV Beginners Guide to Building Salesforce1 Mobile Apps (October 14, 2014)
ISV Beginners Guide to Building Salesforce1 Mobile Apps (October 14, 2014)
 
Building Mobile Apps on Salesforce Platform with Mobile SDK
Building Mobile Apps on Salesforce Platform with Mobile SDKBuilding Mobile Apps on Salesforce Platform with Mobile SDK
Building Mobile Apps on Salesforce Platform with Mobile SDK
 
Salesforce1 for developers
Salesforce1 for developersSalesforce1 for developers
Salesforce1 for developers
 
Salesforce Campus Tour - Developer Intro
Salesforce Campus Tour - Developer IntroSalesforce Campus Tour - Developer Intro
Salesforce Campus Tour - Developer Intro
 
Building JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 PlatformBuilding JavaScript Applications on the Salesforce1 Platform
Building JavaScript Applications on the Salesforce1 Platform
 
Customize the New Salesforce Mobile App with Lightning App Builder
Customize the New Salesforce Mobile App with Lightning App BuilderCustomize the New Salesforce Mobile App with Lightning App Builder
Customize the New Salesforce Mobile App with Lightning App Builder
 
Force.com Friday: Intro to Force.com
Force.com Friday: Intro to Force.comForce.com Friday: Intro to Force.com
Force.com Friday: Intro to Force.com
 
Lightning Experience for ISVs
Lightning Experience for ISVsLightning Experience for ISVs
Lightning Experience for ISVs
 
Using Visualforce in Salesforce1
Using Visualforce in Salesforce1Using Visualforce in Salesforce1
Using Visualforce in Salesforce1
 
Build Apps Visually with Lightning App Builder
Build Apps Visually with Lightning App BuilderBuild Apps Visually with Lightning App Builder
Build Apps Visually with Lightning App Builder
 
Singapore dev user group
Singapore   dev user groupSingapore   dev user group
Singapore dev user group
 
A Developer's Guide To Building Great Salesforce Consoles
A Developer's Guide To Building Great Salesforce ConsolesA Developer's Guide To Building Great Salesforce Consoles
A Developer's Guide To Building Great Salesforce Consoles
 

Más de Salesforce Partners

Salesforce Sales Professional Exam Prep
Salesforce Sales Professional Exam PrepSalesforce Sales Professional Exam Prep
Salesforce Sales Professional Exam Prep
Salesforce Partners
 

Más de Salesforce Partners (20)

ISV Monthly Tech Enablement (August 2017)
ISV Monthly Tech Enablement (August 2017)ISV Monthly Tech Enablement (August 2017)
ISV Monthly Tech Enablement (August 2017)
 
Partner Roadmap Webinar (August 3, 2017)
Partner Roadmap Webinar (August 3, 2017)Partner Roadmap Webinar (August 3, 2017)
Partner Roadmap Webinar (August 3, 2017)
 
Lightning Now for Consulting Partners
Lightning Now for Consulting PartnersLightning Now for Consulting Partners
Lightning Now for Consulting Partners
 
ISV Monthly Tech Enablement (July 2017)
ISV Monthly Tech Enablement (July 2017)ISV Monthly Tech Enablement (July 2017)
ISV Monthly Tech Enablement (July 2017)
 
Salesforce University - Guide to Certification Paths
Salesforce University - Guide to Certification PathsSalesforce University - Guide to Certification Paths
Salesforce University - Guide to Certification Paths
 
Salesforce Proficiency Pack for Administrators
Salesforce Proficiency Pack for AdministratorsSalesforce Proficiency Pack for Administrators
Salesforce Proficiency Pack for Administrators
 
Partner Roadmap Webinar (July 6, 2017)
Partner Roadmap Webinar (July 6, 2017)Partner Roadmap Webinar (July 6, 2017)
Partner Roadmap Webinar (July 6, 2017)
 
Environment Hub Fundamentals (Salesforce Partners)
Environment Hub Fundamentals (Salesforce Partners)Environment Hub Fundamentals (Salesforce Partners)
Environment Hub Fundamentals (Salesforce Partners)
 
Demo Environment Best Practices (Salesforce Partners)
Demo Environment Best Practices (Salesforce Partners)Demo Environment Best Practices (Salesforce Partners)
Demo Environment Best Practices (Salesforce Partners)
 
Choosing the Right Demo Environment (Salesforce Partners)
Choosing the Right Demo Environment (Salesforce Partners)Choosing the Right Demo Environment (Salesforce Partners)
Choosing the Right Demo Environment (Salesforce Partners)
 
Salesforce Sales Professional Exam Prep
Salesforce Sales Professional Exam PrepSalesforce Sales Professional Exam Prep
Salesforce Sales Professional Exam Prep
 
Einstein Analytics for Partners
Einstein Analytics for PartnersEinstein Analytics for Partners
Einstein Analytics for Partners
 
Sales Cloud Lightning Migration Best Practices
Sales Cloud Lightning Migration Best PracticesSales Cloud Lightning Migration Best Practices
Sales Cloud Lightning Migration Best Practices
 
AppExchange Tech Enablement June 2017
AppExchange Tech Enablement June 2017AppExchange Tech Enablement June 2017
AppExchange Tech Enablement June 2017
 
Roadmap Webinar Summer '17 (June 1, 2017)
Roadmap Webinar Summer '17 (June 1, 2017)Roadmap Webinar Summer '17 (June 1, 2017)
Roadmap Webinar Summer '17 (June 1, 2017)
 
FSL Implementation Guidance Part 1 (May 10, 2017)
FSL Implementation Guidance Part 1 (May 10, 2017)FSL Implementation Guidance Part 1 (May 10, 2017)
FSL Implementation Guidance Part 1 (May 10, 2017)
 
AMP Fall & Winter '17 Packages
AMP Fall & Winter '17 Packages AMP Fall & Winter '17 Packages
AMP Fall & Winter '17 Packages
 
ISV Monthly Tech Enablement (May 18, 2017)
ISV Monthly Tech Enablement (May 18, 2017)ISV Monthly Tech Enablement (May 18, 2017)
ISV Monthly Tech Enablement (May 18, 2017)
 
Sales Cloud Lightning Migration Best Practices (May 12, 2017)
Sales Cloud Lightning Migration Best Practices (May 12, 2017)Sales Cloud Lightning Migration Best Practices (May 12, 2017)
Sales Cloud Lightning Migration Best Practices (May 12, 2017)
 
FSL Implementation Guidance Part 1
FSL Implementation Guidance Part 1FSL Implementation Guidance Part 1
FSL Implementation Guidance Part 1
 

Último

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Último (20)

08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 

Salesforce1 for ISVs Webinar (May 15, 2014)

  • 1. Salesforce1 for ISVs Jim Sinai Sr Director, AppExchange & Platform Marketing @jimsinai Scott Effler Sr. Manager, ISV Technical Evangelist
  • 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.
  • 3. Agenda Understanding Salesforce1 Mobile Advantages to Building with Salesforce1 Mobile Key Design Principles for Salesforce1 Mobile DEMO 3 Things to Get Started
  • 4. What experience do you have building for Salesforce1 Mobile? we are listed as Salesforce1 Mobile Ready on the AppExchange we are building a production app we have only played with it we have not yet started Quick Poll
  • 5. What experience do you have building for Salesforce1 Mobile? we are listed as Salesforce1 Mobile Ready on the AppExchange we are building a production app we have only played with it we have not yet started Quick Poll 12% 27% 30% 31%
  • 6. Salesforce1: a Platform and an App Salesforce1 Platform APIs Salesforce1 App Force.com Heroku1 ExactTarget Fuel Sales Cloud Service Cloud Marketing Cloud AppExchange Customer Apps Salesforce1 Platform Services
  • 7. Employees: Run Your Business From Your Phone New Salesforce1 Mobile App Now Available AppExchange Apps CRM Custom Apps All your past investments... Feed First UI Notifications Platform Publisher Actions ...now in the future Salesfor ce1 Download Salesforce1 Mobile App today.
  • 8. Salesforce1 Helps Define a Uniform Mobile Experience Mobile Cards Compact Layouts
  • 9. Salesforce1 Mobile App: Our UI and Features, Your Custom Apps Publisher Actions & Feed-First Notifications Flexible Left Nav Menu FlexiPages for instant access to any record Mobile Cards for inline HTML5 & Visualforce JavaScript SDK for mobile dev anywere
  • 10. Partners Are Publishing Next Generation Apps Box FileBoard Kenandy HP eVariant BMC Elton InsideSales Introhive DataHug Bizable MapAnything Docusign LinkedIn TAS Group FinancialForce ServiceMax WorkdayDropbox ScanBizCards Callidus Concur Evernote Cloud Craze
  • 11. Launch the TaskRay dashboard with quick links to your task lists Project page with a quick overview and tasks, organized by list Create new tasks on project records “Simple, easy to use, great support” – Joseph Bates, Daxko Customers: Forbes, Honda, Optimizely, EduNeering Top Reviewed App Top 50 Installed App For SMB, Enterprise Simple, fast project management Get visibility into your team’s tasks Deliver projects on time, on budget APP OF THE WEEK TASKRAY by Bracket Labs
  • 12. Track job progress with log entries and job completion percentages Get Job Intel in one place – track jobsite teams, needs and successes Log coffee clock-ins and frosty beverage clock- outs, plus expenses and materials “Field Recon helped us get organized and helped me feel more relaxed. –Jake Burns, SouthDirekt Customers: Concreate, 21st Century Equipment, Decorative Concrete Resurfacing For SMB, Enterprise Project management for the commercial construction industry Manage everything about a job – timecards, material usage, expenses, communications FIELD RECON by Workforce Recon Industry: Construction APP OF THE WEEK
  • 13. Agenda Understanding Salesforce1 Mobile Advantages to Building with Salesforce1 Mobile Key Design Principles for Salesforce1 Mobile DEMO 3 Things to Get Started
  • 14. Build & Deploy Mobile Apps Faster than Ever- No Mobile Devs! You build & customize Force.com We distribute the app You’re app automatically mobile
  • 15. Salesforce1 is a Key Focus for Salesforce Since we launched, customers are adopting Salesforce1 faster than ever It’s everything we talk about… MOBILE READY Callout at sponsor booth Callout on AppExchange Sales Alignment Inclusion in Dreamforce marketing Marketing Opportunities ?
  • 16. Salesforce1 Mobile Apps Are For All Salesforce Users If you want to sell to Salesforce.com’s 100k+ customers, have a Salesforce1 Story Salesforce Users using Salesforce1: Inside Sales Field Sales Management Service Recruiters Operations
  • 17. Agenda Understanding Salesforce1 Mobile Advantages to Building with Salesforce1 Mobile Key Design Principles for Salesforce1 Mobile DEMO 3 Things to Get Started
  • 18. User the Salesforce1 Style Guide http://sfdc-styleguide.herokuapp.com/ Keeping Visualforce pages consistent with the Salesforce1 look and feel
  • 19. Visualforce in Salesforce1 – UI/UX considerations Salesforce1 cannot auto- magically (yes, it’s a word) make Visualforce pages mobile- optimized
  • 20. Making Visualforce Pages Mobile Optimized Mobile Design Templates www.developerforce.com/mobile/ services/mobile-templates Design VF pages taking the limited real-estate in mobile into account Make sure to support the phone form factor Develop for the mobile context Use device features like geolocation, camera etc. where appropriate Mobile version of the page/app does not have to support all the bells and whistles – less is more Optimize for your most common mobile use case – discovery, data entry, search etc. Use Responsive Design principles (same as the Salesforce1 app) Get all the Visualforce Tips & Tricks here: DEVELOPER.SALESFORCE.COM
  • 21. Make Your Actions Contextually Aware Global Actions Object Specific Actions For actions across the app For actions related to a specific object Eg: Build quote on opportunity Create an account plan task on account Complete delivery on delivery object
  • 22. Four Salesforce1 UX Things NOT to Do DON’T Kick the user out of the app to your app DON’T Add an extra / nested menu on the left side (ie only 1 stage left menu) DON’T Don’t rebuild actions and publishers (ie no publisher or “+” on a VF page) DON’T Don’t recreate push notifications
  • 23. Agenda Understanding Salesforce1 Mobile Advantages to Building with Salesforce1 Mobile Key Design Principles for Salesforce1 Mobile DEMO 3 Things to Get Started
  • 26. Agenda Understanding Salesforce1 Mobile Advantages to Building with Salesforce1 Mobile Key Design Principles for Salesforce1 Mobile DEMO 3 Things to Get Started
  • 27. Three Things to Get Started 1 2 3 Do a brainstorm session Build a demo and get feedback Build your app and launch by Dreamforce
  • 28. FINAL NOTE: Don’t Forget to Tell Us When Your Launched Your Launch Plan: Tell us you’re ready to go and live- via a case with screenshots Update your listing with screenshots, use cases, and demo videos Tell the world- your emails, your website, at events, Get customer stories (and share them with Salesforce) 1 2 3 4
  • 29. Resources Coming Your Way TODAY: •  The technology •  Resources at p.force.com/salesforce1 •  Great developer resources –  Developer guides –  Workbooks –  Webinars –  Discussion boards COMING SOON: •  Salesforce1 Press Template •  New Salesforce1 Center on Partner Community •  Salesforce1 Partner Office Hours –  Brainstorm your idea with us… –  Show us your demos –  Share your app
  • 30. Are you currently building or interested in building a Salesforce1 Mobile Ready app by Dreamforce (October 2014)? definitely interested (and already building!) mostly interested somewhat interested remotely interested not at all interested Quick Poll
  • 31. Are you currently building or interested in building a Salesforce1 Mobile Ready app by Dreamforce (October 2014)? definitely interested (and already building!) mostly interested somewhat interested remotely interested not at all interested Quick Poll 50% 18% 23% 8% 1%
  • 32. QUESTIONS TODAY: •  The technology •  Resources at p.force.com/salesforce1 •  Great developer resources –  Developer guides –  Workbooks –  Webinars –  Discussion boards COMING SOON: •  Salesforce1 Press Template •  New Salesforce1 Center on Partner Community •  Salesforce1 Partner Office Hours –  Brainstorm your idea with us… –  Show us your demos –  Share your app