SlideShare a Scribd company logo
1 of 29
Process Automation Showdown
Session #1
aedelstein@salesforce.com, @alexed1
Alex Edelstein, Sr. Director Product Management – Process Automation
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.
Lightning Flow
Two great ways to automate your processes
Easy to Use and Surprisingly Versatile
Process Builder Visual Flow
Our powerful and extensible workflow environment
Watch, Learn, and VOTE!
Who will win? It’s up to you!
First Competitor:
Jennifer W. Lee
Salesforce Business Consultant
@jenwlee
Meet Jennifer W. Lee
Salesforce Business Consultant, John Hancock
Salesforce MVP, Summer ’16-’17
Blogger: Jenwlee.wordpress.com
Automation Hour Co-Host (AutomationHour.com)
Trailhead Addict – 310 Badges (full count a/o Oct Otter
Release)
Presenter: Dreamforce ‘16-17, Boston and NYC World Tours,
Southeast Dreamin’ 17, Salesforce User Groups
Social Media Manager for WiT Diversity
Twitter: @jenwlee
Use Case: Highlight Additional Contact Details
Business Requirements
• Agent/rep needs to quickly/easily
locate contact information, such as
if the contact
• Is a premier client (i.e. account
attribute),
• Is the primary contact (i.e. related
contact),
• Has open cases (w/count), and
• Has open opportunities (w/count)
For the purposes of this demo, I will
focus on solution that addresses the
requirement to display the open cases
(w/count).
The Solution: Visual Workflow
The Solution: Visual Workflow
Ingredients
• Create a Flow that does the following:
• Fast Lookup open cases
• Decision if any open cases were found
• Loop:
• Record Lookup Case Number and Case Subject
• Perform Assignment – add screen info and increment
case count
• Decision for screen to display (Has Cases or No Cases)
• Screen shows additional contact info
• Add flow component to Contact Lightning page via App Builder
The Demo
Next Competitor:
Mike Gill
Technical Architect
@agentgill
Meet Mike Gill
Technical Architect with 10K Advisors
Salesforce MVP Winter 15’
Blogger at Salesforceweek.ly
Co-Leader London Admin User Group
Dreamforce Presenter 2015 & 2016
Co-presenter for Release Readiness Webinar on the Success
Community
Trailhead Ranger – 100+ Badges
Twitter: @agentgill
Use Case: Case Summary Calculator
Business Requirement
• Display the Total Number of Closed & Open Cases against an Account
• Let’s create a Roll-up Summary field…
• Hold on… I cannot create a Roll-Up Summary field
• Why – Standard Roll-up fields are only available when the object relationship is Master-Detail
• What are our options:
• Create & use a report
• Use an App… something like Declarative Lookup Roll-Up Summaries (dlrs) or the Roll-up Helper App
• Write some Apex… Code is cheating!
• Or we create our own using Process Builder & Flow (the ultimate classic example)
The Solution: Flow with the help of Process Builder
Ingredients
• First we create some Custom Fields field on the Account object to store Total Closed Cases and Total
Open Cases
• Next we create our Flow will handle the summarization & calculate our Totals
• Lookup all Cases for a given Account
• Loop over each Case and determine if case is Open or Closed
• Count the number of Cases for each
• Update the Account with the Totals
• Lastly we use Process Builder on the Case to auto-launch our Flow
• Pass in our Account Id to kick start the calculation process
The Demo
Next Competitor:
Amanda Matczynski
Operations Supervisor
@agmatczynski
Meet Amanda Matczynski
Operations Supervisor, Wolf & Company, P.C.
Certified Salesforce Administrator
Co-Leader Boston User Group
Trailhead Ranger – 100+ Badges
2017 Boston World Tour Awesome Admin
Twitter: @agmatczynski
Business Requirements
• Create contract when an opportunity is closed won
• Relate original opportunity to contract
• Relate opportunity products to contract
• Submit contract for approval
Use Case: Auto-Create Contract
The Solution: Process Builder
Ingredients
• Field setup
• Create/Enable necessary lookup fields on Contract, Opportunity, and Opportunity Products objects
• Create Contract Approval Process
• Process Builder on the Opportunity object when record is created or edited and Stage is Closed Won
• Create Contract and store Opportunity on the Contract Object
• Update Opportunity Products with new Contract ID
• 2nd Process Builder on the Contract object when record is created
• Update Opportunity with new Contract ID.
• Submit Contract for approval
• Update Contract status to “In Approval Process”
The Demo
Next Competitor:
Michael L Barnes
Director, Salesforce.com
Administration
michael.barnes@golfchannel.com
@BarnesMichaelL
Meet Michael L Barnes
Director, Salesforce.com Administration, GolfNow
Salesforce Admin since 2010
Degrees in Electrical Engineering (Georgia Tech) and MBA
(University of Florida)
Certified Administrator (‘13), Advanced Administrator (‘15) and
Platform App Builder (‘16)
Presenter: Dreamforce ‘14, Salesforce Chatter Recognition,
Dreamforce ‘15, Salesforce Partner Community, Dreamforce ‘17
Flow & Process Builder Best Practices
Active contributor to the Success Community
Twitter: @BarnesMichaelL
Use Case: Case Status Tracker
How much time do cases spend in any particular status?
• Case History has the data, but calculations are a challenge
• Need to better understand Support Process to eliminate gaps
How many times are cases bouncing back to a status?
• Same problems here, counting records and grouping statuses can be difficult
• Managers need to know what is delaying case closings
• With a solution, we meet our SLAs!
Problem Solved with Process Automation
Tools you need
• Custom Object
• Master-Detail Relationship field
• Picklist Field
• Two (2) Numeric Fields
• Two (2) Formula Fields
• Case Object
• Roll-up Summary Field
• Two (2) Formula Fields
• Custom Text Field
• Flow
• Process Builder
• Workflow with Field Update
• NO CODE NEEDED
Case Time Tracker
Demo
One More Thing…
Bonus Use Case: Flow as a Survey
Tool
bit.ly/showdownvote1
And the winner is…
Process Automation Showdown Session 1

