SlideShare a Scribd company logo
1 of 52
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 / #sfdevwebinar
Have Questions?
 Don’t wait until the end to ask your question!
 Technical support will answer questions starting now.
 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
 Einstein platform services
 Lightning development
Base components
Data service
 Salesforce DX
 Platform events
Einstein platform services
Vision and Language APIs
Traditional CRM
Little Insight into Customers and their Personalities
Most of the Data Entry manual and little incentive for Sales
Little incentive for Sales team to enter data about their meetings, customers,
contacts
No integration with real world conversations which happen in email and social
channels like twitter
Salesforce CRM with AI - Einstein
Maximize sales with intelligence from lead to cash
Predictive Lead Scoring
Focus on the highest value leads first
Opportunity Insights
Secure opportunities and reduce forecast risk
Account Insights
Discover key business developments impacting your customers
Automated Activity Capture
Log data automatically and spend more time selling
Predictive Vision Service - Recap
 Recognize images relevant to your business at scale
 Train your own classifiers for unique use cases
 Integrate into your Salesforce workflows with clicks
 Detect Objects - new
Transform your apps with image recognition
Einstein Language Service
Einstein Sentiment (Beta) : Classify the sentiment of text into
positive, negative, and neutral classes to understand the feeling
behind text.
You can create your own custom model or use our pre-built
sentiment model. See Use the Pre-Built Sentiment Model.
Einstein Intent (Beta) : Categorize unstructured text into user-
defined labels to better understand what users are trying to
accomplish.
Leverage the Einstein Intent API to analyze text from emails, chats,
or web forms to:
Transform your apps with Text processing
Einstein Platform Services Leverage Neural Networks
Weights and Biases for input to each Neuron determine the output
x2
x3
x1
b1
b2
b3
w
1
w
2
w
3
b4
b5
b6
b7
wi
wj
Label 1
Label 2
Composable Einstein Service
Cervical Cancer Screening using Einstein Vision Service
Direct Correlation between Cancer treatment and Cervix
Type
Cervix Types
• These different types of cervix in the data set
are all considered normal (not cancerous)
• An algorithm-aided decision will significantly
improve the quality and efficiency of cervical
cancer screening for these patients.
• We will train model to correctly classify cervix
types based on cervical images.
Explore Einstein Vision APIs
Image Classification of Cervix Type for Cancer Detection
144 Images
Downscaled to 200 pixel X 200 pixel
Demo
Model ID : 6GLSIMOE6JLUQCFGD4BRTAKZAE
Masked Input
Models Metrics
 testAccuracy = 0.6042
 trainingLoss = 0.5593
 trainingAccuracy =0.7568
