"how to" build a salesforce1 mobile app

24
“How To” Build a Salesforce1 Mobile App Carlos Eiroa Kathy Lueckeman A Customer Success Webinar to Help You Connect With Your Students in a Whole New Way /Salesforce.comFoundation @SFDCFoundation

Upload: salesforce-foundation

Post on 07-May-2015

369 views

Category:

Education


6 download

DESCRIPTION

Learn more about Salesforce1 mobile app development in Through step-by-step instruction, you will learn how to create a Custom Action so users can easily interact with Salesforce on their mobile device.

TRANSCRIPT

Page 1: "How To" Build a Salesforce1 Mobile App

“How To” Build a Salesforce1 Mobile App

Carlos Eiroa

Kathy Lueckeman

A Customer Success Webinar to Help You

Connect With Your Students in a Whole New Way

/Salesforce.comFoundation

@SFDCFoundation

Page 2: "How To" Build a Salesforce1 Mobile App

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.

Page 3: "How To" Build a Salesforce1 Mobile App

Carlos Eiroa Senior Force.com Developer

@carloseiroa

Page 4: "How To" Build a Salesforce1 Mobile App

Agenda

• What is a Salesforce1 app?

• Examples: Types of Salesforce1 Actions

• Demos: How to Create Custom Actions

• Demo: Compact Layouts

• Chatter Actions

• Best Practices

• Q&A

Page 5: "How To" Build a Salesforce1 Mobile App

Salesforce1 Actions

Examples

Page 6: "How To" Build a Salesforce1 Mobile App

Salesforce1 Actions

•Global

– No parent

– Can be added to any layout

•Object-specific

– With parent

– Can only be added to record layout

Page 7: "How To" Build a Salesforce1 Mobile App

Example 1: “New Task” Global Standard Action

Page 8: "How To" Build a Salesforce1 Mobile App

Example 2: “Contact Quick Update” Custom Object-Specific Action

Page 9: "How To" Build a Salesforce1 Mobile App

Salesforce1 Actions

Demos

Page 10: "How To" Build a Salesforce1 Mobile App

Configuration Requirements

•Publisher Actions: Setup | Build | Customize | Chatter | Settings |

Enable Publisher Actions

•Feed tracking: Setup | Build | Customize | Chatter | Feed

Tracking

Page 11: "How To" Build a Salesforce1 Mobile App

New Action Basic Steps

1. Create the Action

1. Edit the Action Layout

1. Add Action to Page Layout

Page 12: "How To" Build a Salesforce1 Mobile App

Tutorial 1: adding “New Account” Standard Global Action

Page 13: "How To" Build a Salesforce1 Mobile App

Tutorial 2: creating “New Conference” Custom Global Action

Page 14: "How To" Build a Salesforce1 Mobile App

Tutorial 3: creating “Register for Conference” Custom Object-Specific Action

Page 15: "How To" Build a Salesforce1 Mobile App

Compact Layouts

Page 16: "How To" Build a Salesforce1 Mobile App

Contact Compact Layout

Page 17: "How To" Build a Salesforce1 Mobile App

Chatter Actions

Page 18: "How To" Build a Salesforce1 Mobile App

Contact Chatter Actions

Page 19: "How To" Build a Salesforce1 Mobile App

Summary

Page 20: "How To" Build a Salesforce1 Mobile App

Summary

• Two type of actions: Global and Object-Specific

• Global no predefined parent

• Object-Specific predefined parent

• You can create custom actions of both types

• First create the action, then add it to the layout

• All with point-and-click

Page 21: "How To" Build a Salesforce1 Mobile App

Best Practices

Page 22: "How To" Build a Salesforce1 Mobile App

Best Practices

• Leave feed as landing page

• Don't create mobile-specific Page Layouts. Use Action Layouts instead

• You cannot override “New” and “Edit” buttons

• Tell users to create records without parent from feed (through Global Actions)

• Tell users to create records with parent from detail view (through Custom Actions)

• Create quick update actions for object with many fields

Page 23: "How To" Build a Salesforce1 Mobile App

Q&A

Page 24: "How To" Build a Salesforce1 Mobile App