SlideShare a Scribd company logo
Wave App Development
Skip Sauls
Director, Product Management
@SkipSauls
Salesforce
Forward Looking Statements
•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
Introduction
Apps for Everyone
Architecture
Assets
API
Components
Roadmap
Q&A
Introduction

Recommended for you

Unleash the Power of Apex Realtime Debugger
Unleash the Power of Apex Realtime DebuggerUnleash the Power of Apex Realtime Debugger
Unleash the Power of Apex Realtime Debugger

Greg Wester introduces Apex Realtime Debugger, a new tool that allows developers to debug Apex code and triggers live in sandboxes and production environments. It instruments the platform to observe Apex code execution and provides unit tests, debug logs, and an interactive debugger. This helps developers reproduce and fix bugs that may only appear in complex sandbox and production environments due to differences from developer orgs in metadata, data, and managed code. The debugger can be used to debug async Apex code and works like a local debugger with a dedicated leased line session. It is generally available with licenses assigned per org and can be trialed.

salesforce developerstrailheadx
Building BOTS on App Cloud
Building BOTS on App CloudBuilding BOTS on App Cloud
Building BOTS on App Cloud

Bots are redefining the way users engage with applications, and natural language is the new UI! Bots allow users to access information in an unstructured manner, using natural language and from wherever they happen to be without having to switch context and load a dedicated app. The possibilities are endless! Join us in this session as we explore how to build Salesforce-powered bots for Facebook Messenger, Slack, Alexa, and Chatter.

salesforce developerstrailheadx
Lightning customization with lightning app builder
Lightning customization with lightning app builderLightning customization with lightning app builder
Lightning customization with lightning app builder

This webinar shows you how developers can use declarative tools like the Lightning App Builder to make apps more quickly than ever.

Data + Insights + Actions
Analytics Apps
Next Generation Insight
Apps for Everyone
Salesforce
Apps
Partner
Apps
Customer
Apps
Sales Wave Service Wave Marketing Wave
Event
Monitoring Wave
Apps for Everyone

Recommended for you

Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Build, Manage, and Deploy Mobile Apps Faster with App Cloud MobileBuild, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile

Want to build mobile apps faster with the new App Cloud Mobile? In this session, learn from Salesforce mobile development experts as they show you how to build, deploy and manage mobile applications using the Mobile SDK, Heroku, Lightning Components and the Salesforce1 mobile app. In this exclusive webinar you'll learn about - Developing apps for iOS, Android and Hybrid Mobile environments with App Cloud Mobile - Using Heroku as Mobile Backend as a Service (MBaaS) - Building and Deploying Mobile Apps with Salesforce1

salesforce developersapp cloud mobile
The Business of Flow - Point and Click Workflow Applications
The Business of Flow - Point and Click Workflow ApplicationsThe Business of Flow - Point and Click Workflow Applications
The Business of Flow - Point and Click Workflow Applications

Salesforce Visual Workflow is a power "clicks not code" tool you can use to automate work and build workflow applications. In this session we'll cover two in-depth real work workflow applications built by customers using Visual Workflow. They'll detail their use case, show how they got started, what it took to build, and demo their applications. Watch the video now: https://www.youtube.com/watch?v=2PhDeQgKzLY

salesforcedreamforce
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

This document provides an overview of Lightning Web Components Episode 2 which focuses on working with Salesforce data. It discusses how the Lightning Data Service and UI API are used to retrieve and display Salesforce record data. It also demonstrates how to use wire services to connect Lightning Web Components to Apex methods to retrieve and manipulate data. The document concludes with instructions for configuring Lightning Web Components to be used in the Lightning App Builder.

lightning web componentslwcsalesforce
Salesforce
Apps
Partner
Apps
Customer
Apps
Sales Wave Service Wave Pardot Wave Admin Wave
Apps for Everyone
Salesforce
Apps
Partner
Apps
Customer
Apps
Sales Wave Service Wave Pardot Wave Admin Wave
Apps for Everyone
Salesforce
Apps
Partner
Apps
Customer
Apps
Sales Wave Service Wave Pardot Wave Admin Wave
Apps for Everyone
Salesforce
Apps
Partner
Apps
Customer
Apps
Sales Wave Service Wave Pardot Wave Admin Wave
Apps for Everyone

Recommended for you

Build your API with Force.com and Heroku
Build your API with Force.com and HerokuBuild your API with Force.com and Heroku
Build your API with Force.com and Heroku

This document discusses building an API with Force.com and Heroku. It provides an overview of key considerations for designing and building an API, including choosing REST principles, authentication methods, caching, and development tools. It also highlights some best practices like prototyping with the REST API and versioning Apex classes, as well as potential Force.com limitations around downtime and testing.

force.comjeff douglassalesforce.com
Introduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime PlatformIntroduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime Platform

With the MuleSoft Anypoint Platform, you can build scalable data integrations and flows across any application, data source, and device - whether in the cloud or on-premise.

mulesoftsalesforce developerssalesforce
Lightning Data Service: Eliminate Your Need to Load Records Through Controllers
Lightning Data Service: Eliminate Your Need to Load Records Through ControllersLightning Data Service: Eliminate Your Need to Load Records Through Controllers
Lightning Data Service: Eliminate Your Need to Load Records Through Controllers

The Lightning Data Service is a centralized data broker and data caching framework for record data in lightning components. By using the Lightning Data Service, components share a single copy of the record data and eliminates the need to refresh other components when a record is updated. The service is also pre-integrated into the Aura Storage Service for automatic offline caching. Come meet the team responsible for the service and learn how to integrate Lightning Data Service into your component.

salesforce.comsalesforce developersdf15
ISV Launch Partnes
Apps for Everyone - ISV Apps
Demo - Apps
Architecture

Recommended for you

Modern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesModern App Dev: Modular Development Strategies
Modern App Dev: Modular Development Strategies

