SlideShare a Scribd company logo
1 of 48
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
LEVERAGING ZUORA CPQ
Jordan Gonzalez & Jacob
Feisley
SAFE HARBOR DISCLAIMER
The following presentation is intended for information purposes only. The development, release, and timing of any features or
functionality described for Zuora’s products remains at the sole discretion of Zuora and is subject to change. Any unreleased services
or features referenced in this presentation are not currently available and may not be delivered on time or at all. Customers should
make purchase decisions based upon product features that are currently available.
In addition, statements in this presentation that refer to forecasts, future plans and expectations forward-looking statements that
involve risks, uncertainties, and assumptions, many of which involve factors or circumstances that are beyond our control. If any such
uncertainties materialize, if any of the assumptions prove incorrect, or if priorities or resourcing changes, actual results could differ
materially from such forward-looking statements. You are cautioned not to place undue reliance on these forward-looking statements
as they reflect Zuora’s expectations as of the date of this presentation. In addition, actual results could differ materially from those
expressed or implied in the forward-looking statements due to a number of factors, including but not limited to, risks detailed in our
final prospectus related to our initial public offering filed with the Securities and Exchange Commission (SEC) on April 12, 2018 as well
as other documents that may be filed by us from time to time with the SEC. Copies of our final prospectus and other filings with the
SEC may be obtained by visiting our Investor Relations website at investor.zuora.com or the SEC's website at www.sec.gov. Zuora
assumes no obligation and does not intend to update these forward looking statements after the date of this presentation to conform
these statements to actual results or to changes in our expectations.
We encourage customers requiring specific functionality to file requests on our Zuora Community Ideas Board, even if a feature
potentially addressing their needs has been previously discussed. These cases will be tracked by Zuora product management and
every effort will be made to proactively communicate Zuora’s triage and status of incoming requests.
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
WHAT IS CPQ?
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
Zuora CPQ
- Build customer-ready
quotes
- The only CPQ solution
purpose-built for
subscriptions.
- Send the resulting
accounts and
subscriptions immediately
to Zuora for invoicing and
subscription management
- Send account,
subscription, invoice, and
product catalog data from
Zuora to Salesforce.
- Synchronizes Billing
Accounts and their related
objects from Zuora to
Salesforce
Zuora CPQ Zuora 360
Two Managed Packages
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
PRODUCT SELECTION
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
Guided Selling
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
Pricing Module
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
Submitting for Approvals
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
Approval Process
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
DocuSign Integration
Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved.
Sending Quote to Zuora
v
Director, Systems and Security
Appspace
Jacob Feisley
Sales Operations
Who are we anyway?
Sales Operations
Helping our teams sell better, faster, and more effectively
● Defining Process
● Implementing Automation
● Generate insights and analytics to monitor performance
Automation
Taking the toil out of CPQ
Business Use Cases
Sales Leadership
Operations
● We want the quoting process to be
quick and easy. Time is money!
● We want to avoid mistakes on
quotes sent to the customer
● We want to ensure subscriptions
are only combined with compatible
add-ons
Finance & Legal
● We want to ensure discounts are
capped at a certain limit
● We want to ensure minimum
quantity of certain items on an order
Business Use Cases
Sales Leadership
Operations
● We want the quoting process to be
quick and easy. Time is money!
● We want to avoid mistakes on
quotes sent to the customer
● We want to ensure subscriptions
are only combined with compatible
add-ons
Finance & Legal
● We want to ensure discounts are
capped at a certain limit
● We want to ensure minimum
quantity of certain items on an order
Default Values
Plugin
Default Values
Plugin
Solution: Default Values Plugin
● What is it?
○ A small Salesforce Apex class that allows values to be automatically
pre-set on a quote
● How does it work?
○ When a quote is created and just before the user is shown the Quote
Details screen the Apex code will run and set any values you specify on
the quote
Solution: Default Values Plugin
● What can I do with this?
○ Set the subscription and renewal terms
○ Set the quote start date
○ Set the quote expiration date
○ Set payment method and invoicing defaults
○ Set a default bill to and sold to contact
○ and much more...
Solution: Default Values Plugin
● Default values can be static or can be dynamic
○ e.g. Customers in the United States may have a default payment
method of check and other countries use wire transfer
● Default values can be changed by the user once they get to the quote
details page
● The goal is that 95% of the time the default values are the ‘right answer’
and the sales rep can simply click ‘Next’ and move on to quoting the
products and services.
Default Values Plugin Example
Default Values Plugin Example
Default Values Plugin Example
Learn more at
https://knowledgecenter.zuora.com/
Rules Engine
Solution: Quote Rules Engine
The rules engine allows you to dynamically check for certain
conditions on your quotes and take automated actions
Simple… but powerful
Condition Action
Rules Engine: Conditions
● Conditions can be triggered by
○ Quote attributes / fields
○ Rollup values from rate plans or charges
○ Calculated values (i.e. add two fields together)
○ System values (i.e. Salesforce user specific fields)
Rules Engine: Actions
● Actions can do the following
○ Show a message
■ Info - Just gives the user some information
■ Warning - Alerts them to a potential problem
■ Error - Indicates an operation is not allowed (blocks the quote from
saving)
○ Add a Product
○ Remove a Product
○ Update a product
○ Custom Action - runs a custom Apex function
Rules Engine
● Rules are configured in the Salesforce UI and require no Apex code
(though you can extend rules with Apex if you need more advanced
features)
● Rules can be run after every change on a quote or you can run them only
when the user attempts to save the quote.
● The order in which rules run can be configured in the UI
Rules Engine Example - Restrict Discounts
Rules Engine Example - Restrict Discounts
Rules Engine Example - Remove Legacy Products
Rules Engine Example - Remove Legacy Products
Insights and Analytics
Letting our team see the big picture
Advanced
...
Salesforce Tools
Salesforce Tools: DLRS
● DLRS short for “Declarative Lookup Rollup Summaries”
● Amazing tool for getting around the Salesforce limits on rollups across
records
● Open-Source and Free
● Get the managed package here:
○ https://github.com/afawcett/declarative-lookup-rollup-summaries
○ ...or just Google: “DLRS”
DLRS - Enhancing Zuora CPQ
● Rollup summary values to the quote from the rate plans or charges
● Examples:
○ Total MRR from Base Subscriptions (sum of base subscription mrr
values)
○ Total quote revenue per product category (Subscriptions vs Perpetual
vs Professional Services)
DLRS - Enhancing Zuora 360
● Rollup summary values to the account from subscriptions and charges
● Examples:
○ Total licenses on the account across all subscriptions
○ MRR per product category rollup to account
○ Number of subscriptions active on account
Opportunity Metric
Rollups
Custom Opportunity Metric Rollups
How did we do this?
Zuora CPQ + DLRS
● Annual: SaaS Recurring = Sum of MRR for charges of type ‘software
subscription’ multiplied by 12
● Annual: Services Recurring = Sum of MRR for charges of type
‘professional services subscription’ multiplied by 12
● One Time: Software = Sum of quote charges of type ‘software license’
● One Time Services = Sum of quote charges of type ‘professional services’
Custom Opportunity Metric Rollups
Expanded Quote
Status
Expanded Quote Status
● Out of the box Status: ‘New’ and ‘Sent to Z-Billing’
● New Status Field:
○ New - All new and active quotes
○ Expired - The quotes expiration date has passed and pricing may not
be valid
○ Archived - Another quote on this opportunity was submitted to billing.
(only one quote per opportunity can be sent to billing)
○ Sent to Billing - This quote has been sent to billing and is locked.
Expanded Quote Status
Questions?
We have answers!
(or will make something up…)