Detecting Nuanced Sentiments
Sentiment Detection: Rating Interference in
Movie Rating Data Set :
The Rotten Tomatoes movie review
dataset
Let us look at more nuanced
Sentiments
Phrases with Language APIs
Explore Nuanced Sentiment with Language APIs
Movie Rating Classification
Demo
Model ID : 37USWXTWBQ34IHRWREK5MK6FIA
Sentiment Result
Summary
Intelligent Apps are a need for both Consumer and Enterprise World
You can leverage either pre-built or custom models
Models need frequent updation - need for a ML Pipeline
ML/Deep Learning Services like Einstein help roll out AI Services could be third
party compositions which are used on Pay as you go model
Lightning development
Base components and Data service
Lightning Experience is made up of Lightning Pages
Home
Opportunity
Home
Account
Home
Lightning pages are made of experience components
Activity
Timeline
Tabs
Publisher
Highlights
Panel
Sales Path
News
Components are the building blocks of all Lightning UI
Base Components
The basic building blocks, accessible to
developers through code
Input Button
Badge Avatar Icon Spinner
Tabset and Tab
Experience Components
Composed of Base Components, integrated
component accessible via the App Builder
ButtonButton
Icons
Tab
s
Input Rich Text
Base Lightning Components
Declarative markup
<lightning:card
iconName="utility:location"
title="Neighborhood Explorer">
<lightning:input label="Search” />
<lightning:buttonGroup >
<lightning:button
variant="neutral"
label="Near to Far”/>
<lightning:button
variant="neutral"
label="Far to Near” />
</lightning:buttonGroup>
<lightning:formattedNumber
value="{!item.distance}"
maximumFractionDigits="2" />
<lightning:tabset variant="scoped”>
<lightning:tab label="Search" />
</lightning:tabset>
<lightning:button
label="Search"
iconName="utility:search" />
lightning:formattedText
lightning:formattedUrl
lightning:helpText
lightning:input type='color' (color picker)
lightning:inputLocation
lightning:outputField
lightning:path
lightning:picklistPath
lightning:progressBar
lightning:progressIndicator
lightning:radioGroup
lightning:slider
lightning:tree
lightning:verticalNavigation
lightning:verticalNavigationItem
lightning:verticalNavigationItemBadge
lightning:verticalNavigationItemIcon
lightning:verticalNavigationOverflow
lightning:verticalNavigationSection
Component Roadmap
Winter ‘18
Base Components:
lightning:accordion
lightning:accordionSection
lightning:buttonIconStateful
lightning:checkboxGroup
lightning:clickToDial
lightning:comboBox
lightning:dataTable
lightning:dualListBox
lightning:dynamicIcon
lightning:fileCard
lightning:fileUpload
lightning:flexipageRegionInfo
lightning:flow
lightning:formattedEmail
lightning:formattedLocation
lightning:formattedPhone
lightning:formattedRichText
Component Libraries:
lightning:notificationsLibrary
lightning:overlayLibrary
45%
component
increase!
Lightning Data Service
• Declarative CRUD operations
• No APEX
• No SOQL
• FLS and sharing built-in
• Shared cache
• Auto-Notify on record changes
• Offline access for Salesforce1
UI SDK / APIComponent
Notification
Expiration
Deduplication CRUD
Caching Priming
Base components
Data Service
Custom
Components
Data Flow without Lightning Data Service
• Duplicate calls for the same data
• Server side code for basic data handling
• UI inconsistencies
component
component
component
getRecord(abc)
getRecord(abc)
getRecord(abc)
Data Flow with Lightning Data Service
• Single request
• Cached response
Custom component
<force:recorddata>
Custom component
<force:recorddata>
Custom component
<force:recorddata>
LightningDataService
Salesforce DX
Modern developer experience
Principles of Modern Software Delivery
Building a world-class software factory
Environments
are easily
created and
disposable
Metadata
and code is
modular
Development is
based on open
standards and
extensibility
Everything is
driven from
source code
Development is
organized
around team
collaboration
Processes and
tools facilitate
continuous
delivery
Flexible
packaging
supports agile
distribution
model
Introducing Salesforce DX
Build together and deliver continuously
Source-driven development
Greater agility to test out features with confidence
Team collaboration
Increased dev productivity, faster time to market
Continuous integration and delivery
Higher quality code, more automation
Open and prescriptive
Build with the tools and processes you know and
love; bring together Lightning, Force.com, and
Heroku
Now Generally Available
Improve the Developer Experience
Across Application Lifecycle Management
Plan
Code
BuildTest
Release
CLI for integration with
3rd party editors
Scratch orgs for devs,
built off of source
Continuous Delivery/
build automation
Continuous integration
with test automation
Sandboxes for
performance testing,
UAT, staging
Packaging to
streamline delivery
to prod
VCS as the
source of truth
IDEs, Text Editors,
Language Services
Try it today!
Two easy ways to get started
Get a Trial Org
with Dev Hub Enabled
30 day Free Trial
Sign Up at:
sfdc.co/DX-Trial-Org
Enable
Dev Hub
in a Production or
Business Org
From Setup, search on
“Dev Hub” and then click
Enabled.
Demo
Lightning Base components and Data service with Salesforce DX
Platform events
Publish/Subscribe model for real-time integration
API Services
Web Services
Security
Services
Customer
Data
Driver
Data
Geo
Location
Data
Billing
Data
Data
Services
A Complex Web of Systems
Power Engaging Experiences
Your IT system
integration
Customer Experience
IoT
Cloud
Mobile
Social
Data
Science
Trust &
Security
Customer
Data
Finding
Talent
User
Experience
Identity
Complex
Integrations
OpenAPIs
Point to Point Integration Slows Down
the Speed of Business
Real-Time Integration with Any Business Process
Enterprise message bus architecture supports streaming events atscale
Create bi-directional workflows
- Custom workflows using external and internal
services
Integrate faster with message bus architecture
- Decoupling apps, removing tight dependencies
- Move away from point to point integration.
Reliable flow of messages in and out of Salesforce
- Time-ordered immutable event log
- Replay events within a time window
META DATA CRM DATA
INTELLIGENCE BIG OBJECTS
Introducing Platform Event Objects
Automate workflows and build custom triggers based on Salesforce events
Introducing Event as a first class object in Salesforce
- Define events via Salesforce Setup
- Push event definitions in the MD API
Pub/Sub from internal and external web services
- Publish events through the API, Apex and Process Flows
- External apps can subscribe to events via public APIs
- Apex triggers and Process Flows can subscribe to events
Support heterogeneous payloads
- Define the event to support your needs
- Default Salesforce events will be available
- Business events, security events, change data events
Publishing
Publish to the message bus from internal or external apps
• Create the event through the Salesforce API
• REST, SOAP and Bulk API
• Create the event through Apex
• EventBus.publish() function
• Create the event from Process Flows
• Accessible like any other SObject
Salesforce Platform
Salesforce platform Message Bus
Publish
Publish
Subscribing
Subscribe to the message bus from internal or
external apps
• Subscription to published events, internal and
external subscribers
• Apex Triggers on the event object act as
subscribers and custom logic can be performed
• Process Builder Pilot consume events through
Process Builder Flows
• External apps can subscribe via a public API
(Bayeaux and CometD wire protocol)
Salesforce Platform
Salesforce platform Message
Bus
Subscribe
Subscribe
Use Cases
Publish
Device
Trigger
Account
Object Publish
Subscribe
Kick off
Journey
EVENT BUS
PLATFORM
EVENTS
Metadata
Big
Objects
CRM Data
Artificial
Intelligence
Subscribe Mobile Alert
Subscribe Update Case
External
Trigger Publish
APP
Demo
On-demand webinars to catch-up
Survey
Your feedback is crucial to the success of our
webinar programs. Please fill out the survey at
the end of the webinar. Thank you!
Q & A
Try Trailhead: trailhead.salesforce.com
Join the conversation: @salesforcedevs
Webinar: Build Apps Customers Love as a Salesforce Developer