This webinar focuses on what’s available for app delivery and development lifecycles on the Salesforce platform. We’ll walk through a real-life scenario that spans VS Code, the Salesforce CLI, sandboxes, scratch orgs, and packaging. Join us and learn patterns and considerations that you can immediately use to modernize your development using Salesforce DX.

webinarsalesforcesalesforce developers
Understanding Salesforce Streaming API
Understanding Salesforce Streaming APIUnderstanding Salesforce Streaming API
Understanding Salesforce Streaming API

This document provides an introduction to RealTime Force, Salesforce's streaming API. It begins with an overview and safe harbor statement, then outlines the agenda which includes introducing RealTime Force, demonstrating a sample application, walking through the code, and a Q&A. Key points covered include how the streaming API delivers near real-time notifications using comet technology without counting against API limits. It also discusses how to get started by creating a Visualforce page, adding CometD JavaScript client code, and asynchronously waiting for and handling events. Code examples are provided for the Apex page, CometD client initialization, and event handling.

salesforcesalesforce.comcloud computing
Lightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce DevelopersLightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce Developers

Visualforce apps can be adapted to the Lightning Experience and drive large-scale adoption. Join us for this exclusive webinar to learn about how Visualforce works with Lightning components and the Lightning Design System. You’ll learn about the right tools and best practices to create best in class solutions for Lightning Experience development.

Architecture
Wave & Force.com
Assets
Dataset
• Contains a set of source data
• Formatted and optimized for interactive exploration
• Created using the Dataset Builder or 3rd party tools
Dataset Builder

Recommended for you

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)

This document provides an overview of building Lightning components for ISVs. It begins with an introduction to Lightning components and their key features. Examples of different types of components like maps and charts are shown. The document demonstrates how to build a simple Lightning component. It also covers using components in Visualforce and the Lightning App Builder. Partner examples and resources for developing components are provided.

Lightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & BeyondLightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & Beyond

With every new release, we open up new possibilities for Salesforce development. In this webinar, we'll discuss the recent Summer '17 release, the upcoming Winter '18 release, and what it means for your orgs. We'll fire up the Developer Console, and dive into topics including The Salesforce Lightning Design System, Lightning Data Service and standard overrides. As we love to live dangerously, we'll even do some live coding! In this exclusive webinar, you'll learn about - Lightning Components - Lightning Data Service - Standard Action Overrides with Lightning Components

salesforcewebinarlightning components
Summer '18 Developer Highlights
Summer '18 Developer HighlightsSummer '18 Developer Highlights
Summer '18 Developer Highlights

The document provides an overview of new features and enhancements in the Summer '18 release for Salesforce developers. It includes highlights for Lightning Components, Einstein Platform Services, Apex, debugging tools, packaging, and metadata. A question and answer session followed the content overview with topics such as resetting an Einstein Platform Services private key, increased debug log limits, and the new unlocked packaging feature.

• Instructions for ELT (Extract, Load, Transform)
• Defined in a JSON file
• Executed at specified intervals (1 hour minimum)
Dataflow
Dataflow Monitor
• A view into a dataset’s data, generated from a dataset
• Allows for exploratory analysis and exploration
• Generates SAQL
Lens
Lens Explorer
• Salesforce Analytics Query Language
• Used by lenses, dashboards, and apps
• Use in Custom Apps via REST
SAQL
Query Editor
• A curated view of charts, metrics, and tables
• Based on the data in one or more lenses
• Runtime view of Wave analytics data
Dashboard
Dashboard Designer

Recommended for you

Salesforce Mobile architecture introduction
Salesforce Mobile architecture introductionSalesforce Mobile architecture introduction
Salesforce Mobile architecture introduction

- The document discusses mobile architecture and strategies for building mobile apps. It provides examples of native, hybrid, and web app approaches. - Key aspects of the Salesforce mobile platform are highlighted including accessing data from any source, adding social collaboration features, leveraging business logic, and using a single identity system. - Examples are given of companies like AXA, Zimmer, and Critical Systems that built successful mobile apps using the Salesforce platform.

salesforce1 mobile sdksalesforce1 app
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 gives JavaScript developers a web standards-based path to building apps on the Salesforce Lightning Platform. In the third episode of our five part series on Lightning Web Components, we cover design considerations and compositions of Lightning Web Components.

lwclightning web componentssalesforce
Forcelandia Salesforce CI
Forcelandia Salesforce CIForcelandia Salesforce CI
Forcelandia Salesforce CI

The document discusses team development and continuous integration on the Force.com platform. It recommends critical components for success like issue tracking, source control, code review, and continuous integration. It provides examples of tools that can be used for these components, such as JIRA for issue tracking, GitHub for source control, and Snap CI for continuous integration. Regularly deploying code changes to a staging sandbox and conducting code reviews allows teams to catch errors early and ensure high quality code.

salesforce ci
• A collection of dashboards, lenses, and datasets
• Logically behaves like a folder
• Allows for sharing within and between orgs (via packaging)
App
Sales Wave
API
Proper Force.com API
• Built on the Connect/Chatter API platform
• Salesforce authentication (OAuth, SAML, etc.)
• JSON first (and only!)
• Very high limits - 5K per hour
Primary Endpoints
/services/data/v37.0/wave
/services/data/v37.0/wave/dashboards
/services/data/v37.0/wave/dataflows (pilot)
/services/data/v37.0/wave/datasets
/services/data/v37.0/wave/folders
/services/data/v37.0/wave/lenses
/services/data/v37.0/wave/query

Recommended for you

Heroku Demo
Heroku DemoHeroku Demo
Heroku Demo

This document discusses leveraging Salesforce Apex and SOQL skills on Heroku using Java and Postgres. It provides an overview of the architecture and technologies. A use case is described where Salesforce data is synced to Postgres on Heroku, data analysis is performed, and insights are posted back to Salesforce. Resources and tools for getting started are also listed.