More Related Content

What's hot

Subscribed 2019 - CPQ X: The Future of CPQ
Subscribed 2019 - CPQ X: The Future of CPQSubscribed 2019 - CPQ X: The Future of CPQ
Subscribed 2019 - CPQ X: The Future of CPQZuora, Inc.
 
Subscribed 2019 - Current and Future State: Zuora Functional Architecture
Subscribed 2019 - Current and Future State: Zuora Functional ArchitectureSubscribed 2019 - Current and Future State: Zuora Functional Architecture
Subscribed 2019 - Current and Future State: Zuora Functional ArchitectureZuora, Inc.
 
Subscribed 2019 - Customer First Approach to Pricing
Subscribed 2019  - Customer First Approach to Pricing Subscribed 2019  - Customer First Approach to Pricing
Subscribed 2019 - Customer First Approach to Pricing Zuora, Inc.
 
Subscribed 2019 - Deliver Growth Without Breaking Your Back Office
Subscribed 2019 - Deliver Growth Without Breaking Your Back OfficeSubscribed 2019 - Deliver Growth Without Breaking Your Back Office
Subscribed 2019 - Deliver Growth Without Breaking Your Back OfficeZuora, Inc.
 
Subscribed 2019 - Best Practices and Iterating On Your Zuora Platform
Subscribed 2019 - Best Practices and Iterating On Your Zuora PlatformSubscribed 2019 - Best Practices and Iterating On Your Zuora Platform
Subscribed 2019 - Best Practices and Iterating On Your Zuora PlatformZuora, Inc.
 
Subscribed 2019 - Best Practices for Realizing Optimal Value from Zuora
Subscribed 2019 -  Best Practices for Realizing Optimal Value from ZuoraSubscribed 2019 -  Best Practices for Realizing Optimal Value from Zuora
Subscribed 2019 - Best Practices for Realizing Optimal Value from ZuoraZuora, Inc.
 
Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...
Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...
Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...Zuora, Inc.
 