More Related Content

What's hot

Build and Package Lightning Components for Lightning Exchange
Build and Package Lightning Components for Lightning ExchangeBuild and Package Lightning Components for Lightning Exchange
Build and Package Lightning Components for Lightning ExchangeSalesforce Developers
 
Build Faster with Base Lightning Components
Build Faster with Base Lightning ComponentsBuild Faster with Base Lightning Components
Build Faster with Base Lightning ComponentsSalesforce Developers
 
Lightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & BeyondLightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & BeyondSalesforce Developers
 
Build Smarter Apps with Einstein Platform Services
Build Smarter Apps with Einstein Platform ServicesBuild Smarter Apps with Einstein Platform Services
Build Smarter Apps with Einstein Platform ServicesSalesforce Developers
 
Building a Single Page App with Lightning Components
Building a Single Page App with Lightning ComponentsBuilding a Single Page App with Lightning Components
Building a Single Page App with Lightning ComponentsSalesforce 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 DebuggerSalesforce Developers
 
Build Smarter Apps with Einstein Object Detection
Build Smarter Apps with Einstein Object DetectionBuild Smarter Apps with Einstein Object Detection
Build Smarter Apps with Einstein Object DetectionSalesforce Developers
 
Lightning customization with lightning app builder
Lightning customization with lightning app builderLightning customization with lightning app builder
Lightning customization with lightning app builderSalesforce Developers
 
Community Cloud: New in Summer ‘18
Community Cloud: New in Summer ‘18Community Cloud: New in Summer ‘18
Community Cloud: New in Summer ‘18Salesforce Developers
 
Lightning Developer Experience, Eclipse IDE Evolved
Lightning Developer Experience, Eclipse IDE EvolvedLightning Developer Experience, Eclipse IDE Evolved
Lightning Developer Experience, Eclipse IDE EvolvedSalesforce Developers
 
Gesture Controlled Interactions with Platform Events and IoT Explorer
Gesture Controlled Interactions with Platform Events and IoT ExplorerGesture Controlled Interactions with Platform Events and IoT Explorer
Gesture Controlled Interactions with Platform Events and IoT ExplorerSalesforce Developers
 
Advanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social AuthenticationAdvanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social AuthenticationSalesforce Developers
 
Building apps faster with lightning and winter '17
Building apps faster with lightning and winter '17Building apps faster with lightning and winter '17
Building apps faster with lightning and winter '17Salesforce Developers
 