More Related Content

What's hot

A Developer's Guide to Visual Workflow
A Developer's Guide to Visual WorkflowA Developer's Guide to Visual Workflow
A Developer's Guide to Visual WorkflowSalesforce Developers
 
Df14 Maintaining your orgs setup for optimal efficiency for dist
Df14 Maintaining your orgs setup for optimal efficiency for distDf14 Maintaining your orgs setup for optimal efficiency for dist
Df14 Maintaining your orgs setup for optimal efficiency for distjayvinarora
 
Lightning customization with lightning app builder
Lightning customization with lightning app builderLightning customization with lightning app builder
Lightning customization with lightning app builderSalesforce 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
 
Webinar: How Admins Solve Problems with AppExchange Apps
Webinar: How Admins Solve Problems with AppExchange AppsWebinar: How Admins Solve Problems with AppExchange Apps
Webinar: How Admins Solve Problems with AppExchange AppsSalesforce Admins
 
One Stop Shop: Using Service Cloud for IT Management, Projects and More
One  Stop Shop: Using Service Cloud for IT Management, Projects and MoreOne  Stop Shop: Using Service Cloud for IT Management, Projects and More
One Stop Shop: Using Service Cloud for IT Management, Projects and MoreSalesforce.org
 
Equip Your #AwesomeAdmin Toolkit with Process Automation Tools
Equip Your #AwesomeAdmin Toolkit with Process Automation ToolsEquip Your #AwesomeAdmin Toolkit with Process Automation Tools
Equip Your #AwesomeAdmin Toolkit with Process Automation ToolsSalesforce Admins
 