salesforceherokuforcelandia
Dev Tools for Admins - Forcelandia 2016
Dev Tools for Admins - Forcelandia 2016Dev Tools for Admins - Forcelandia 2016
Dev Tools for Admins - Forcelandia 2016

This document provides an overview of different development tools that can be used by Salesforce admins, including Workbench, the Developer Console, Sublime Text with MavensMate, and Git with GitHub. It describes how each tool allows users to write and edit code, run tests, view logs and metadata, deploy changes, and collaborate with other developers.

Forcelandia 2016 PK Chunking
Forcelandia 2016 PK ChunkingForcelandia 2016 PK Chunking
Forcelandia 2016 PK Chunking

This document discusses a technique called PK chunking that can be used to efficiently query and retrieve data from very large Salesforce objects with millions of records. PK chunking works by dividing the object into parallel "chunks" using the primary key (PK) IDs, then querying each chunk separately to avoid timeouts and selective query errors. The document explains two implementations of PK chunking - Query Locator PK Chunking (QLPK) which uses the Salesforce query locator to define ID ranges, and Base62PK Chunking which extrapolates ID ranges from the first and last IDs. It provides examples of how to implement PK chunking using JavaScript remoting actions to query the chunks in parallel on the client.

salesforceportlanddata
Components
Lighting Components - App Builder
Visualforce Components
• Visualforce
<apex:page >
<wave:dashboard developerName="Pipe_Review" height="700px"/>
</apex:page>
• Lightning
• Component not yet public, but will be similar
Fun Fact - The Visualforce component is a Lightning Component
Markup

Recommended for you

Tanner Ellen - Forcelandia 2016 - Dev Stack.pptx
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptxTanner Ellen - Forcelandia 2016 - Dev Stack.pptx
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptx

Forcelandia SalesForce session on the dev stack we use to develop SalesForce Canvas apps and web apps using Vagrant and ngrok. https://appexchange.salesforce.com/listingDetail?listingId=a0N30000000qp64EAA

web developmentngrokhtml5
Tree Traversal #SalesforceSaturday
Tree Traversal #SalesforceSaturdayTree Traversal #SalesforceSaturday
Tree Traversal #SalesforceSaturday

This document discusses trees and tree traversal in JavaScript and Apex for Salesforce developers. It defines key tree structure concepts like nodes, roots, parents, and children. It also explains the different types of tree traversal including preorder, postorder, and inorder depth first traversal as well as levelorder breadth first traversal. Resources are provided for code samples and further reading on converting flat data to nested trees in JavaScript.

2016 Salesforce Denver User Group Salary Survey
2016 Salesforce Denver User Group Salary Survey2016 Salesforce Denver User Group Salary Survey
2016 Salesforce Denver User Group Salary Survey

This document summarizes the results of the 2016 Colorado Salesforce salary survey conducted by the Denver User Group. Key findings include: - The average annual salary including bonus was $95,147, a 2.1% increase from 2015. - Salaries generally increased with more Salesforce experience, certifications, and larger deployment sizes. - Additional benefits like 401k matching and education reimbursement were common. - Gender and employer type disparities in salary persisted, with men and for-profit companies earning more on average.

salesforcesalarysurvey
Demo - Wave APIs & Components
Roadmap
Our Direction
Human-led Discovery & Visualization
Descriptive Analytics
“What happened?”
Batch Updates or Real-time Streams
Smart Apps & Marketplace
Sales
Wave
Service
Wave
Marketing
Wave
Custom
App
Custom
App
Custom
App
Smart Data Discovery & Visualization
Predictive Analytics
“What is likely to happen?”
Prescriptive Analytics
“What should I do?”
Partner
App
Partner
App
Partner
App
Data Sources
Salesforce, CSV, On-prem.
Big Data Sources
IoT, Data Lake, ...
Wave Roadmap
Wave Apps Salesforce Simple Mobile BI Platform Advanced Analytics
Sales, Service, Marketing, ISV,
Predictive
Industry and hybrid apps
Wave Store for algorithms, charts,
datasets
B2C expansion with consumer apps
Flex dashboard builder & visual
data prep for SFDC data and
connectors
Visual design, Advanced data prep,
On-prem connectors
Analytics powered process
automation (BOTs)
Citizen data scientist, Explorer
Intelligent, alerts and notifications,
SDK and BOTs, Sharing
Data volumes, New data types.
Encryption, Sharing
Streaming analytics, Big data
analytics, Public cloud
Query remote sources with
semantic map
Smart Discovery, Smart Data prep
Native predictive model and
Pluggable functions (UDF)
NLG, NLQ
Cross app monitoring and
orchestration

Recommended for you

Salesforce Lightning Component Framework Roadmap (TDX18)
Salesforce Lightning Component Framework Roadmap (TDX18)Salesforce Lightning Component Framework Roadmap (TDX18)
Salesforce Lightning Component Framework Roadmap (TDX18)

The document outlines upcoming enhancements to the Lightning Component Framework across several areas: Visualforce/Canvas/third party integration; base Lightning components; Lightning services; and Lightning tooling. Key updates include improved Visualforce integration in Lightning Experience, new base components like maps and charts, expanded capabilities for the user interface API, push data cache invalidation, a Lightning usage app, VS Code extensions for development, and a Lightning testing service.

Build Apps Fast with Lightning Components from Apttus
Build Apps Fast with Lightning Components from ApttusBuild Apps Fast with Lightning Components from Apttus
Build Apps Fast with Lightning Components from Apttus

Join us to learn why you should be investigating Lightning, how to create an app using Lightning App Builder and hear some tips from experts at Apttus. Learn how to assemble event-driven apps using Lightning components, the reusable building blocks of apps. This session is for anyone who wants to gain some early insight into Lightning and build an app with little or no development experience.