#DF17Recap series: Make apps smarter with Einstein
#DF17Recap series: Make apps smarter with Einstein#DF17Recap series: Make apps smarter with Einstein
#DF17Recap series: Make apps smarter with EinsteinSalesforce Developers
 
Lightning Components - Advanced Features
Lightning Components - Advanced FeaturesLightning Components - Advanced Features
Lightning Components - Advanced FeaturesSalesforce Developers
 

What's hot (20)

Build and Package Lightning Components for Lightning Exchange
Build and Package Lightning Components for Lightning ExchangeBuild and Package Lightning Components for Lightning Exchange
Build and Package Lightning Components for Lightning Exchange
 
Build Faster with Base Lightning Components
Build Faster with Base Lightning ComponentsBuild Faster with Base Lightning Components
Build Faster with Base Lightning Components
 
Lightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & BeyondLightning Updates: Summer, Winter & Beyond
Lightning Updates: Summer, Winter & Beyond
 
Build Smarter Apps with Einstein Platform Services
Build Smarter Apps with Einstein Platform ServicesBuild Smarter Apps with Einstein Platform Services
Build Smarter Apps with Einstein Platform Services
 
Building a Single Page App with Lightning Components
Building a Single Page App with Lightning ComponentsBuilding a Single Page App with Lightning Components
Building a Single Page App with Lightning Components
 
Diving Into Heroku Private Spaces
Diving Into Heroku Private SpacesDiving Into Heroku Private Spaces
Diving Into Heroku Private Spaces
 
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
 
Build Smarter Apps with Einstein Object Detection
Build Smarter Apps with Einstein Object DetectionBuild Smarter Apps with Einstein Object Detection
Build Smarter Apps with Einstein Object Detection
 
Lightning customization with lightning app builder
Lightning customization with lightning app builderLightning customization with lightning app builder
Lightning customization with lightning app builder
 
Summer '18 Developer Highlights
Summer '18 Developer HighlightsSummer '18 Developer Highlights
Summer '18 Developer Highlights
 
Introduction to Apex for Developers
Introduction to Apex for DevelopersIntroduction to Apex for Developers
Introduction to Apex for Developers
 
Live coding with LWC
Live coding with LWCLive coding with LWC
Live coding with LWC
 
Community Cloud: New in Summer ‘18
Community Cloud: New in Summer ‘18Community Cloud: New in Summer ‘18
Community Cloud: New in Summer ‘18
 
Lightning Developer Experience, Eclipse IDE Evolved
Lightning Developer Experience, Eclipse IDE EvolvedLightning Developer Experience, Eclipse IDE Evolved
Lightning Developer Experience, Eclipse IDE Evolved
 
Gesture Controlled Interactions with Platform Events and IoT Explorer
Gesture Controlled Interactions with Platform Events and IoT ExplorerGesture Controlled Interactions with Platform Events and IoT Explorer
Gesture Controlled Interactions with Platform Events and IoT Explorer
 
Introduction to Einstein Bots
Introduction to Einstein Bots Introduction to Einstein Bots
Introduction to Einstein Bots
 
Advanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social AuthenticationAdvanced Platform Series - OAuth and Social Authentication
Advanced Platform Series - OAuth and Social Authentication
 
Building apps faster with lightning and winter '17
Building apps faster with lightning and winter '17Building apps faster with lightning and winter '17
Building apps faster with lightning and winter '17
 
#DF17Recap series: Make apps smarter with Einstein
#DF17Recap series: Make apps smarter with Einstein#DF17Recap series: Make apps smarter with Einstein
#DF17Recap series: Make apps smarter with Einstein
 
Lightning Components - Advanced Features
Lightning Components - Advanced FeaturesLightning Components - Advanced Features
Lightning Components - Advanced Features
 

Similar to Webinar: Build Apps Customers Love as a Salesforce Developer

TrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsTrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsSalesforce Developers
 
Developers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 PlatformDevelopers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 PlatformJohn Stevenson
 
AppExchange for Components First Call Deck
AppExchange for Components First Call DeckAppExchange for Components First Call Deck
AppExchange for Components First Call DeckSalesforce Partners
 
Developer Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 PlatformDeveloper Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 PlatformSalesforce Deutschland
 
Trailhead in a Box & Winter 20 Release
Trailhead in a Box & Winter 20 ReleaseTrailhead in a Box & Winter 20 Release
Trailhead in a Box & Winter 20 ReleaseJayant Jindal
 
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)Salesforce Partners
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platformJohn Stevenson
 