Subscribed 2017: Using Zuora Reports To Evaluate Pricing Strategies
Subscribed 2017: Using Zuora Reports To Evaluate Pricing StrategiesSubscribed 2017: Using Zuora Reports To Evaluate Pricing Strategies
Subscribed 2017: Using Zuora Reports To Evaluate Pricing StrategiesZuora, Inc.
 
Subscribed 2017: The 6 Engines Of The Zuora Platform
Subscribed 2017: The 6 Engines Of The Zuora PlatformSubscribed 2017: The 6 Engines Of The Zuora Platform
Subscribed 2017: The 6 Engines Of The Zuora PlatformZuora, Inc.
 
Subscribed 2017: Extending Zuora's Functionality to Meet Changing Business Needs
Subscribed 2017: Extending Zuora's Functionality to Meet Changing Business NeedsSubscribed 2017: Extending Zuora's Functionality to Meet Changing Business Needs
Subscribed 2017: Extending Zuora's Functionality to Meet Changing Business NeedsZuora, Inc.
 
Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...
Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...
Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...Zuora, Inc.
 
Subscribed 2017: Top Features In Zuora To Improve Billing Operations
Subscribed 2017: Top Features In Zuora To Improve Billing OperationsSubscribed 2017: Top Features In Zuora To Improve Billing Operations
Subscribed 2017: Top Features In Zuora To Improve Billing OperationsZuora, Inc.
 
Subscribed 2017: A Beginner’s Guide To The Zuora Connect Marketplace
Subscribed 2017: A Beginner’s Guide To The Zuora Connect MarketplaceSubscribed 2017: A Beginner’s Guide To The Zuora Connect Marketplace
Subscribed 2017: A Beginner’s Guide To The Zuora Connect MarketplaceZuora, Inc.
 
Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...
Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...
Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...Zuora, Inc.
 
Subscribed 2017: Save Time On Critical Tasks With Zuora Connect
Subscribed 2017: Save Time On Critical Tasks With Zuora ConnectSubscribed 2017: Save Time On Critical Tasks With Zuora Connect
Subscribed 2017: Save Time On Critical Tasks With Zuora ConnectZuora, Inc.
 
Subscribed 2019 - Going Global: Demystifying International Payments
Subscribed 2019 - Going Global: Demystifying International PaymentsSubscribed 2019 - Going Global: Demystifying International Payments
Subscribed 2019 - Going Global: Demystifying International PaymentsZuora, Inc.
 
Subscribed 2017: The Basics Of Zuora Reporting
Subscribed 2017: The Basics Of Zuora ReportingSubscribed 2017: The Basics Of Zuora Reporting
Subscribed 2017: The Basics Of Zuora ReportingZuora, Inc.
 
Subscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevPro
Subscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevProSubscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevPro
Subscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevProZuora, Inc.
 
Subscribed 2017: An Admin’s Guide To Hacking Notifications In Zuora
Subscribed 2017: An Admin’s Guide To Hacking Notifications In ZuoraSubscribed 2017: An Admin’s Guide To Hacking Notifications In Zuora
Subscribed 2017: An Admin’s Guide To Hacking Notifications In ZuoraZuora, Inc.
 
Subscribed 2017: Comprehensive Overview On Fresh, New Zuora APIs
Subscribed 2017: Comprehensive Overview On Fresh, New Zuora APIsSubscribed 2017: Comprehensive Overview On Fresh, New Zuora APIs
Subscribed 2017: Comprehensive Overview On Fresh, New Zuora APIsZuora, Inc.
 

What's hot (20)

Subscribed 2019 - CPQ X: The Future of CPQ
Subscribed 2019 - CPQ X: The Future of CPQSubscribed 2019 - CPQ X: The Future of CPQ
Subscribed 2019 - CPQ X: The Future of CPQ
 
Subscribed 2019 - Current and Future State: Zuora Functional Architecture
Subscribed 2019 - Current and Future State: Zuora Functional ArchitectureSubscribed 2019 - Current and Future State: Zuora Functional Architecture
Subscribed 2019 - Current and Future State: Zuora Functional Architecture
 
Subscribed 2019 - Customer First Approach to Pricing
Subscribed 2019  - Customer First Approach to Pricing Subscribed 2019  - Customer First Approach to Pricing
Subscribed 2019 - Customer First Approach to Pricing
 
Subscribed 2019 - Deliver Growth Without Breaking Your Back Office
Subscribed 2019 - Deliver Growth Without Breaking Your Back OfficeSubscribed 2019 - Deliver Growth Without Breaking Your Back Office
Subscribed 2019 - Deliver Growth Without Breaking Your Back Office
 