How to work with your salesforce contacts
How to work with your salesforce contactsHow to work with your salesforce contacts
How to work with your salesforce contactsSalesforce Partners
 
#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
 
Make Apps Smarter with Einstein
Make Apps Smarter with EinsteinMake Apps Smarter with Einstein
Make Apps Smarter with EinsteinSalesforce Admins
 
ISV Monthly Tech Enablement (August 2017)
ISV Monthly Tech Enablement (August 2017)ISV Monthly Tech Enablement (August 2017)
ISV Monthly Tech Enablement (August 2017)Salesforce Partners
 
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
 
Our API Evolution: From Metadata to Tooling API for Building Incredible Apps
Our API Evolution: From Metadata to Tooling API for Building Incredible AppsOur API Evolution: From Metadata to Tooling API for Building Incredible Apps
Our API Evolution: From Metadata to Tooling API for Building Incredible AppsDreamforce
 
Design Patterns: ISV Recipes for Success (Dreamforce 2015)
Design Patterns: ISV Recipes for Success (Dreamforce 2015)Design Patterns: ISV Recipes for Success (Dreamforce 2015)
Design Patterns: ISV Recipes for Success (Dreamforce 2015)Salesforce Partners
 
Five Steps to Effective, Efficient and Evolutionary Process Flows
Five Steps to Effective, Efficient and Evolutionary Process FlowsFive Steps to Effective, Efficient and Evolutionary Process Flows
Five Steps to Effective, Efficient and Evolutionary Process FlowsSalesforce Admins
 
Dallas user group February 20 2015
Dallas user group February 20 2015Dallas user group February 20 2015
Dallas user group February 20 2015J Mo
 
Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...
Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...
Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...CodeScience
 

What's hot (20)

A Developer's Guide to Visual Workflow
A Developer's Guide to Visual WorkflowA Developer's Guide to Visual Workflow
A Developer's Guide to Visual Workflow
 
Df14 Maintaining your orgs setup for optimal efficiency for dist
Df14 Maintaining your orgs setup for optimal efficiency for distDf14 Maintaining your orgs setup for optimal efficiency for dist
Df14 Maintaining your orgs setup for optimal efficiency for dist
 
Lightning customization with lightning app builder
Lightning customization with lightning app builderLightning customization with lightning app builder
Lightning customization with lightning app builder
 
Get Into Lightning Flow Development
Get Into Lightning Flow DevelopmentGet Into Lightning Flow Development
Get Into Lightning Flow Development
 
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
 
Webinar: How Admins Solve Problems with AppExchange Apps
Webinar: How Admins Solve Problems with AppExchange AppsWebinar: How Admins Solve Problems with AppExchange Apps
Webinar: How Admins Solve Problems with AppExchange Apps
 
One Stop Shop: Using Service Cloud for IT Management, Projects and More
One  Stop Shop: Using Service Cloud for IT Management, Projects and MoreOne  Stop Shop: Using Service Cloud for IT Management, Projects and More
One Stop Shop: Using Service Cloud for IT Management, Projects and More
 
Equip Your #AwesomeAdmin Toolkit with Process Automation Tools
Equip Your #AwesomeAdmin Toolkit with Process Automation ToolsEquip Your #AwesomeAdmin Toolkit with Process Automation Tools
Equip Your #AwesomeAdmin Toolkit with Process Automation Tools
 
Salesforce Files Connect
Salesforce Files ConnectSalesforce Files Connect
Salesforce Files Connect
 
How to work with your salesforce contacts
How to work with your salesforce contactsHow to work with your salesforce contacts
How to work with your salesforce contacts
 
#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
 
Intro to Workflow Formulas
Intro to Workflow FormulasIntro to Workflow Formulas
Intro to Workflow Formulas
 
Make Apps Smarter with Einstein
Make Apps Smarter with EinsteinMake Apps Smarter with Einstein
Make Apps Smarter with Einstein
 