salesforcedreamforce
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

New to Force.com and need an orientation to bring you up to speed? This monthly series of introductory sessions on Force.com, the world’s leading cloud platform that lets you build apps rapidly using configuration-driven development and powerful programmatic logic.

salesforce developersforce.comsalesforce
• Easy - One-click sharing
for Salesforce data
• Seamless - Hi-fidelity
sharing for Accounts,
Opportunities, Custom
Objects, and more
• Fast - Deploy Wave faster
Visibility Services
• Easy - Access Wave data
and queries with ease
• Simple - Integrate Wave
with existing apps and
data
• Fast - Quickly create apps
for distribution
Wave SDK
Build Deploy Distribute
Demo - Wave SDK
Q&A

Recommended for you

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)

This document provides information about building apps on the Salesforce platform. It discusses how apps can be built in just 6-8 weeks using platform capabilities like the mobile SDK, Canvas, and APIs. Partners have succeeded in distributing apps through the AppExchange, with over 2 million installs and $1 billion in partner revenue. The document demonstrates building a sample "PerkOn" app in under 20 minutes. It encourages attendees to start building apps using their free developer org and provides resources for learning more.

Einstein Analytics for Developers
Einstein Analytics for DevelopersEinstein Analytics for Developers
Einstein Analytics for Developers

Einstein Analytics is the Salesforce-native analytics platform, providing users with insights into their business. This session dives into topics including APIs, metadata, packaging, and other development tools. Whether you’re just getting started or have already been working with Einstein Analytics, join and learn how to best use this analytics suite to build the customer apps people love.

Singapore dev user group
Singapore   dev user groupSingapore   dev user group
Singapore dev user group

The presentation discusses the Salesforce1 platform and provides details on key aspects like: 1) The Salesforce1 navigation menu and components like dashboards, chatter, flexible pages, smart search, and publisher actions. 2) Visualforce development considerations for Salesforce1 like designing for limited mobile screens and using responsive frameworks. 3) Device access capabilities and limitations in Salesforce1, and recommended approaches for business logic and navigation. 4) Resources for developing on the Salesforce1 platform including the developer guide, style guide, and mobile SDK.

Trailhead
https://developer.salesforce.com/trailhead/en/trail/wave_analytics_explorer
Wave Developer Edition Signup
https://developer.salesforce.com/promotions/orgs/wave-de
Thank you!
Forcelandia 2016   Wave App Development

Recommended for you

#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform

In this webinar, which is part of a series focused on bringing the best of Dreamforce to the Salesforce developer community, we will discuss how you can integrate apps easier with the Salesforce platform. Join us to hear about Platform Events, IoT Explorer, External Services, and Lightning Flows.

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

This document introduces App Cloud and provides an overview of its capabilities. It discusses how App Cloud allows users to build three types of apps - productivity apps, engagement apps, and connected apps. It highlights features like Lightning, Process Builder, and Heroku that give users agility and speed in app development. App Cloud provides the infrastructure, tools, and ecosystem to build any type of app across web, mobile, and desktop. Over 5.5 million apps have been built on App Cloud to date.

salesforceappcloud
Build a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics APIBuild a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics API

Salesforce1 Lightning is a great new component framework to build apps on. Join us to find out how to leverage the Analytics API as a declarative data source to feed a reporting app built from Lightning Components. Since it is built on Lightning, it works great on mobile platforms. Through building this app, you will learn enough about the Analytics API and the Lightning component framework to be able to build other apps using these technologies.

salesforce.comsalesforce developersdreamforce

More Related Content

What's hot

Embed Customer Support into your Apps with Snap-ins
Embed Customer Support into your Apps with Snap-insEmbed Customer Support into your Apps with Snap-ins
Embed Customer Support into your Apps with Snap-ins
Salesforce Developers
 
Introduction to MuleSoft
Introduction to MuleSoftIntroduction to MuleSoft
Introduction to MuleSoft
Salesforce Developers
 
Introduction to the Wave Platform API
Introduction to the Wave Platform APIIntroduction to the Wave Platform API
Introduction to the Wave Platform API
Salesforce Developers
 
Unleash the Power of Apex Realtime Debugger
Unleash the Power of Apex Realtime DebuggerUnleash the Power of Apex Realtime Debugger
Unleash the Power of Apex Realtime Debugger
Salesforce Developers
 
Building BOTS on App Cloud
Building BOTS on App CloudBuilding BOTS on App Cloud
Building BOTS on App Cloud
Salesforce Developers
 
Lightning customization with lightning app builder
Lightning customization with lightning app builderLightning customization with lightning app builder
Lightning customization with lightning app builder
Salesforce Developers
 
Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Build, Manage, and Deploy Mobile Apps Faster with App Cloud MobileBuild, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Salesforce Developers
 
The Business of Flow - Point and Click Workflow Applications
The Business of Flow - Point and Click Workflow ApplicationsThe Business of Flow - Point and Click Workflow Applications
The Business of Flow - Point and Click Workflow Applications
Dreamforce
 
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
Salesforce Developers
 
Build your API with Force.com and Heroku
Build your API with Force.com and HerokuBuild your API with Force.com and Heroku
Build your API with Force.com and Heroku
Jeff Douglas
 
Introduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime PlatformIntroduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime Platform
Salesforce Developers
 
Lightning Data Service: Eliminate Your Need to Load Records Through Controllers
Lightning Data Service: Eliminate Your Need to Load Records Through ControllersLightning Data Service: Eliminate Your Need to Load Records Through Controllers
Lightning Data Service: Eliminate Your Need to Load Records Through Controllers
Salesforce Developers
 
Modern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesModern App Dev: Modular Development Strategies
Modern App Dev: Modular Development Strategies
Salesforce Developers
 