Subscribed 2019 - Best Practices and Iterating On Your Zuora Platform
Subscribed 2019 - Best Practices and Iterating On Your Zuora PlatformSubscribed 2019 - Best Practices and Iterating On Your Zuora Platform
Subscribed 2019 - Best Practices and Iterating On Your Zuora Platform
 
Subscribed 2019 - Best Practices for Realizing Optimal Value from Zuora
Subscribed 2019 -  Best Practices for Realizing Optimal Value from ZuoraSubscribed 2019 -  Best Practices for Realizing Optimal Value from Zuora
Subscribed 2019 - Best Practices for Realizing Optimal Value from Zuora
 
Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...
Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...
Subscribed 2019 - Why Digital Transformation Should Drive Business Model Tran...
 
Subscribed 2017: Using Zuora Reports To Evaluate Pricing Strategies
Subscribed 2017: Using Zuora Reports To Evaluate Pricing StrategiesSubscribed 2017: Using Zuora Reports To Evaluate Pricing Strategies
Subscribed 2017: Using Zuora Reports To Evaluate Pricing Strategies
 
Subscribed 2017: The 6 Engines Of The Zuora Platform
Subscribed 2017: The 6 Engines Of The Zuora PlatformSubscribed 2017: The 6 Engines Of The Zuora Platform
Subscribed 2017: The 6 Engines Of The Zuora Platform
 
Subscribed 2017: Extending Zuora's Functionality to Meet Changing Business Needs
Subscribed 2017: Extending Zuora's Functionality to Meet Changing Business NeedsSubscribed 2017: Extending Zuora's Functionality to Meet Changing Business Needs
Subscribed 2017: Extending Zuora's Functionality to Meet Changing Business Needs
 
Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...
Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...
Subscribed 2017: Essential Reports For Understanding & Managing Billing & Pay...
 
Subscribed 2017: Top Features In Zuora To Improve Billing Operations
Subscribed 2017: Top Features In Zuora To Improve Billing OperationsSubscribed 2017: Top Features In Zuora To Improve Billing Operations
Subscribed 2017: Top Features In Zuora To Improve Billing Operations
 
Subscribed 2017: A Beginner’s Guide To The Zuora Connect Marketplace
Subscribed 2017: A Beginner’s Guide To The Zuora Connect MarketplaceSubscribed 2017: A Beginner’s Guide To The Zuora Connect Marketplace
Subscribed 2017: A Beginner’s Guide To The Zuora Connect Marketplace
 
Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...
Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...
Subscribed 2017: Unlocking The Full Functionality Of Zuora’s Billing & Paymen...
 
Subscribed 2017: Save Time On Critical Tasks With Zuora Connect
Subscribed 2017: Save Time On Critical Tasks With Zuora ConnectSubscribed 2017: Save Time On Critical Tasks With Zuora Connect
Subscribed 2017: Save Time On Critical Tasks With Zuora Connect
 
Subscribed 2019 - Going Global: Demystifying International Payments
Subscribed 2019 - Going Global: Demystifying International PaymentsSubscribed 2019 - Going Global: Demystifying International Payments
Subscribed 2019 - Going Global: Demystifying International Payments
 
Subscribed 2017: The Basics Of Zuora Reporting
Subscribed 2017: The Basics Of Zuora ReportingSubscribed 2017: The Basics Of Zuora Reporting
Subscribed 2017: The Basics Of Zuora Reporting
 
Subscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevPro
Subscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevProSubscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevPro
Subscribed 2017: Transitioning to ASC 606 and IFRS 15 with Zuora RevPro
 
Subscribed 2017: An Admin’s Guide To Hacking Notifications In Zuora
Subscribed 2017: An Admin’s Guide To Hacking Notifications In ZuoraSubscribed 2017: An Admin’s Guide To Hacking Notifications In Zuora
Subscribed 2017: An Admin’s Guide To Hacking Notifications In Zuora
 
Subscribed 2017: Comprehensive Overview On Fresh, New Zuora APIs
Subscribed 2017: Comprehensive Overview On Fresh, New Zuora APIsSubscribed 2017: Comprehensive Overview On Fresh, New Zuora APIs
Subscribed 2017: Comprehensive Overview On Fresh, New Zuora APIs
 

Similar to Subscribed 2019 - Empower Sales Operations

Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...
Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...
Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...Zuora, Inc.
 
Forecasting Accurately with Salesforce Forecasting
Forecasting Accurately with Salesforce ForecastingForecasting Accurately with Salesforce Forecasting
Forecasting Accurately with Salesforce ForecastingDreamforce
 
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
 
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
 