ISV Monthly Tech Enablement (August 2017)
ISV Monthly Tech Enablement (August 2017)ISV Monthly Tech Enablement (August 2017)
ISV Monthly Tech Enablement (August 2017)
 
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
 
Our API Evolution: From Metadata to Tooling API for Building Incredible Apps
Our API Evolution: From Metadata to Tooling API for Building Incredible AppsOur API Evolution: From Metadata to Tooling API for Building Incredible Apps
Our API Evolution: From Metadata to Tooling API for Building Incredible Apps
 
Design Patterns: ISV Recipes for Success (Dreamforce 2015)
Design Patterns: ISV Recipes for Success (Dreamforce 2015)Design Patterns: ISV Recipes for Success (Dreamforce 2015)
Design Patterns: ISV Recipes for Success (Dreamforce 2015)
 
Five Steps to Effective, Efficient and Evolutionary Process Flows
Five Steps to Effective, Efficient and Evolutionary Process FlowsFive Steps to Effective, Efficient and Evolutionary Process Flows
Five Steps to Effective, Efficient and Evolutionary Process Flows
 
Dallas user group February 20 2015
Dallas user group February 20 2015Dallas user group February 20 2015
Dallas user group February 20 2015
 
Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...
Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...
Wrestling Alligators: How Salesforce Partners Can Increase Close Rates & Deli...
 

Similar to Process Automation Showdown Session 1

MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...
MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...
MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...Salesforce Admins
 
Getting Started with Process Builder
Getting Started with Process BuilderGetting Started with Process Builder
Getting Started with Process BuilderSalesforce Admins
 
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 ApplicationsDreamforce
 
Spring ’15 Release Preview - Platform Feature Highlights
Spring ’15 Release Preview - Platform Feature HighlightsSpring ’15 Release Preview - Platform Feature Highlights
Spring ’15 Release Preview - Platform Feature HighlightsSalesforce Developers
 
Process Automation on Lightning Platform Workshop
Process Automation on Lightning Platform WorkshopProcess Automation on Lightning Platform Workshop
Process Automation on Lightning Platform WorkshopSalesforce Developers
 
San Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning OverviewSan Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning OverviewVivek Chawla
 
Get ready for your platform developer i certification webinar
Get ready for your platform developer i certification   webinarGet ready for your platform developer i certification   webinar
Get ready for your platform developer i certification webinarJackGuo20
 
Lean Product Management for ISVs (October 14, 2014)
Lean Product Management for ISVs (October 14, 2014)Lean Product Management for ISVs (October 14, 2014)
Lean Product Management for ISVs (October 14, 2014)Salesforce Partners
 
Scaling Developer Efforts with Salesforce Marketing Cloud
Scaling Developer Efforts with Salesforce Marketing CloudScaling Developer Efforts with Salesforce Marketing Cloud
Scaling Developer Efforts with Salesforce Marketing CloudSalesforce Developers
 
Integrating High-Velocity External Data in Your Salesforce Application
Integrating High-Velocity External Data in Your Salesforce ApplicationIntegrating High-Velocity External Data in Your Salesforce Application
Integrating High-Velocity External Data in Your Salesforce ApplicationSalesforce Developers
 
Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...
Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...
Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...Shell Black
 
Getting Started with Process Builder by Susan Sparks
Getting Started with Process Builder by Susan SparksGetting Started with Process Builder by Susan Sparks
Getting Started with Process Builder by Susan SparksSalesforce Admins
 
Design Patterns Every ISV Needs to Know (October 15, 2014)
Design Patterns Every ISV Needs to Know (October 15, 2014)Design Patterns Every ISV Needs to Know (October 15, 2014)
Design Patterns Every ISV Needs to Know (October 15, 2014)Salesforce Partners
 
Salesforce Campus Tour - Declarative
Salesforce Campus Tour - DeclarativeSalesforce Campus Tour - Declarative
Salesforce Campus Tour - DeclarativeJames Ward
 
