Forward-Looking Statement 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.
Go Social! Salesforce Developers Salesforce Developers Salesforce Developers The video will be posted to YouTube & the webinar recap page (same URL as registration).This webinar is being recorded! @salesforcedevs
Have Questions? ● Don’t wait until the end to ask your question! ● Technical support will answer questions starting now. ● Respect Q&A etiquette ● Please don’t repeat questions. The support team is working their way down the queue. ● Stick around for live Q&A at the end ● Speakers will tackle more questions at the end, time-allowing ● Head to Developer Forums ● More questions? Visit developer.salesforce.com/forums
Agenda ● Lightning Platform and the advent of User Interface API ● Benefits and uses of the UI API ● Demo ● Roadmap ● Q&A
Lightning: One Platform, One Experience. Experience • Framework • Ecosystem
Salesforce Platform for Sales, Service, Communities and Force
Tools to help you create custom UI easier User Interface API Respond to metadata changes, e.g., Layouts, Pick lists, FLS, Sharing, and other declarative functions Lightning Data Service Provide JavaScript API and caching for record CRUD in your Lightning component — without requiring APEX
Smart payloads metadata + data Business logic clone and default values Form Factors mobile, tablet, desktop FLS and Sharing built-in Localization and Language Support Uses same org API limits User Interface API: Benefits
Demo React Native and Node.js Record Viewer apps: http://sforce.co/2AsIb7P User Interface API documentation: http://sforce.co/2yfSw0O
When to use the User Interface API ● What they’re for ● Responsive web pages with custom branding ● Native mobile apps with custom look-and-feel ● UI that reflects declarative metadata updates
When to use the User Interface API ● What they’re not for ● System integration, e.g. data uploads or extraction ● Building Lightning Components -- use force:recordData and other base components instead ● Apps that don’t get updated ● no support after 3 years (10 versions)
User Interface API: GA Endpoints ● Records ● Layouts and Object metadata ● Create, Edit, View modes ● Clone and default values ● Picklists and dependent picklists ● Child Relationships (Junction Lists) ● Binary uploads (i.e. Files)
User Interface API: GA Endpoints ● Actions ● List of Actions with metadata ● Navigation ● Favorites ● Search ● Dependent Lookups
Future User Interface API: GA Endpoints ETag Invalidation Headers List of Supported Standard Objects Dependent Picklist Graph List-View records List-View metadata Spring ‘18
Q & A Try Trailhead: trailhead.salesforce.com Join the conversation: @salesforcedevs
 Build custom user interfaces for your Salesforce data with the UI API

Build custom user interfaces for your Salesforce data with the UI API

  • 2.
    Forward-Looking Statement Statement underthe 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.
    Go Social! Salesforce Developers SalesforceDevelopers Salesforce Developers The video will be posted to YouTube & the webinar recap page (same URL as registration).This webinar is being recorded! @salesforcedevs
  • 4.
    Have Questions? ● Don’twait until the end to ask your question! ● Technical support will answer questions starting now. ● Respect Q&A etiquette ● Please don’t repeat questions. The support team is working their way down the queue. ● Stick around for live Q&A at the end ● Speakers will tackle more questions at the end, time-allowing ● Head to Developer Forums ● More questions? Visit developer.salesforce.com/forums
  • 5.
    Agenda ● Lightning Platformand the advent of User Interface API ● Benefits and uses of the UI API ● Demo ● Roadmap ● Q&A
  • 6.
    Lightning: One Platform,One Experience. Experience • Framework • Ecosystem
  • 7.
    Salesforce Platform forSales, Service, Communities and Force
  • 8.
    Tools to helpyou create custom UI easier User Interface API Respond to metadata changes, e.g., Layouts, Pick lists, FLS, Sharing, and other declarative functions Lightning Data Service Provide JavaScript API and caching for record CRUD in your Lightning component — without requiring APEX
  • 9.
    Smart payloads metadata +data Business logic clone and default values Form Factors mobile, tablet, desktop FLS and Sharing built-in Localization and Language Support Uses same org API limits User Interface API: Benefits
  • 10.
    Demo React Native andNode.js Record Viewer apps: http://sforce.co/2AsIb7P User Interface API documentation: http://sforce.co/2yfSw0O
  • 11.
    When to usethe User Interface API ● What they’re for ● Responsive web pages with custom branding ● Native mobile apps with custom look-and-feel ● UI that reflects declarative metadata updates
  • 12.
    When to usethe User Interface API ● What they’re not for ● System integration, e.g. data uploads or extraction ● Building Lightning Components -- use force:recordData and other base components instead ● Apps that don’t get updated ● no support after 3 years (10 versions)
  • 13.
    User Interface API:GA Endpoints ● Records ● Layouts and Object metadata ● Create, Edit, View modes ● Clone and default values ● Picklists and dependent picklists ● Child Relationships (Junction Lists) ● Binary uploads (i.e. Files)
  • 14.
    User Interface API:GA Endpoints ● Actions ● List of Actions with metadata ● Navigation ● Favorites ● Search ● Dependent Lookups
  • 15.
    Future User Interface API:GA Endpoints ETag Invalidation Headers List of Supported Standard Objects Dependent Picklist Graph List-View records List-View metadata Spring ‘18
  • 17.
    Q & A TryTrailhead: trailhead.salesforce.com Join the conversation: @salesforcedevs