Understanding Salesforce Streaming API
Understanding Salesforce Streaming APIUnderstanding Salesforce Streaming API
Understanding Salesforce Streaming API
gwestr
 
Lightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce DevelopersLightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce Developers
Salesforce Developers
 
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)
Salesforce Partners
 
Lightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & BeyondLightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & Beyond
Salesforce Developers
 
Summer '18 Developer Highlights
Summer '18 Developer HighlightsSummer '18 Developer Highlights
Summer '18 Developer Highlights
Salesforce Developers
 
Salesforce Mobile architecture introduction
Salesforce Mobile architecture introductionSalesforce Mobile architecture introduction
Salesforce Mobile architecture introduction
David Scruggs
 
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
Salesforce Developers
 

What's hot (20)

Embed Customer Support into your Apps with Snap-ins
Embed Customer Support into your Apps with Snap-insEmbed Customer Support into your Apps with Snap-ins
Embed Customer Support into your Apps with Snap-ins
 
Introduction to MuleSoft
Introduction to MuleSoftIntroduction to MuleSoft
Introduction to MuleSoft
 
Introduction to the Wave Platform API
Introduction to the Wave Platform APIIntroduction to the Wave Platform API
Introduction to the Wave Platform API
 
Unleash the Power of Apex Realtime Debugger
Unleash the Power of Apex Realtime DebuggerUnleash the Power of Apex Realtime Debugger
Unleash the Power of Apex Realtime Debugger
 
Building BOTS on App Cloud
Building BOTS on App CloudBuilding BOTS on App Cloud
Building BOTS on App Cloud
 
Lightning customization with lightning app builder
Lightning customization with lightning app builderLightning customization with lightning app builder
Lightning customization with lightning app builder
 
Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Build, Manage, and Deploy Mobile Apps Faster with App Cloud MobileBuild, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
Build, Manage, and Deploy Mobile Apps Faster with App Cloud Mobile
 
The Business of Flow - Point and Click Workflow Applications
The Business of Flow - Point and Click Workflow ApplicationsThe Business of Flow - Point and Click Workflow Applications
The Business of Flow - Point and Click Workflow Applications
 
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
 
Build your API with Force.com and Heroku
Build your API with Force.com and HerokuBuild your API with Force.com and Heroku
Build your API with Force.com and Heroku
 
Introduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime PlatformIntroduction to MuleSoft Anytime Platform
Introduction to MuleSoft Anytime Platform
 
Lightning Data Service: Eliminate Your Need to Load Records Through Controllers
Lightning Data Service: Eliminate Your Need to Load Records Through ControllersLightning Data Service: Eliminate Your Need to Load Records Through Controllers
Lightning Data Service: Eliminate Your Need to Load Records Through Controllers
 
Modern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesModern App Dev: Modular Development Strategies
Modern App Dev: Modular Development Strategies
 
Understanding Salesforce Streaming API
Understanding Salesforce Streaming APIUnderstanding Salesforce Streaming API
Understanding Salesforce Streaming API
 
Lightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce DevelopersLightning Design System and Components for Visualforce Developers
Lightning Design System and Components for Visualforce Developers
 
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)
 
Lightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & BeyondLightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & Beyond
 
Summer '18 Developer Highlights
Summer '18 Developer HighlightsSummer '18 Developer Highlights
Summer '18 Developer Highlights
 
Salesforce Mobile architecture introduction
Salesforce Mobile architecture introductionSalesforce Mobile architecture introduction
Salesforce Mobile architecture introduction
 
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
 

Viewers also liked

Forcelandia Salesforce CI
Forcelandia Salesforce CIForcelandia Salesforce CI
Forcelandia Salesforce CI
Daniel Hoechst
 
Heroku Demo
Heroku DemoHeroku Demo
Heroku Demo
Melissa Hansen
 
Dev Tools for Admins - Forcelandia 2016
Dev Tools for Admins - Forcelandia 2016Dev Tools for Admins - Forcelandia 2016
Dev Tools for Admins - Forcelandia 2016
Laura Meerkatz
 
Forcelandia 2016 PK Chunking
Forcelandia 2016 PK ChunkingForcelandia 2016 PK Chunking
Forcelandia 2016 PK Chunking
Daniel Peter
 
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptx
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptxTanner Ellen - Forcelandia 2016 - Dev Stack.pptx
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptx
SeedCode
 
Tree Traversal #SalesforceSaturday
Tree Traversal #SalesforceSaturdayTree Traversal #SalesforceSaturday
Tree Traversal #SalesforceSaturday
Daniel Peter
 
2016 Salesforce Denver User Group Salary Survey
2016 Salesforce Denver User Group Salary Survey2016 Salesforce Denver User Group Salary Survey
2016 Salesforce Denver User Group Salary Survey
Salesforce Denver User Group
 

Viewers also liked (7)

Forcelandia Salesforce CI
Forcelandia Salesforce CIForcelandia Salesforce CI
Forcelandia Salesforce CI
 
Heroku Demo
Heroku DemoHeroku Demo
Heroku Demo
 
Dev Tools for Admins - Forcelandia 2016
Dev Tools for Admins - Forcelandia 2016Dev Tools for Admins - Forcelandia 2016
Dev Tools for Admins - Forcelandia 2016
 
Forcelandia 2016 PK Chunking
Forcelandia 2016 PK ChunkingForcelandia 2016 PK Chunking
Forcelandia 2016 PK Chunking
 
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptx
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptxTanner Ellen - Forcelandia 2016 - Dev Stack.pptx
Tanner Ellen - Forcelandia 2016 - Dev Stack.pptx
 
Tree Traversal #SalesforceSaturday
Tree Traversal #SalesforceSaturdayTree Traversal #SalesforceSaturday
Tree Traversal #SalesforceSaturday
 