Building Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime APIBuilding Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime APISalesforce Developers
 
Introducing: The Lightning Experience
Introducing: The Lightning ExperienceIntroducing: The Lightning Experience
Introducing: The Lightning ExperienceDreamforce
 
Supercharge Productivity With Lightning Console Apps
Supercharge Productivity With Lightning Console AppsSupercharge Productivity With Lightning Console Apps
Supercharge Productivity With Lightning Console AppsSalesforce Admins
 
Automate Processes Visually with the Lightning Process Builder
Automate Processes Visually with the Lightning Process BuilderAutomate Processes Visually with the Lightning Process Builder
Automate Processes Visually with the Lightning Process BuilderSalesforce Developers
 
Salesforce Quip & Salesforce Spring 20 Release Features
Salesforce Quip & Salesforce Spring 20 Release FeaturesSalesforce Quip & Salesforce Spring 20 Release Features
Salesforce Quip & Salesforce Spring 20 Release FeaturesJayant Jindal
 

Similar to Process Automation Showdown Session 1 (20)

MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...
MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...
MVP Process Automation Showdown by Chris Edwards, Jennifer Lee, Michael Gill ...
 
Getting Started with Process Builder
Getting Started with Process BuilderGetting Started with Process Builder
Getting Started with Process Builder
 
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
 
Spring ’15 Release Preview - Platform Feature Highlights
Spring ’15 Release Preview - Platform Feature HighlightsSpring ’15 Release Preview - Platform Feature Highlights
Spring ’15 Release Preview - Platform Feature Highlights
 
Process Automation on Lightning Platform Workshop
Process Automation on Lightning Platform WorkshopProcess Automation on Lightning Platform Workshop
Process Automation on Lightning Platform Workshop
 
San Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning OverviewSan Diego Salesforce User Group - Lightning Overview
San Diego Salesforce User Group - Lightning Overview
 
Get ready for your platform developer i certification webinar
Get ready for your platform developer i certification   webinarGet ready for your platform developer i certification   webinar
Get ready for your platform developer i certification webinar
 
Lean Product Management for ISVs (October 14, 2014)
Lean Product Management for ISVs (October 14, 2014)Lean Product Management for ISVs (October 14, 2014)
Lean Product Management for ISVs (October 14, 2014)
 
Scaling Developer Efforts with Salesforce Marketing Cloud
Scaling Developer Efforts with Salesforce Marketing CloudScaling Developer Efforts with Salesforce Marketing Cloud
Scaling Developer Efforts with Salesforce Marketing Cloud
 
Integrating High-Velocity External Data in Your Salesforce Application
Integrating High-Velocity External Data in Your Salesforce ApplicationIntegrating High-Velocity External Data in Your Salesforce Application
Integrating High-Velocity External Data in Your Salesforce Application
 
Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...
Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...
Transition to the Lightning Experience: Pro Tips, Tools and a Transition Stra...
 
Getting Started with Process Builder by Susan Sparks
Getting Started with Process Builder by Susan SparksGetting Started with Process Builder by Susan Sparks
Getting Started with Process Builder by Susan Sparks
 
Design Patterns Every ISV Needs to Know (October 15, 2014)
Design Patterns Every ISV Needs to Know (October 15, 2014)Design Patterns Every ISV Needs to Know (October 15, 2014)
Design Patterns Every ISV Needs to Know (October 15, 2014)
 
Salesforce Campus Tour - Declarative
Salesforce Campus Tour - DeclarativeSalesforce Campus Tour - Declarative
Salesforce Campus Tour - Declarative
 
Building Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime APIBuilding Dynamic UI with Visual Workflow Runtime API
Building Dynamic UI with Visual Workflow Runtime API
 
Go Faster with Lightning - Overview
Go Faster with Lightning - OverviewGo Faster with Lightning - Overview
Go Faster with Lightning - Overview
 