Build Engaging Community Experiences with Community Cloud
Build Engaging Community Experiences with Community CloudBuild Engaging Community Experiences with Community Cloud
Build Engaging Community Experiences with Community CloudSalesforce Developers
 
Setting up Security in Your Salesforce Instance
Setting up Security in Your Salesforce InstanceSetting up Security in Your Salesforce Instance
Setting up Security in Your Salesforce InstanceSalesforce Developers
 
Sales Wave Partner Update (October 19, 2015)
Sales Wave Partner Update (October 19, 2015)Sales Wave Partner Update (October 19, 2015)
Sales Wave Partner Update (October 19, 2015)Salesforce Partners
 
Partner Roadmap Webinar (August 3, 2017)
Partner Roadmap Webinar (August 3, 2017)Partner Roadmap Webinar (August 3, 2017)
Partner Roadmap Webinar (August 3, 2017)Salesforce Partners
 
Salesforce API Series: Integrating Applications with Force.com Webinar
Salesforce API Series: Integrating Applications with Force.com WebinarSalesforce API Series: Integrating Applications with Force.com Webinar
Salesforce API Series: Integrating Applications with Force.com WebinarSalesforce 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
 
Apache Pulsar Design Choices and use-cases
Apache Pulsar Design Choices and use-casesApache Pulsar Design Choices and use-cases
Apache Pulsar Design Choices and use-casessouravagrawal35
 
Salesforce Lightning Data Service
Salesforce Lightning Data ServiceSalesforce Lightning Data Service
Salesforce Lightning Data ServiceManish Thaduri
 
Route your triggers like a pro #DF18
Route your triggers like a pro #DF18Route your triggers like a pro #DF18
Route your triggers like a pro #DF18Daniel Stange
 
Salesforce Miami User Group Event - 2nd Quarter
Salesforce Miami User Group Event - 2nd QuarterSalesforce Miami User Group Event - 2nd Quarter
Salesforce Miami User Group Event - 2nd QuarterSkyPlanner
 
Using Personas for Salesforce Accessibility and Security
Using Personas for Salesforce Accessibility and SecurityUsing Personas for Salesforce Accessibility and Security
Using Personas for Salesforce Accessibility and SecuritySalesforce Admins
 
Build Better Communities with Lightning
Build Better Communities with LightningBuild Better Communities with Lightning
Build Better Communities with LightningSalesforce Developers
 
Cloud Academy: Getting Started (August 19, 2015))
Cloud Academy: Getting Started (August 19, 2015))Cloud Academy: Getting Started (August 19, 2015))
Cloud Academy: Getting Started (August 19, 2015))Salesforce Partners
 
Summer '15: User Provisioning for Connected Apps
Summer '15: User Provisioning for Connected AppsSummer '15: User Provisioning for Connected Apps
Summer '15: User Provisioning for Connected AppsSalesforce Developers
 

Similar to Subscribed 2019 - Empower Sales Operations (20)

Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...
Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...
Subscribed 2019 - Quote Smarter, Faster and Get Products to Market Quicker wi...
 
Forecasting Accurately with Salesforce Forecasting
Forecasting Accurately with Salesforce ForecastingForecasting Accurately with Salesforce Forecasting
Forecasting Accurately with Salesforce Forecasting
 
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
 
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
 
Build Engaging Community Experiences with Community Cloud
Build Engaging Community Experiences with Community CloudBuild Engaging Community Experiences with Community Cloud
Build Engaging Community Experiences with Community Cloud
 
Setting up Security in Your Salesforce Instance
Setting up Security in Your Salesforce InstanceSetting up Security in Your Salesforce Instance
Setting up Security in Your Salesforce Instance
 
Sales Wave Partner Update (October 19, 2015)
Sales Wave Partner Update (October 19, 2015)Sales Wave Partner Update (October 19, 2015)
Sales Wave Partner Update (October 19, 2015)
 
Partner Roadmap Webinar (August 3, 2017)
Partner Roadmap Webinar (August 3, 2017)Partner Roadmap Webinar (August 3, 2017)
Partner Roadmap Webinar (August 3, 2017)
 
Salesforce API Series: Integrating Applications with Force.com Webinar
Salesforce API Series: Integrating Applications with Force.com WebinarSalesforce API Series: Integrating Applications with Force.com Webinar
Salesforce API Series: Integrating Applications with Force.com Webinar
 
API Design for Your Packaged App
API Design for Your Packaged AppAPI Design for Your Packaged App
API Design for Your Packaged App
 
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
 
API Design for Your Packaged App
API Design for Your Packaged AppAPI Design for Your Packaged App
API Design for Your Packaged App
 
Apache Pulsar Design Choices and use-cases
Apache Pulsar Design Choices and use-casesApache Pulsar Design Choices and use-cases
Apache Pulsar Design Choices and use-cases
 