2016 Salesforce Denver User Group Salary Survey
2016 Salesforce Denver User Group Salary Survey2016 Salesforce Denver User Group Salary Survey
2016 Salesforce Denver User Group Salary Survey
 

Similar to Forcelandia 2016 Wave App Development

Salesforce Lightning Component Framework Roadmap (TDX18)
Salesforce Lightning Component Framework Roadmap (TDX18)Salesforce Lightning Component Framework Roadmap (TDX18)
Salesforce Lightning Component Framework Roadmap (TDX18)
Developer Force
 
Build Apps Fast with Lightning Components from Apttus
Build Apps Fast with Lightning Components from ApttusBuild Apps Fast with Lightning Components from Apttus
Build Apps Fast with Lightning Components from Apttus
Dreamforce
 
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
Salesforce Developers
 
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)
Salesforce Partners
 
Einstein Analytics for Developers
Einstein Analytics for DevelopersEinstein Analytics for Developers
Einstein Analytics for Developers
Salesforce Developers
 
Singapore dev user group
Singapore   dev user groupSingapore   dev user group
Singapore dev user group
Troy Sellers
 
#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform
Salesforce Developers
 
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
John Stevenson
 
Build a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics APIBuild a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics API
Salesforce Developers
 
Build custom user interfaces for your Salesforce data with the UI API
 Build custom user interfaces for your Salesforce data with the UI API Build custom user interfaces for your Salesforce data with the UI API
Build custom user interfaces for your Salesforce data with the UI API
Salesforce Developers
 
Elevate Madrid Essentials - Advance Track
Elevate Madrid Essentials - Advance TrackElevate Madrid Essentials - Advance Track
Elevate Madrid Essentials - Advance Track
CarolEnLaNube
 
Building Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling APIBuilding Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling API
Jeff Douglas
 
Developer Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 PlatformDeveloper Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 Platform
Salesforce Deutschland
 
Lightning Reports - Dreamforce 2015
Lightning Reports - Dreamforce 2015Lightning Reports - Dreamforce 2015
Lightning Reports - Dreamforce 2015
Daniel Peter
 
Building einstein analytics apps uk-compressed
Building einstein analytics apps   uk-compressedBuilding einstein analytics apps   uk-compressed
Building einstein analytics apps uk-compressed
rikkehovgaard
 
Introduction to Force.com
Introduction to Force.comIntroduction to Force.com
Introduction to Force.com
Salesforce Developers
 
Developers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 PlatformDevelopers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 Platform
John Stevenson
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platform
John Stevenson
 
Salesforce platform session 2
 Salesforce platform session 2 Salesforce platform session 2
Salesforce platform session 2
Salesforce - Sweden, Denmark, Norway
 
Turbocharging AppExchange
Turbocharging AppExchangeTurbocharging AppExchange
Turbocharging AppExchange
dreamforce2006
 

Similar to Forcelandia 2016 Wave App Development (20)

Salesforce Lightning Component Framework Roadmap (TDX18)
Salesforce Lightning Component Framework Roadmap (TDX18)Salesforce Lightning Component Framework Roadmap (TDX18)
Salesforce Lightning Component Framework Roadmap (TDX18)
 
Build Apps Fast with Lightning Components from Apttus
Build Apps Fast with Lightning Components from ApttusBuild Apps Fast with Lightning Components from Apttus
Build Apps Fast with Lightning Components from Apttus
 
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
 
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)
 
Einstein Analytics for Developers
Einstein Analytics for DevelopersEinstein Analytics for Developers
Einstein Analytics for Developers
 
Singapore dev user group
Singapore   dev user groupSingapore   dev user group
Singapore dev user group
 
#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform#DF17Recap series: Integrate apps easier with the Salesforce platform
#DF17Recap series: Integrate apps easier with the Salesforce platform
 
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
 
Build a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics APIBuild a Lightning Reporting App with the Salesforce Analytics API
Build a Lightning Reporting App with the Salesforce Analytics API
 
Build custom user interfaces for your Salesforce data with the UI API
 Build custom user interfaces for your Salesforce data with the UI API Build custom user interfaces for your Salesforce data with the UI API
Build custom user interfaces for your Salesforce data with the UI API
 
Elevate Madrid Essentials - Advance Track
Elevate Madrid Essentials - Advance TrackElevate Madrid Essentials - Advance Track
Elevate Madrid Essentials - Advance Track
 
Building Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling APIBuilding Command-line Tools with the Tooling API
Building Command-line Tools with the Tooling API
 
Developer Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 PlatformDeveloper Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 Platform
 
Lightning Reports - Dreamforce 2015
Lightning Reports - Dreamforce 2015Lightning Reports - Dreamforce 2015
Lightning Reports - Dreamforce 2015
 
Building einstein analytics apps uk-compressed
Building einstein analytics apps   uk-compressedBuilding einstein analytics apps   uk-compressed
Building einstein analytics apps uk-compressed
 
Introduction to Force.com
Introduction to Force.comIntroduction to Force.com
Introduction to Force.com
 
Developers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 PlatformDevelopers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 Platform
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platform
 
Salesforce platform session 2
 Salesforce platform session 2 Salesforce platform session 2
Salesforce platform session 2
 
Turbocharging AppExchange
Turbocharging AppExchangeTurbocharging AppExchange
Turbocharging AppExchange
 

Recently uploaded

dachnug51 - HCL Sametime 12 as a Software Appliance.pdf
dachnug51 - HCL Sametime 12 as a Software Appliance.pdfdachnug51 - HCL Sametime 12 as a Software Appliance.pdf
dachnug51 - HCL Sametime 12 as a Software Appliance.pdf
DNUG e.V.
 
React Native vs Flutter - SSTech System
React Native vs Flutter  - SSTech SystemReact Native vs Flutter  - SSTech System
React Native vs Flutter - SSTech System
SSTech System
 