Introducing: The Lightning Experience
Introducing: The Lightning ExperienceIntroducing: The Lightning Experience
Introducing: The Lightning Experience
 
Supercharge Productivity With Lightning Console Apps
Supercharge Productivity With Lightning Console AppsSupercharge Productivity With Lightning Console Apps
Supercharge Productivity With Lightning Console Apps
 
Automate Processes Visually with the Lightning Process Builder
Automate Processes Visually with the Lightning Process BuilderAutomate Processes Visually with the Lightning Process Builder
Automate Processes Visually with the Lightning Process Builder
 
Salesforce Quip & Salesforce Spring 20 Release Features
Salesforce Quip & Salesforce Spring 20 Release FeaturesSalesforce Quip & Salesforce Spring 20 Release Features
Salesforce Quip & Salesforce Spring 20 Release Features
 

Recently uploaded

"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 

Recently uploaded (20)

"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Process Automation Showdown Session 1

  • 1. Process Automation Showdown Session #1 aedelstein@salesforce.com, @alexed1 Alex Edelstein, Sr. Director Product Management – Process Automation
  • 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.
  • 3. Lightning Flow Two great ways to automate your processes Easy to Use and Surprisingly Versatile Process Builder Visual Flow Our powerful and extensible workflow environment
  • 4. Watch, Learn, and VOTE! Who will win? It’s up to you!
  • 5. First Competitor: Jennifer W. Lee Salesforce Business Consultant @jenwlee
  • 6. Meet Jennifer W. Lee Salesforce Business Consultant, John Hancock Salesforce MVP, Summer ’16-’17 Blogger: Jenwlee.wordpress.com Automation Hour Co-Host (AutomationHour.com) Trailhead Addict – 310 Badges (full count a/o Oct Otter Release) Presenter: Dreamforce ‘16-17, Boston and NYC World Tours, Southeast Dreamin’ 17, Salesforce User Groups Social Media Manager for WiT Diversity Twitter: @jenwlee
  • 7. Use Case: Highlight Additional Contact Details Business Requirements • Agent/rep needs to quickly/easily locate contact information, such as if the contact • Is a premier client (i.e. account attribute), • Is the primary contact (i.e. related contact), • Has open cases (w/count), and • Has open opportunities (w/count) For the purposes of this demo, I will focus on solution that addresses the requirement to display the open cases (w/count).
  • 9. The Solution: Visual Workflow Ingredients • Create a Flow that does the following: • Fast Lookup open cases • Decision if any open cases were found • Loop: • Record Lookup Case Number and Case Subject • Perform Assignment – add screen info and increment case count • Decision for screen to display (Has Cases or No Cases) • Screen shows additional contact info • Add flow component to Contact Lightning page via App Builder
  • 11. Next Competitor: Mike Gill Technical Architect @agentgill
  • 12. Meet Mike Gill Technical Architect with 10K Advisors Salesforce MVP Winter 15’ Blogger at Salesforceweek.ly Co-Leader London Admin User Group Dreamforce Presenter 2015 & 2016 Co-presenter for Release Readiness Webinar on the Success Community Trailhead Ranger – 100+ Badges Twitter: @agentgill
  • 13. Use Case: Case Summary Calculator Business Requirement • Display the Total Number of Closed & Open Cases against an Account • Let’s create a Roll-up Summary field… • Hold on… I cannot create a Roll-Up Summary field • Why – Standard Roll-up fields are only available when the object relationship is Master-Detail • What are our options: • Create & use a report • Use an App… something like Declarative Lookup Roll-Up Summaries (dlrs) or the Roll-up Helper App • Write some Apex… Code is cheating! • Or we create our own using Process Builder & Flow (the ultimate classic example)
  • 14. The Solution: Flow with the help of Process Builder Ingredients • First we create some Custom Fields field on the Account object to store Total Closed Cases and Total Open Cases • Next we create our Flow will handle the summarization & calculate our Totals • Lookup all Cases for a given Account • Loop over each Case and determine if case is Open or Closed • Count the number of Cases for each • Update the Account with the Totals • Lastly we use Process Builder on the Case to auto-launch our Flow • Pass in our Account Id to kick start the calculation process
  • 17. Meet Amanda Matczynski Operations Supervisor, Wolf & Company, P.C. Certified Salesforce Administrator Co-Leader Boston User Group Trailhead Ranger – 100+ Badges 2017 Boston World Tour Awesome Admin Twitter: @agmatczynski
  • 18. Business Requirements • Create contract when an opportunity is closed won • Relate original opportunity to contract • Relate opportunity products to contract • Submit contract for approval Use Case: Auto-Create Contract
  • 19. The Solution: Process Builder Ingredients • Field setup • Create/Enable necessary lookup fields on Contract, Opportunity, and Opportunity Products objects • Create Contract Approval Process • Process Builder on the Opportunity object when record is created or edited and Stage is Closed Won • Create Contract and store Opportunity on the Contract Object • Update Opportunity Products with new Contract ID • 2nd Process Builder on the Contract object when record is created • Update Opportunity with new Contract ID. • Submit Contract for approval • Update Contract status to “In Approval Process”
  • 21. Next Competitor: Michael L Barnes Director, Salesforce.com Administration michael.barnes@golfchannel.com @BarnesMichaelL
  • 22. Meet Michael L Barnes Director, Salesforce.com Administration, GolfNow Salesforce Admin since 2010 Degrees in Electrical Engineering (Georgia Tech) and MBA (University of Florida) Certified Administrator (‘13), Advanced Administrator (‘15) and Platform App Builder (‘16) Presenter: Dreamforce ‘14, Salesforce Chatter Recognition, Dreamforce ‘15, Salesforce Partner Community, Dreamforce ‘17 Flow & Process Builder Best Practices Active contributor to the Success Community Twitter: @BarnesMichaelL
  • 23. Use Case: Case Status Tracker How much time do cases spend in any particular status? • Case History has the data, but calculations are a challenge • Need to better understand Support Process to eliminate gaps How many times are cases bouncing back to a status? • Same problems here, counting records and grouping statuses can be difficult • Managers need to know what is delaying case closings • With a solution, we meet our SLAs!
  • 24. Problem Solved with Process Automation Tools you need • Custom Object • Master-Detail Relationship field • Picklist Field • Two (2) Numeric Fields • Two (2) Formula Fields • Case Object • Roll-up Summary Field • Two (2) Formula Fields • Custom Text Field • Flow • Process Builder • Workflow with Field Update • NO CODE NEEDED Case Time Tracker
  • 25. Demo
  • 27. Bonus Use Case: Flow as a Survey Tool bit.ly/showdownvote1
  • 28. And the winner is…

Editor's Notes

  1. We took our process infrastructure and hooked it into the Lightning You can use components to create dynamic, rich experiences. What goes into a flow? Decisions Based on user input or record context, the flow will change directions. 3rd Party Events Kickoff flows with a platform event, or call an API to move a decision forward Screens Design the screen within flow builder Process Components Like a path component, file upload, video player - into the flow. What goes into a flow? Platform Events Publish and subscribe to events and built into the flow Rich Dynamic UX via Lightning Components within Flows Add Lightning components into a flow Flow Components Packaged processes that can be added to apps and communities, combine code with declarative building Global Flows Create processes that sit outside of a record, and can be used to create records Embedded Flows Embed flows into a record, and they will inherit the record information Packaged Flows / “App” Can be added to apps and communities, combine code with declarative building Flow Builder Built a complete flow that you can embed into a Apps, Communities, or 3rd party sites. Platform Event: Subscribe or Publish External Service: API which lets you make an outbound API callout Decisoin: Based on users input or record context, the flow will change directions. If you load up the verified flow, you can say “look at the custoemr record,” if they have, you can offer something.