Salesforce Lightning Data Service
Salesforce Lightning Data ServiceSalesforce Lightning Data Service
Salesforce Lightning Data Service
 
Route your triggers like a pro #DF18
Route your triggers like a pro #DF18Route your triggers like a pro #DF18
Route your triggers like a pro #DF18
 
Salesforce Miami User Group Event - 2nd Quarter
Salesforce Miami User Group Event - 2nd QuarterSalesforce Miami User Group Event - 2nd Quarter
Salesforce Miami User Group Event - 2nd Quarter
 
Using Personas for Salesforce Accessibility and Security
Using Personas for Salesforce Accessibility and SecurityUsing Personas for Salesforce Accessibility and Security
Using Personas for Salesforce Accessibility and Security
 
Build Better Communities with Lightning
Build Better Communities with LightningBuild Better Communities with Lightning
Build Better Communities with Lightning
 
Cloud Academy: Getting Started (August 19, 2015))
Cloud Academy: Getting Started (August 19, 2015))Cloud Academy: Getting Started (August 19, 2015))
Cloud Academy: Getting Started (August 19, 2015))
 
Summer '15: User Provisioning for Connected Apps
Summer '15: User Provisioning for Connected AppsSummer '15: User Provisioning for Connected Apps
Summer '15: User Provisioning for Connected Apps
 

More from Zuora, Inc.

SSP Your New Strategic Growth Weapon
SSP  Your New Strategic Growth Weapon SSP  Your New Strategic Growth Weapon
SSP Your New Strategic Growth Weapon Zuora, Inc.
 
Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...
Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...
Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...Zuora, Inc.
 
Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...
Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...
Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...Zuora, Inc.
 
Subscribed 2019 - Omni-Channel Customer Acquisition and Retention
Subscribed 2019 - Omni-Channel Customer Acquisition and RetentionSubscribed 2019 - Omni-Channel Customer Acquisition and Retention
Subscribed 2019 - Omni-Channel Customer Acquisition and RetentionZuora, Inc.
 
Subscribed 2019 - Proration: Why Getting it Right Matters
Subscribed 2019 - 	Proration: Why Getting it Right MattersSubscribed 2019 - 	Proration: Why Getting it Right Matters
Subscribed 2019 - Proration: Why Getting it Right MattersZuora, Inc.
 
Subscribed NYC 2017: Land & Expand: Your Strategy for Global Market Expansion
Subscribed NYC 2017: Land & Expand: Your Strategy for Global Market ExpansionSubscribed NYC 2017: Land & Expand: Your Strategy for Global Market Expansion
Subscribed NYC 2017: Land & Expand: Your Strategy for Global Market ExpansionZuora, Inc.
 
Subscribed NYC 2017: Monetizing Subscription Services
Subscribed NYC 2017: Monetizing Subscription ServicesSubscribed NYC 2017: Monetizing Subscription Services
Subscribed NYC 2017: Monetizing Subscription ServicesZuora, Inc.
 
Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...
Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...
Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...Zuora, Inc.
 
Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...
Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...
Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...Zuora, Inc.
 
Subscribed NYC 2017: Opening Keynote
Subscribed NYC 2017: Opening KeynoteSubscribed NYC 2017: Opening Keynote
Subscribed NYC 2017: Opening KeynoteZuora, Inc.
 
Subscribed NYC 2017: Product Keynote
Subscribed NYC 2017: Product KeynoteSubscribed NYC 2017: Product Keynote
Subscribed NYC 2017: Product KeynoteZuora, Inc.
 
Subscribed Melbourne 2017: Product Keynote
Subscribed Melbourne 2017: Product KeynoteSubscribed Melbourne 2017: Product Keynote
Subscribed Melbourne 2017: Product KeynoteZuora, Inc.
 
Subscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product KeynoteSubscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product KeynoteZuora, Inc.
 

More from Zuora, Inc. (13)

SSP Your New Strategic Growth Weapon
SSP  Your New Strategic Growth Weapon SSP  Your New Strategic Growth Weapon
SSP Your New Strategic Growth Weapon
 
Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...
Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...
Subscribed 2019 - Fraud Management Strategies: Reducing Collection Friction t...
 
Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...
Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...
Subscribed 2019 - Regulations and What Lies Ahead with Zuora Payments and Col...
 
Subscribed 2019 - Omni-Channel Customer Acquisition and Retention
Subscribed 2019 - Omni-Channel Customer Acquisition and RetentionSubscribed 2019 - Omni-Channel Customer Acquisition and Retention
Subscribed 2019 - Omni-Channel Customer Acquisition and Retention
 
Subscribed 2019 - Proration: Why Getting it Right Matters
Subscribed 2019 - 	Proration: Why Getting it Right MattersSubscribed 2019 - 	Proration: Why Getting it Right Matters
Subscribed 2019 - Proration: Why Getting it Right Matters
 