ANSYS Mechanical APDL Introductory Tutorials.pdf
ANSYS Mechanical APDL Introductory Tutorials.pdfANSYS Mechanical APDL Introductory Tutorials.pdf
ANSYS Mechanical APDL Introductory Tutorials.pdf
sachin chaurasia
 
FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)
FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)
FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)
Roshan Dwivedi
 
NBFC Software: Optimize Your Non-Banking Financial Company
NBFC Software: Optimize Your Non-Banking Financial CompanyNBFC Software: Optimize Your Non-Banking Financial Company
NBFC Software: Optimize Your Non-Banking Financial Company
NBFC Softwares
 
Top 10 Tips To Get Google AdSense For Your Website
Top 10 Tips To Get Google AdSense For Your WebsiteTop 10 Tips To Get Google AdSense For Your Website
Top 10 Tips To Get Google AdSense For Your Website
e-Definers Technology
 
active-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptxactive-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptx
sudsdeep
 
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptxAddressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
Sparity1
 
WhatsApp Tracker - Tracking WhatsApp to Boost Online Safety.pdf
WhatsApp Tracker -  Tracking WhatsApp to Boost Online Safety.pdfWhatsApp Tracker -  Tracking WhatsApp to Boost Online Safety.pdf
WhatsApp Tracker - Tracking WhatsApp to Boost Online Safety.pdf
onemonitarsoftware
 
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
ThousandEyes
 
Attendance Tracking From Paper To Digital
Attendance Tracking From Paper To DigitalAttendance Tracking From Paper To Digital
Attendance Tracking From Paper To Digital
Task Tracker
 
Google ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learningGoogle ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learning
VishrutGoyani1
 
ThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and DjangoThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and Django
akshesh doshi
 
Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.
shivamt017
 
Safe Work Permit Management Software for Hot Work Permits
Safe Work Permit Management Software for Hot Work PermitsSafe Work Permit Management Software for Hot Work Permits
Safe Work Permit Management Software for Hot Work Permits
sheqnetworkmarketing
 
ENISA Threat Landscape 2023 documentation
ENISA Threat Landscape 2023 documentationENISA Threat Landscape 2023 documentation
ENISA Threat Landscape 2023 documentation
sofiafernandezon
 
Leading Project Management Tool Taskruop.pptx
Leading Project Management Tool Taskruop.pptxLeading Project Management Tool Taskruop.pptx
Leading Project Management Tool Taskruop.pptx
taskroupseo
 
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
Semiosis Software Private Limited
 
NYC 26-Jun-2024 Combined Presentations.pdf
NYC 26-Jun-2024 Combined Presentations.pdfNYC 26-Jun-2024 Combined Presentations.pdf
NYC 26-Jun-2024 Combined Presentations.pdf
AUGNYC
 
一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理
一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理
一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理
avufu
 

Recently uploaded (20)

dachnug51 - HCL Sametime 12 as a Software Appliance.pdf
dachnug51 - HCL Sametime 12 as a Software Appliance.pdfdachnug51 - HCL Sametime 12 as a Software Appliance.pdf
dachnug51 - HCL Sametime 12 as a Software Appliance.pdf
 
React Native vs Flutter - SSTech System
React Native vs Flutter  - SSTech SystemReact Native vs Flutter  - SSTech System
React Native vs Flutter - SSTech System
 
ANSYS Mechanical APDL Introductory Tutorials.pdf
ANSYS Mechanical APDL Introductory Tutorials.pdfANSYS Mechanical APDL Introductory Tutorials.pdf
ANSYS Mechanical APDL Introductory Tutorials.pdf
 
FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)
FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)
FAST Channels: Explosive Growth Forecast 2024-2027 (Buckle Up!)
 
NBFC Software: Optimize Your Non-Banking Financial Company
NBFC Software: Optimize Your Non-Banking Financial CompanyNBFC Software: Optimize Your Non-Banking Financial Company
NBFC Software: Optimize Your Non-Banking Financial Company
 
Top 10 Tips To Get Google AdSense For Your Website
Top 10 Tips To Get Google AdSense For Your WebsiteTop 10 Tips To Get Google AdSense For Your Website
Top 10 Tips To Get Google AdSense For Your Website
 
active-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptxactive-directory-auditing-solution (2).pptx
active-directory-auditing-solution (2).pptx
 
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptxAddressing the Top 9 User Pain Points with Visual Design Elements.pptx
Addressing the Top 9 User Pain Points with Visual Design Elements.pptx
 
WhatsApp Tracker - Tracking WhatsApp to Boost Online Safety.pdf
WhatsApp Tracker -  Tracking WhatsApp to Boost Online Safety.pdfWhatsApp Tracker -  Tracking WhatsApp to Boost Online Safety.pdf
WhatsApp Tracker - Tracking WhatsApp to Boost Online Safety.pdf
 
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
Cisco Live Announcements: New ThousandEyes Release Highlights - July 2024
 
Attendance Tracking From Paper To Digital
Attendance Tracking From Paper To DigitalAttendance Tracking From Paper To Digital
Attendance Tracking From Paper To Digital
 
Google ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learningGoogle ML-Kit - Understanding on-device machine learning
Google ML-Kit - Understanding on-device machine learning
 
ThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and DjangoThaiPy meetup - Indexes and Django
ThaiPy meetup - Indexes and Django
 
Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.Shivam Pandit working on Php Web Developer.
Shivam Pandit working on Php Web Developer.
 
Safe Work Permit Management Software for Hot Work Permits
Safe Work Permit Management Software for Hot Work PermitsSafe Work Permit Management Software for Hot Work Permits
Safe Work Permit Management Software for Hot Work Permits
 
ENISA Threat Landscape 2023 documentation
ENISA Threat Landscape 2023 documentationENISA Threat Landscape 2023 documentation
ENISA Threat Landscape 2023 documentation
 