Salesforce Design System for Native Apps
Salesforce Design System for Native AppsSalesforce Design System for Native Apps
Salesforce Design System for Native AppsSalesforce Developers
 
Platform session 1 Innovation on the salesforce platform - speed vs control
Platform session 1 Innovation on the salesforce platform - speed vs controlPlatform session 1 Innovation on the salesforce platform - speed vs control
Platform session 1 Innovation on the salesforce platform - speed vs controlSalesforce - Sweden, Denmark, Norway
 
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 FlashDreamforce
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforceMark Adcock
 
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 CloudJohn Stevenson
 
Salesforce Campus Tour - Developer Intro
Salesforce Campus Tour - Developer IntroSalesforce Campus Tour - Developer Intro
Salesforce Campus Tour - Developer IntroJames Ward
 
Real Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform EventsReal Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform EventsSalesforce Developers
 
Turbocharging AppExchange
Turbocharging AppExchangeTurbocharging AppExchange
Turbocharging AppExchangedreamforce2006
 
Architect and Design Your App for Commercial Success
Architect and Design Your App for Commercial SuccessArchitect and Design Your App for Commercial Success
Architect and Design Your App for Commercial SuccessSalesforce Partners
 
Salesforce Summer of Hacks London - Introduction
Salesforce Summer of Hacks London - IntroductionSalesforce Summer of Hacks London - Introduction
Salesforce Summer of Hacks London - IntroductionJohn Stevenson
 
CloudOps evening presentation from Salesforce.com
CloudOps evening presentation from Salesforce.comCloudOps evening presentation from Salesforce.com
CloudOps evening presentation from Salesforce.comAlistair Croll
 

Similar to Webinar: Build Apps Customers Love as a Salesforce Developer (20)

TrailheaDX India : Developer Highlights
TrailheaDX India : Developer HighlightsTrailheaDX India : Developer Highlights
TrailheaDX India : Developer Highlights
 
Salesforce for Platform
Salesforce for PlatformSalesforce for Platform
Salesforce for Platform
 
Developers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 PlatformDevelopers guide to the Salesforce1 Platform
Developers guide to the Salesforce1 Platform
 
AppExchange for Components First Call Deck
AppExchange for Components First Call DeckAppExchange for Components First Call Deck
AppExchange for Components First Call Deck
 
Developer Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 PlatformDeveloper Tour on the Salesforce1 Platform
Developer Tour on the Salesforce1 Platform
 
Trailhead in a Box & Winter 20 Release
Trailhead in a Box & Winter 20 ReleaseTrailhead in a Box & Winter 20 Release
Trailhead in a Box & Winter 20 Release
 
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)
 
Introducing the Salesforce platform
Introducing the Salesforce platformIntroducing the Salesforce platform
Introducing the Salesforce platform
 
Salesforce Design System for Native Apps
Salesforce Design System for Native AppsSalesforce Design System for Native Apps
Salesforce Design System for Native Apps
 
Platform session 1 Innovation on the salesforce platform - speed vs control
Platform session 1 Innovation on the salesforce platform - speed vs controlPlatform session 1 Innovation on the salesforce platform - speed vs control
Platform session 1 Innovation on the salesforce platform - speed vs control
 
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
 
Integrating with salesforce
Integrating with salesforceIntegrating with salesforce
Integrating with salesforce
 
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
 
Salesforce Campus Tour - Developer Intro
Salesforce Campus Tour - Developer IntroSalesforce Campus Tour - Developer Intro
Salesforce Campus Tour - Developer Intro
 
Real Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform EventsReal Time Integration with Salesforce Platform Events
Real Time Integration with Salesforce Platform Events
 
Turbocharging AppExchange
Turbocharging AppExchangeTurbocharging AppExchange
Turbocharging AppExchange
 
Architect and Design Your App for Commercial Success
Architect and Design Your App for Commercial SuccessArchitect and Design Your App for Commercial Success
Architect and Design Your App for Commercial Success
 
Dreamforce Developer Recap
Dreamforce Developer RecapDreamforce Developer Recap
Dreamforce Developer Recap
 
Salesforce Summer of Hacks London - Introduction
Salesforce Summer of Hacks London - IntroductionSalesforce Summer of Hacks London - Introduction
Salesforce Summer of Hacks London - Introduction
 