Subscribed NYC 2017: Land & Expand: Your Strategy for Global Market Expansion
Subscribed NYC 2017: Land & Expand: Your Strategy for Global Market ExpansionSubscribed NYC 2017: Land & Expand: Your Strategy for Global Market Expansion
Subscribed NYC 2017: Land & Expand: Your Strategy for Global Market Expansion
 
Subscribed NYC 2017: Monetizing Subscription Services
Subscribed NYC 2017: Monetizing Subscription ServicesSubscribed NYC 2017: Monetizing Subscription Services
Subscribed NYC 2017: Monetizing Subscription Services
 
Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...
Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...
Subscribed NYC 2017: Driving Cross-Functional Accountability - Growth Metrics...
 
Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...
Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...
Subscribed NYC 2017: Aligning Pricing and Revenue – Two Sides Of A Very Valua...
 
Subscribed NYC 2017: Opening Keynote
Subscribed NYC 2017: Opening KeynoteSubscribed NYC 2017: Opening Keynote
Subscribed NYC 2017: Opening Keynote
 
Subscribed NYC 2017: Product Keynote
Subscribed NYC 2017: Product KeynoteSubscribed NYC 2017: Product Keynote
Subscribed NYC 2017: Product Keynote
 
Subscribed Melbourne 2017: Product Keynote
Subscribed Melbourne 2017: Product KeynoteSubscribed Melbourne 2017: Product Keynote
Subscribed Melbourne 2017: Product Keynote
 
Subscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product KeynoteSubscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product Keynote
 

Recently uploaded

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical 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
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
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
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
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
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 

Recently uploaded (20)

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical 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...
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
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
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
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
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
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...
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 