Leading Project Management Tool Taskruop.pptx
Leading Project Management Tool Taskruop.pptxLeading Project Management Tool Taskruop.pptx
Leading Project Management Tool Taskruop.pptx
 
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
React vs Next js: Which is Better for Web Development? - Semiosis Software Pr...
 
NYC 26-Jun-2024 Combined Presentations.pdf
NYC 26-Jun-2024 Combined Presentations.pdfNYC 26-Jun-2024 Combined Presentations.pdf
NYC 26-Jun-2024 Combined Presentations.pdf
 
一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理
一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理
一比一原版英国牛津大学毕业证(oxon毕业证书)如何办理
 

Forcelandia 2016 Wave App Development

  • 1. Wave App Development Skip Sauls Director, Product Management @SkipSauls Salesforce
  • 2. Forward Looking Statements •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.
  • 5. Data + Insights + Actions Analytics Apps
  • 8. Salesforce Apps Partner Apps Customer Apps Sales Wave Service Wave Marketing Wave Event Monitoring Wave Apps for Everyone
  • 9. Salesforce Apps Partner Apps Customer Apps Sales Wave Service Wave Pardot Wave Admin Wave Apps for Everyone
  • 10. Salesforce Apps Partner Apps Customer Apps Sales Wave Service Wave Pardot Wave Admin Wave Apps for Everyone
  • 11. Salesforce Apps Partner Apps Customer Apps Sales Wave Service Wave Pardot Wave Admin Wave Apps for Everyone
  • 12. Salesforce Apps Partner Apps Customer Apps Sales Wave Service Wave Pardot Wave Admin Wave Apps for Everyone
  • 14. Apps for Everyone - ISV Apps
  • 20. Dataset • Contains a set of source data • Formatted and optimized for interactive exploration • Created using the Dataset Builder or 3rd party tools Dataset Builder
  • 21. • Instructions for ELT (Extract, Load, Transform) • Defined in a JSON file • Executed at specified intervals (1 hour minimum) Dataflow Dataflow Monitor
  • 22. • A view into a dataset’s data, generated from a dataset • Allows for exploratory analysis and exploration • Generates SAQL Lens Lens Explorer
  • 23. • Salesforce Analytics Query Language • Used by lenses, dashboards, and apps • Use in Custom Apps via REST SAQL Query Editor
  • 24. • A curated view of charts, metrics, and tables • Based on the data in one or more lenses • Runtime view of Wave analytics data Dashboard Dashboard Designer
  • 25. • A collection of dashboards, lenses, and datasets • Logically behaves like a folder • Allows for sharing within and between orgs (via packaging) App Sales Wave
  • 26. API
  • 27. Proper Force.com API • Built on the Connect/Chatter API platform • Salesforce authentication (OAuth, SAML, etc.) • JSON first (and only!) • Very high limits - 5K per hour
  • 30. Lighting Components - App Builder
  • 32. • Visualforce <apex:page > <wave:dashboard developerName="Pipe_Review" height="700px"/> </apex:page> • Lightning • Component not yet public, but will be similar Fun Fact - The Visualforce component is a Lightning Component Markup
  • 33. Demo - Wave APIs & Components
  • 35. Our Direction Human-led Discovery & Visualization Descriptive Analytics “What happened?” Batch Updates or Real-time Streams Smart Apps & Marketplace Sales Wave Service Wave Marketing Wave Custom App Custom App Custom App Smart Data Discovery & Visualization Predictive Analytics “What is likely to happen?” Prescriptive Analytics “What should I do?” Partner App Partner App Partner App Data Sources Salesforce, CSV, On-prem. Big Data Sources IoT, Data Lake, ...
  • 36. Wave Roadmap Wave Apps Salesforce Simple Mobile BI Platform Advanced Analytics Sales, Service, Marketing, ISV, Predictive Industry and hybrid apps Wave Store for algorithms, charts, datasets B2C expansion with consumer apps Flex dashboard builder & visual data prep for SFDC data and connectors Visual design, Advanced data prep, On-prem connectors Analytics powered process automation (BOTs) Citizen data scientist, Explorer Intelligent, alerts and notifications, SDK and BOTs, Sharing Data volumes, New data types. Encryption, Sharing Streaming analytics, Big data analytics, Public cloud Query remote sources with semantic map Smart Discovery, Smart Data prep Native predictive model and Pluggable functions (UDF) NLG, NLQ Cross app monitoring and orchestration
  • 37. • Easy - One-click sharing for Salesforce data • Seamless - Hi-fidelity sharing for Accounts, Opportunities, Custom Objects, and more • Fast - Deploy Wave faster Visibility Services
  • 38. • Easy - Access Wave data and queries with ease • Simple - Integrate Wave with existing apps and data • Fast - Quickly create apps for distribution Wave SDK Build Deploy Distribute
  • 39. Demo - Wave SDK
  • 40. Q&A
  • 42. Wave Developer Edition Signup https://developer.salesforce.com/promotions/orgs/wave-de

Editor's Notes

  1. Single speaker Title Slide
  2. General content slide
  3. General content slide
  4. General content slide
  5. General content slide
  6. General content slide
  7. General content slide
  8. General content slide
  9. General content slide
  10. General content slide
  11. General content slide
  12. General content slide
  13. General content slide
  14. General content slide
  15. General content slide
  16. General content slide
  17. General content slide
  18. General content slide
  19. General content slide
  20. General content slide
  21. General content slide
  22. General content slide
  23. General content slide
  24. General content slide
  25. General content slide
  26. General content slide
  27. General content slide
  28. General content slide
  29. General content slide
  30. General content slide
  31. General content slide
  32. General content slide
  33. General content slide
  34. General content slide
  35. This will have sponsor logos added when they are finalized
  36. General content slide
  37. General content slide
  38. This will have sponsor logos added when they are finalized
  39. Can use as a general divider