CloudOps evening presentation from Salesforce.com
CloudOps evening presentation from Salesforce.comCloudOps evening presentation from Salesforce.com
CloudOps evening presentation from Salesforce.com
 

More from Salesforce Developers

Sample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce DevelopersSample Gallery: Reference Code and Best Practices for Salesforce Developers
Sample Gallery: Reference Code and Best Practices for Salesforce DevelopersSalesforce Developers
 
Maximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component PerformanceMaximizing Salesforce Lightning Experience and Lightning Component Performance
Maximizing Salesforce Lightning Experience and Lightning Component PerformanceSalesforce Developers
 
Local development with Open Source Base Components
Local development with Open Source Base ComponentsLocal development with Open Source Base Components
Local development with Open Source Base ComponentsSalesforce Developers
 
Why developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX IndiaWhy developers shouldn’t miss TrailheaDX India
Why developers shouldn’t miss TrailheaDX IndiaSalesforce Developers
 
CodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local DevelopmentCodeLive: Build Lightning Web Components faster with Local Development
CodeLive: Build Lightning Web Components faster with Local DevelopmentSalesforce Developers
 
CodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web ComponentsCodeLive: Converting Aura Components to Lightning Web Components
CodeLive: Converting Aura Components to Lightning Web ComponentsSalesforce Developers
 
Enterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web ComponentsEnterprise-grade UI with open source Lightning Web Components
Enterprise-grade UI with open source Lightning Web ComponentsSalesforce Developers
 
TrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsTrailheaDX and Summer '19: Developer Highlights
TrailheaDX and Summer '19: Developer HighlightsSalesforce Developers
 
Lightning web components - Episode 4 : Security and Testing
Lightning web components  - Episode 4 : Security and TestingLightning web components  - Episode 4 : Security and Testing
Lightning web components - Episode 4 : Security and TestingSalesforce Developers
 
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 InteroperabilitySalesforce Developers
 
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 dataSalesforce Developers
 
Lightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An IntroductionLightning web components - Episode 1 - An Introduction
Lightning web components - Episode 1 - An IntroductionSalesforce Developers
 
Migrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCPMigrating CPQ to Advanced Calculator and JSQCP
Migrating CPQ to Advanced Calculator and JSQCPSalesforce Developers
 
Scale with Large Data Volumes and Big Objects in Salesforce
Scale with Large Data Volumes and Big Objects in SalesforceScale with Large Data Volumes and Big Objects in Salesforce
Scale with Large Data Volumes and Big Objects in SalesforceSalesforce Developers
 
Replicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureReplicate Salesforce Data in Real Time with Change Data Capture
Replicate Salesforce Data in Real Time with Change Data CaptureSalesforce Developers
 
Modern Development with Salesforce DX
Modern Development with Salesforce DXModern Development with Salesforce DX
Modern Development with Salesforce DXSalesforce Developers
 
Integrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS ConnectIntegrate CMS Content Into Lightning Communities with CMS Connect
Integrate CMS Content Into Lightning Communities with CMS ConnectSalesforce Developers
 
Modern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesModern App Dev: Modular Development Strategies
Modern App Dev: Modular Development StrategiesSalesforce Developers
 

More from Salesforce Developers (20)

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

Recently uploaded

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