Subscribed 2019 - Empower Sales Operations

  • 1. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. LEVERAGING ZUORA CPQ Jordan Gonzalez & Jacob Feisley
  • 2. SAFE HARBOR DISCLAIMER The following presentation is intended for information purposes only. The development, release, and timing of any features or functionality described for Zuora’s products remains at the sole discretion of Zuora and is subject to change. Any unreleased services or features referenced in this presentation are not currently available and may not be delivered on time or at all. Customers should make purchase decisions based upon product features that are currently available. In addition, statements in this presentation that refer to forecasts, future plans and expectations forward-looking statements that involve risks, uncertainties, and assumptions, many of which involve factors or circumstances that are beyond our control. If any such uncertainties materialize, if any of the assumptions prove incorrect, or if priorities or resourcing changes, actual results could differ materially from such forward-looking statements. You are cautioned not to place undue reliance on these forward-looking statements as they reflect Zuora’s expectations as of the date of this presentation. In addition, actual results could differ materially from those expressed or implied in the forward-looking statements due to a number of factors, including but not limited to, risks detailed in our final prospectus related to our initial public offering filed with the Securities and Exchange Commission (SEC) on April 12, 2018 as well as other documents that may be filed by us from time to time with the SEC. Copies of our final prospectus and other filings with the SEC may be obtained by visiting our Investor Relations website at investor.zuora.com or the SEC's website at www.sec.gov. Zuora assumes no obligation and does not intend to update these forward looking statements after the date of this presentation to conform these statements to actual results or to changes in our expectations. We encourage customers requiring specific functionality to file requests on our Zuora Community Ideas Board, even if a feature potentially addressing their needs has been previously discussed. These cases will be tracked by Zuora product management and every effort will be made to proactively communicate Zuora’s triage and status of incoming requests.
  • 3. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. WHAT IS CPQ?
  • 4. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. Zuora CPQ - Build customer-ready quotes - The only CPQ solution purpose-built for subscriptions. - Send the resulting accounts and subscriptions immediately to Zuora for invoicing and subscription management - Send account, subscription, invoice, and product catalog data from Zuora to Salesforce. - Synchronizes Billing Accounts and their related objects from Zuora to Salesforce Zuora CPQ Zuora 360 Two Managed Packages
  • 5. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. PRODUCT SELECTION
  • 6. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. Guided Selling
  • 7. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. Pricing Module
  • 8. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. Submitting for Approvals
  • 9. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. Approval Process
  • 10. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. DocuSign Integration
  • 11. Zuora Proprietary & Confidential Information. © 2016 Zuora, Inc. Zuora is the registered trademark of Zuora, Inc. All Rights Reserved. Sending Quote to Zuora
  • 12. v Director, Systems and Security Appspace Jacob Feisley
  • 13.
  • 15. Sales Operations Helping our teams sell better, faster, and more effectively ● Defining Process ● Implementing Automation ● Generate insights and analytics to monitor performance
  • 17. Business Use Cases Sales Leadership Operations ● We want the quoting process to be quick and easy. Time is money! ● We want to avoid mistakes on quotes sent to the customer ● We want to ensure subscriptions are only combined with compatible add-ons Finance & Legal ● We want to ensure discounts are capped at a certain limit ● We want to ensure minimum quantity of certain items on an order
  • 18. Business Use Cases Sales Leadership Operations ● We want the quoting process to be quick and easy. Time is money! ● We want to avoid mistakes on quotes sent to the customer ● We want to ensure subscriptions are only combined with compatible add-ons Finance & Legal ● We want to ensure discounts are capped at a certain limit ● We want to ensure minimum quantity of certain items on an order
  • 21. Solution: Default Values Plugin ● What is it? ○ A small Salesforce Apex class that allows values to be automatically pre-set on a quote ● How does it work? ○ When a quote is created and just before the user is shown the Quote Details screen the Apex code will run and set any values you specify on the quote
  • 22. Solution: Default Values Plugin ● What can I do with this? ○ Set the subscription and renewal terms ○ Set the quote start date ○ Set the quote expiration date ○ Set payment method and invoicing defaults ○ Set a default bill to and sold to contact ○ and much more...
  • 23. Solution: Default Values Plugin ● Default values can be static or can be dynamic ○ e.g. Customers in the United States may have a default payment method of check and other countries use wire transfer ● Default values can be changed by the user once they get to the quote details page ● The goal is that 95% of the time the default values are the ‘right answer’ and the sales rep can simply click ‘Next’ and move on to quoting the products and services.
  • 26. Default Values Plugin Example Learn more at https://knowledgecenter.zuora.com/
  • 28. Solution: Quote Rules Engine The rules engine allows you to dynamically check for certain conditions on your quotes and take automated actions Simple… but powerful Condition Action
  • 29. Rules Engine: Conditions ● Conditions can be triggered by ○ Quote attributes / fields ○ Rollup values from rate plans or charges ○ Calculated values (i.e. add two fields together) ○ System values (i.e. Salesforce user specific fields)
  • 30. Rules Engine: Actions ● Actions can do the following ○ Show a message ■ Info - Just gives the user some information ■ Warning - Alerts them to a potential problem ■ Error - Indicates an operation is not allowed (blocks the quote from saving) ○ Add a Product ○ Remove a Product ○ Update a product ○ Custom Action - runs a custom Apex function
  • 31. Rules Engine ● Rules are configured in the Salesforce UI and require no Apex code (though you can extend rules with Apex if you need more advanced features) ● Rules can be run after every change on a quote or you can run them only when the user attempts to save the quote. ● The order in which rules run can be configured in the UI
  • 32. Rules Engine Example - Restrict Discounts
  • 33. Rules Engine Example - Restrict Discounts
  • 34. Rules Engine Example - Remove Legacy Products
  • 35. Rules Engine Example - Remove Legacy Products
  • 36. Insights and Analytics Letting our team see the big picture
  • 39. Salesforce Tools: DLRS ● DLRS short for “Declarative Lookup Rollup Summaries” ● Amazing tool for getting around the Salesforce limits on rollups across records ● Open-Source and Free ● Get the managed package here: ○ https://github.com/afawcett/declarative-lookup-rollup-summaries ○ ...or just Google: “DLRS”
  • 40. DLRS - Enhancing Zuora CPQ ● Rollup summary values to the quote from the rate plans or charges ● Examples: ○ Total MRR from Base Subscriptions (sum of base subscription mrr values) ○ Total quote revenue per product category (Subscriptions vs Perpetual vs Professional Services)
  • 41. DLRS - Enhancing Zuora 360 ● Rollup summary values to the account from subscriptions and charges ● Examples: ○ Total licenses on the account across all subscriptions ○ MRR per product category rollup to account ○ Number of subscriptions active on account
  • 44. How did we do this? Zuora CPQ + DLRS ● Annual: SaaS Recurring = Sum of MRR for charges of type ‘software subscription’ multiplied by 12 ● Annual: Services Recurring = Sum of MRR for charges of type ‘professional services subscription’ multiplied by 12 ● One Time: Software = Sum of quote charges of type ‘software license’ ● One Time Services = Sum of quote charges of type ‘professional services’ Custom Opportunity Metric Rollups
  • 46. Expanded Quote Status ● Out of the box Status: ‘New’ and ‘Sent to Z-Billing’ ● New Status Field: ○ New - All new and active quotes ○ Expired - The quotes expiration date has passed and pricing may not be valid ○ Archived - Another quote on this opportunity was submitted to billing. (only one quote per opportunity can be sent to billing) ○ Sent to Billing - This quote has been sent to billing and is locked.
  • 48. Questions? We have answers! (or will make something up…)