Webinar: Build Apps Customers Love as a Salesforce Developer

  • 1.
  • 2. 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.
  • 3. 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 / #sfdevwebinar
  • 4. Have Questions?  Don’t wait until the end to ask your question!  Technical support will answer questions starting now.  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  Einstein platform services  Lightning development Base components Data service  Salesforce DX  Platform events
  • 7. Traditional CRM Little Insight into Customers and their Personalities Most of the Data Entry manual and little incentive for Sales Little incentive for Sales team to enter data about their meetings, customers, contacts No integration with real world conversations which happen in email and social channels like twitter
  • 8. Salesforce CRM with AI - Einstein Maximize sales with intelligence from lead to cash Predictive Lead Scoring Focus on the highest value leads first Opportunity Insights Secure opportunities and reduce forecast risk Account Insights Discover key business developments impacting your customers Automated Activity Capture Log data automatically and spend more time selling
  • 9. Predictive Vision Service - Recap  Recognize images relevant to your business at scale  Train your own classifiers for unique use cases  Integrate into your Salesforce workflows with clicks  Detect Objects - new Transform your apps with image recognition
  • 10. Einstein Language Service Einstein Sentiment (Beta) : Classify the sentiment of text into positive, negative, and neutral classes to understand the feeling behind text. You can create your own custom model or use our pre-built sentiment model. See Use the Pre-Built Sentiment Model. Einstein Intent (Beta) : Categorize unstructured text into user- defined labels to better understand what users are trying to accomplish. Leverage the Einstein Intent API to analyze text from emails, chats, or web forms to: Transform your apps with Text processing
  • 11. Einstein Platform Services Leverage Neural Networks Weights and Biases for input to each Neuron determine the output x2 x3 x1 b1 b2 b3 w 1 w 2 w 3 b4 b5 b6 b7 wi wj Label 1 Label 2
  • 13. Cervical Cancer Screening using Einstein Vision Service Direct Correlation between Cancer treatment and Cervix Type
  • 14. Cervix Types • These different types of cervix in the data set are all considered normal (not cancerous) • An algorithm-aided decision will significantly improve the quality and efficiency of cervical cancer screening for these patients. • We will train model to correctly classify cervix types based on cervical images.
  • 15. Explore Einstein Vision APIs Image Classification of Cervix Type for Cancer Detection 144 Images Downscaled to 200 pixel X 200 pixel
  • 16. Demo Model ID : 6GLSIMOE6JLUQCFGD4BRTAKZAE
  • 18. Models Metrics  testAccuracy = 0.6042  trainingLoss = 0.5593  trainingAccuracy =0.7568
  • 20. Sentiment Detection: Rating Interference in Movie Rating Data Set : The Rotten Tomatoes movie review dataset Let us look at more nuanced Sentiments Phrases with Language APIs
  • 21. Explore Nuanced Sentiment with Language APIs Movie Rating Classification
  • 22. Demo Model ID : 37USWXTWBQ34IHRWREK5MK6FIA
  • 24. Summary Intelligent Apps are a need for both Consumer and Enterprise World You can leverage either pre-built or custom models Models need frequent updation - need for a ML Pipeline ML/Deep Learning Services like Einstein help roll out AI Services could be third party compositions which are used on Pay as you go model
  • 26. Lightning Experience is made up of Lightning Pages Home Opportunity Home Account Home
  • 27. Lightning pages are made of experience components Activity Timeline Tabs Publisher Highlights Panel Sales Path News
  • 28. Components are the building blocks of all Lightning UI Base Components The basic building blocks, accessible to developers through code Input Button Badge Avatar Icon Spinner Tabset and Tab Experience Components Composed of Base Components, integrated component accessible via the App Builder ButtonButton Icons Tab s Input Rich Text
  • 29. Base Lightning Components Declarative markup <lightning:card iconName="utility:location" title="Neighborhood Explorer"> <lightning:input label="Search” /> <lightning:buttonGroup > <lightning:button variant="neutral" label="Near to Far”/> <lightning:button variant="neutral" label="Far to Near” /> </lightning:buttonGroup> <lightning:formattedNumber value="{!item.distance}" maximumFractionDigits="2" /> <lightning:tabset variant="scoped”> <lightning:tab label="Search" /> </lightning:tabset> <lightning:button label="Search" iconName="utility:search" />
  • 30. lightning:formattedText lightning:formattedUrl lightning:helpText lightning:input type='color' (color picker) lightning:inputLocation lightning:outputField lightning:path lightning:picklistPath lightning:progressBar lightning:progressIndicator lightning:radioGroup lightning:slider lightning:tree lightning:verticalNavigation lightning:verticalNavigationItem lightning:verticalNavigationItemBadge lightning:verticalNavigationItemIcon lightning:verticalNavigationOverflow lightning:verticalNavigationSection Component Roadmap Winter ‘18 Base Components: lightning:accordion lightning:accordionSection lightning:buttonIconStateful lightning:checkboxGroup lightning:clickToDial lightning:comboBox lightning:dataTable lightning:dualListBox lightning:dynamicIcon lightning:fileCard lightning:fileUpload lightning:flexipageRegionInfo lightning:flow lightning:formattedEmail lightning:formattedLocation lightning:formattedPhone lightning:formattedRichText Component Libraries: lightning:notificationsLibrary lightning:overlayLibrary 45% component increase!
  • 31. Lightning Data Service • Declarative CRUD operations • No APEX • No SOQL • FLS and sharing built-in • Shared cache • Auto-Notify on record changes • Offline access for Salesforce1 UI SDK / APIComponent Notification Expiration Deduplication CRUD Caching Priming Base components Data Service Custom Components
  • 32. Data Flow without Lightning Data Service • Duplicate calls for the same data • Server side code for basic data handling • UI inconsistencies component component component getRecord(abc) getRecord(abc) getRecord(abc)
  • 33. Data Flow with Lightning Data Service • Single request • Cached response Custom component <force:recorddata> Custom component <force:recorddata> Custom component <force:recorddata> LightningDataService
  • 35. Principles of Modern Software Delivery Building a world-class software factory Environments are easily created and disposable Metadata and code is modular Development is based on open standards and extensibility Everything is driven from source code Development is organized around team collaboration Processes and tools facilitate continuous delivery Flexible packaging supports agile distribution model
  • 36. Introducing Salesforce DX Build together and deliver continuously Source-driven development Greater agility to test out features with confidence Team collaboration Increased dev productivity, faster time to market Continuous integration and delivery Higher quality code, more automation Open and prescriptive Build with the tools and processes you know and love; bring together Lightning, Force.com, and Heroku Now Generally Available
  • 37. Improve the Developer Experience Across Application Lifecycle Management Plan Code BuildTest Release CLI for integration with 3rd party editors Scratch orgs for devs, built off of source Continuous Delivery/ build automation Continuous integration with test automation Sandboxes for performance testing, UAT, staging Packaging to streamline delivery to prod VCS as the source of truth IDEs, Text Editors, Language Services
  • 38. Try it today! Two easy ways to get started Get a Trial Org with Dev Hub Enabled 30 day Free Trial Sign Up at: sfdc.co/DX-Trial-Org Enable Dev Hub in a Production or Business Org From Setup, search on “Dev Hub” and then click Enabled.
  • 39. Demo Lightning Base components and Data service with Salesforce DX
  • 40. Platform events Publish/Subscribe model for real-time integration
  • 42. Your IT system integration Customer Experience IoT Cloud Mobile Social Data Science Trust & Security Customer Data Finding Talent User Experience Identity Complex Integrations OpenAPIs Point to Point Integration Slows Down the Speed of Business
  • 43. Real-Time Integration with Any Business Process Enterprise message bus architecture supports streaming events atscale Create bi-directional workflows - Custom workflows using external and internal services Integrate faster with message bus architecture - Decoupling apps, removing tight dependencies - Move away from point to point integration. Reliable flow of messages in and out of Salesforce - Time-ordered immutable event log - Replay events within a time window META DATA CRM DATA INTELLIGENCE BIG OBJECTS
  • 44. Introducing Platform Event Objects Automate workflows and build custom triggers based on Salesforce events Introducing Event as a first class object in Salesforce - Define events via Salesforce Setup - Push event definitions in the MD API Pub/Sub from internal and external web services - Publish events through the API, Apex and Process Flows - External apps can subscribe to events via public APIs - Apex triggers and Process Flows can subscribe to events Support heterogeneous payloads - Define the event to support your needs - Default Salesforce events will be available - Business events, security events, change data events
  • 45. Publishing Publish to the message bus from internal or external apps • Create the event through the Salesforce API • REST, SOAP and Bulk API • Create the event through Apex • EventBus.publish() function • Create the event from Process Flows • Accessible like any other SObject Salesforce Platform Salesforce platform Message Bus Publish Publish
  • 46. Subscribing Subscribe to the message bus from internal or external apps • Subscription to published events, internal and external subscribers • Apex Triggers on the event object act as subscribers and custom logic can be performed • Process Builder Pilot consume events through Process Builder Flows • External apps can subscribe via a public API (Bayeaux and CometD wire protocol) Salesforce Platform Salesforce platform Message Bus Subscribe Subscribe
  • 47. Use Cases Publish Device Trigger Account Object Publish Subscribe Kick off Journey EVENT BUS PLATFORM EVENTS Metadata Big Objects CRM Data Artificial Intelligence Subscribe Mobile Alert Subscribe Update Case External Trigger Publish APP
  • 48. Demo
  • 50. Survey Your feedback is crucial to the success of our webinar programs. Please fill out the survey at the end of the webinar. Thank you!
  • 51. Q & A Try Trailhead: trailhead.salesforce.com Join the conversation: @salesforcedevs