SlideShare a Scribd company logo
1 of 59
Top Features in Zuora to Improve
Billing Operations
Zuora allows you to manipulate every step of the invoice
generation process, down to a very granular level of detail.
We’re here to help.
Natalie Kalas & Amy Ly
Customer Success, Zuora
content
review
page
03
01Who we are
Introductions
03Invoice
Presentment
Template fun!
02Invoice
GenerationBill Runs, API Generation,
Email Notifications &
Callouts
04Appendix
Resource Links
Introductions
Zuora Team
Introductions
page
05
Amy Ly, Customer Advocate
As a Customer Advocate, Amy helps her
customers grow their businesses with
Zuora. She uses her deep product
knowledge to guide customers to realize the
greatest value from Zuora. Previously, she
worked as a Support Analyst, Sales
Engineer, and librarian, through which she
honed her customer-facing, business and
technical skills.
Introductions
page
06
Natalie Kalas, Customer Success
As a Customer Success Manager at
Zuora, Natalie serves as a Zuora
technical business consultant to help her
customers navigate the Subscription
Economy to get the most value from the
Zuora platform. Prior to Zuora, Natalie
worked on enterprise software
implementations at Splunk and consulted
for forensic investigations at Deloitte.
Invoice Generation
Zuora Team
Why is Invoice Generation Important?
Other than the fact that you want to get paid….
page
08
• Your invoice could be your most
common branded touch-point with your
customers
• Accuracy matters to prevent churn and
minimize customer dissatisfaction
• Billing should enable you to scale your
business
Invoice Generation
page
09
Can anyone tell me how they
generate invoices in Zuora?
Hint….there’s more than one way 
1) Invoice Generation – Bill Runs
page
010
2) Invoice Generation – API Generated Invoices
page
011
<ns1:generate>
<ns1:zObjects xsi:type="ns2:Invoice">
<ns2:AccountId>4028e485225d1d5f012266
2fd6b249c8</ns2:AccountId>
<ns2:IncludesOneTime>true</ns2:Includes
OneTime>
<ns2:IncludesRecurring>true</ns2:Includes
Recurring>
<ns2:IncludesUsage>true</ns2:IncludesUsa
ge>
<ns2:InvoiceDate>2016-08-
01</ns2:InvoiceDate>
<ns2:TargetDate>2016-07-
31</ns2:TargetDate>
</ns1:zObjects>
Invoice Generation – Scheduled Bill Runs
page
012
Invoice Generation – Scheduled Bill Runs Deepdive
page
013
• Zuora gives you the ability to run scheduled bill runs on a regular interval or one off for the
future, creating invoices automatically for you.
• You can bill customers in batches (designated at customer account level). Billing batches
allow you process tiers of customers in different ways at different times.
• Schedule your bill runs early to review invoices before posting.
• Pro tip: Pursue Daily Lights Out Billing
Start with Initial Process: Lights Out:
Bill Run → Draft Invoices Bill Run → Auto Post
Spot Check
Post Invoices
Email Invoices
Invoice Generation – Ad Hoc Bill Runs & Filter Charges
page
014
Invoice Generation – Ad Hoc Bill Runs Deepdive
page
015
• Zuora gives you the ability to run ad-hoc bill runs for one off accounts on demand.
• You can specify types of charges you want to include or remove from bill runs, you have the
option to select applying the bill run to: usage, recurring, or one-time charges
Real World Example:
• A customer has 2 charges on the subscription (usage and recurring). The one year term of
the contract runs from 01/01/2016-12/31/2016. The customer decides to cancel their
contract on 12/31/2016 but usage for December is uploaded on the 15th of the month, so
usage charges between 12/15/2016-12/31/2016 are not picked up in December bill run
since usage is not uploaded for December until Jan 15th. This is a perfect example of when
the customer may want to do an ad-hoc bill run to capture usage once the subscription has
been cancelled.
Invoice Generation – Processing Rules
page
016
Invoice Generation – Processing Rules
page
017
#1: Automatically renew auto-renew subscriptions that are up for renewal
• If I check the box, all subscriptions up for renewal within the target date of the bill run and
are set to auto-renew, will renew now.
When would I use this?
If you are going away on vacation and would like to run your
bill runs in advanced, you can make sure all your
renewals go out by selecting this option.
Invoice Generation – Processing Rules
page
018
#2: Do not email invoices with 0 Invoice Total
• We will not email invoices with $0 totals….pretty self explanatory
When would I use this?
If you don’t want to email $0 invoices to your customers, you
would use this setting.
Invoice Generation – Processing Rules
page
019
#3: Auto-Post documents upon completion of Bill Run
• Once the bill run is complete, this option will allow you to auto-post invoices (i.e. lights
out billing)
When would I use this?
If you are a Zuora ninja and do not need to review your invoices prior to
posting them, you can use this option.
Cautionary Reminder: Once you post the invoice, this contributes to your Zuora usage
Invoice Generation – Processing Rules
page
020
#4: Email documents after Auto-Post is complete
• Once auto-post is complete, this option will email invoices to customers.
3 Important Tips:
1) Make sure your invoice delivery preference on the account is set to email
2) The bill to contact on the account has an email address
3) Ensure the communication profile on the account is set to receive invoice
emails
Invoice Generation – Target Dates
page
021
Invoice Generation – Target Dates
page
022
• Invoice Date = Date that will be displayed on invoice
• Target Date for the Bill Run= Date that determines what charges are to be billed; any charges on
this date or prior (from your last bill run) will be billed.
Advanced Billing
• If you want to send an invoice out on May 1st for the June 1-June 30th billing period, you’d set your
invoice date to 05/01 and your target date for 06/30.
Future Dated Bill Runs
• You have a limit of setting bill runs 10 years in the future, meaning you cannot set bill runs further
out than 10 years after current date.
• If you create a bill run whose target date is one year from the creation date, this processing bill run
cannot be cancelled.
Invoice Generation via API – Billing Preview
page
023
• Zuora gives you the
ability to preview future invoice items for
more than one account.
• You can use this functionality for a single
customer account or a group of customers
to be invoiced.
• You would query from the most recent
invoice date to a specific end of term date
in the future.
Results
• A summary of invoice item objects that
are to be billed to the customer or group
of customers
Use Cases
• Query for access to real time
usage/consumption date
Field Descriptions in Results File
• AccountID
• Success
• Size (optional)
• Error (optional)
• Invoice Item
Invoice Generation via API
page
024
• You can also generate invoices via the API, this is similar to running ad-hoc bill run within UI
• You are required to include the following fields for invoice generation: account id, invoice date, and
target date
• If generating multiple invoices, only the id of the first invoice generated will return
Generate ()<ns1:generate>
<ns1:zObjects xsi:type="ns2:Invoice">
<ns2:AccountId>4028e485225d1d5f0122662fd6b24
9c8</ns2:AccountId>
<ns2:IncludesOneTime>true</ns2:IncludesOneTim
e>
<ns2:IncludesRecurring>true</ns2:IncludesRecurrin
g>
<ns2:IncludesUsage>true</ns2:IncludesUsage>
<ns2:InvoiceDate>2016-08-
01</ns2:InvoiceDate>
<ns2:TargetDate>2016-07-31</ns2:TargetDate>
</ns1:zObjects>
</ns1:generate>
Notifications & Callouts
page
025
Out of the Box Notifications for Invoices
Notifications & Callouts
page
026
• You can configure your own custom notifications and
callouts
Use Cases for Custom Notifications
Don’t see a notification that’s available OOB, create your
own! (i.e. upcoming invoice, invoice due at custom time
period, etc.)
• Related Event: Picklist
• Name: Custom (Name of Notification)
• Description: Optional
• Event Parameters: What triggers the notification to go
out?
• Email or Callout
Use Cases for Callouts
API Calls to other systems to act on Zuora information
(i.e. call back to your provisioning system to cut off
access after customer is 90 days past due on invoice)
Invoice Templates
Zuora Team
Turn this:
page
028
Into this:
page
029
Anatomy of an Invoice
page
030
Who are you?
Company Logo
and Branding
How do we sum
it up?
Totals
What are they
paying for?
Charge line items.
Invoice
Information:
invoice-level
detail
What about the
customer?
Client information
Effort
page
031
Rating: easiest
Pros: straight out-out-of-the-box
Cons: no real customization
Rating: a little more work
Pros: more flexibility
Cons: requires some initial efforts
Rating: kinda difficult
Pros: tailor-fit these to your needs
Cons: complex & may require GS
engagement for complicated use
cases
Effort
page
032
Rating: easiest
Pros: straight out-out-of-the-box
Cons: no real customization
Rating: a little more work
Pros: more flexibility
Cons: requires some initial efforts
Rating: kinda difficult
Pros: tailor-fit these to your needs
Cons: complex & may require GS
engagement for complicated use
cases
Where do I find the out-of-the-box template?
page
033
• Log into Zuora
• Click on your login name in the upper right-hand corner
• Select the Billing Settings option
• Select the Manage Billing Document Configuration option
• On the Manage Invoice Rules and Templates tab, there should be a
sample template to download.
…so what can you do to make invoice templates fancy?
page
034
Basic formatting – Word Displays
page
035
Basic formatting – Number & Date
page
036
Positive; Negative; Zero value formatting
• # ,0.00;(,0.00);free
• # 0.0000;(0.0000) – 4 decimal places
Using “@” for date formatting
Example: @ yyyy-MMM-dd = 2017-June-01
• MM (01), MMM (Jan), MMMM (January)
• d (1), dd (01)
• yy (17), yyyy (2017)
NOTE: Use uppercase 'M's for months - lowercase 'm's are for
minutes.
Basic formatting – Currency
page
037
Table Filters – GroupBy InvoiceItem
page
038
Standard Behavior:
• Each line item will show
Why this may not be ideal?
• Repetitive information
• Really long invoices
…so how do we fix this?
???
Table Filters – GroupBy InvoiceItem
page
039
GroupBy Behavior
• Lets you summarize charge table data
• Based off a field that shares identical value
• Allows for a sum of the charge amount
Things to keep in mind:
• GroupBy can is used for the InvoiceItem table only!
• You cannot use GroupBy and TableSort at the same time.
• The TableFilter statement must be within quotes.
Table Filters – GroupBy InvoiceItem
page
040
No GroupBy Behavior GroupBy
VS
Table Filters – ViewBy Subscription or RatePlan
page
041
Standard Behavior:
• Each subscription and all
line items will show for
rate plans.
Why this may not be ideal?
• Repetitive information
• Really long invoices
…so there’s a trick to this, right?
Page 1
Page 2
Table Filters – ViewBy Subscription or RatePlan
page
042
ViewBy Behavior
• Lets you roll up the Subscription or Rate Plan data so you
only display one row per Subscription or Rate Plan
• This example summarizes by Rate Plan.
Things to keep in mind:
• There’s also a ViewBy
filter that lets you hide
zero-value rows:
• «TableFilter: ViewBy
RatePlan»
page
043
No ViewBy Behavior ViewBy
VS
Table Filters – ViewBy Subscription or RatePlan
Conditional (IF) statements
page
044
When would I use this?
To further customize the template and possibly reduce the need for multiple
template versions.
Some common examples:
• Displaying different Images & Tables
• Instead of $0.00 for a freebie line item, display the word “Free!”
• Show different language/disclaimers based on payment method
• Hide/display certain fields (hide Address2 line if it is blank, etc)
Syntax:
{ IF [Test Condition] [Result Displayed if TRUE] [Result Displayed if FALSE] }
Caveats:
• Not all fields are “if-able” Supported If fields
• Nested “if” clauses can be really complicated – so test well
If this presentation is
interesting, then Zed is:
Otherwise, Zed is:
Conditional (IF) statements
page
045
Example:
• Change logo based off state
• Hide Address 2 line if the field is null.
Conditional (IF) statements
page
046
An example of someone with no Address 2 and who doesn’t live in California:
Conditional (IF) statements
page
047
An example of someone living in an apartment in California
Q&A
page
048
thank you.
Appendix
Zuora Team
Advanced Goodies
page
051
When would I use this?
To group and subtotal complicated invoice item and usage charges.
Mergefields Involved:
• NestedTable:GroupColumn (used for grouping information from merge fields
• NestedTable:ValueColumn (used for calculating subtotals that have a numeric merge field
like amount, or qty)
Caveats:
• On the following support nested tables:
• Usage merge fields and custom merge fields
• Invoice item merge fields and custom merge fields
• Best practice: do not use TableFilter:GroupBy for invoice items in nested tables
See examples listed here: Examples of Nested Tables
Nested Tables - Usage and InvoiceItem
page
052
• Set the value to a temp variable and display that value somewhere
else in the document.
• USE-CASE: Customer required credit card “last 4” in the
transaction table for payments.
• Problems:
• Last 4 are only listed in the payment table…
[not in the transaction table]
• You cannot re-display a table after it has been created.
SET & REF Statements
Advanced Goodies
Advanced Goodies
page
053
• This is a combination of Conditional Logic and SET/REF statements.
Display Subscription table only if there are more than one subscriptions on an invoice
Advanced Goodies
page
054
Display Subscription table only if there are more than one subscriptions on an invoice
No Subscription
Table View
Invoice Charges
+ Subscription
Table View
page
055
Advanced Goodies
• Combination of math functions and SET/REF
Calculate the number of days within a service period
page
056
Advanced Goodies
• Using math functions, you can do some fancy stuff with the numeric value fields.
Calculate the Sum of an invoice item amount
TableFilter CheatSheet
page
057
InvoiceItem (Charges) Table
• Used to group similar line items together and sum up
charge values.
• Commonly used GroupBy fields:
• “TableFilter:GroupBy RatePlanName”
• “TableFilter:GroupBy ServicePeriod”
• “TableFilter:GroupBy ChargePeriod”
• “TableFilter:GroupBy ChargeType”
Subscription Summary Table
• Used to display one row per Subscription or RatePlan
• “TableFilter:ViewBy Subscription”
• “TableFilter:ViewBy RatePlan”
• “TableFilter:HideZeroValueRows”
Previous Transactions Table
• Used to display transactions related to the invoice
(payments, adjustments, etc)
• “TableFilter:FromLastInvoice”
• “TableFilter:UpToDaysOld”
• “TableFilter:HideTransactionType Invoice”
Formatting Cheat Sheet
page
058
Resources Links
page
059
Knowledge Center Articles
• Creating Custom Invoices
• Customize Invoice Templates Using Word Mail Merge
• Merge Fields for Invoices
• Conditional Logic (If Fields)
• Merge Fields for Conditional fields on Invoices
• Summarize Invoice Items (TableSort:GroupBy)
• Configure the Subscription or Rate Plan Summary Table
(TableSort:ViewBy)
• Displaying Custom Fields on the Invoice
• Grouping and Subtotal Functions in Nested Tables
• Examples of Nested Tables
Community Posts
• Thread where we're posting all the examples
• Invoice Template Tagged Posts

More Related Content

What's hot

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: 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: 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.
 
Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...
Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...
Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...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 2017: Save Time On Billing & Payment Operations With Zuora Connect
Subscribed 2017: Save Time On Billing & Payment Operations With Zuora ConnectSubscribed 2017: Save Time On Billing & Payment Operations With Zuora Connect
Subscribed 2017: Save Time On Billing & Payment Operations With Zuora ConnectZuora, Inc.
 
Subscribed 2017: Turn Customer Data Into Winning Subscriber Experiences
Subscribed 2017: Turn Customer Data Into Winning Subscriber ExperiencesSubscribed 2017: Turn Customer Data Into Winning Subscriber Experiences
Subscribed 2017: Turn Customer Data Into Winning Subscriber ExperiencesZuora, Inc.
 
Subscribed 2017: Leveraging Connect Apps to Support Pricing & Growth
Subscribed 2017: Leveraging Connect Apps to Support Pricing & GrowthSubscribed 2017: Leveraging Connect Apps to Support Pricing & Growth
Subscribed 2017: Leveraging Connect Apps to Support Pricing & GrowthZuora, Inc.
 
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your SubscribersSubscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your SubscribersZuora, Inc.
 
Subscribed 2017: What Are The 9 Keys & Why Are They Important?
Subscribed 2017: What Are The 9 Keys & Why Are They Important?Subscribed 2017: What Are The 9 Keys & Why Are They Important?
Subscribed 2017: What Are The 9 Keys & Why Are They Important?Zuora, Inc.
 
Subscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product KeynoteSubscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product KeynoteZuora, 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: Answers To Commonly Asked Finance Operations Questions
Subscribed 2017: Answers To Commonly Asked Finance Operations QuestionsSubscribed 2017: Answers To Commonly Asked Finance Operations Questions
Subscribed 2017: Answers To Commonly Asked Finance Operations QuestionsZuora, Inc.
 
Subscribed 2017: Opening Keynote
Subscribed 2017: Opening KeynoteSubscribed 2017: Opening Keynote
Subscribed 2017: Opening KeynoteZuora, Inc.
 
Subscribed 2017: Using Zuora Insights To Identify New Growth Opportunities
Subscribed 2017: Using Zuora Insights To Identify New Growth OpportunitiesSubscribed 2017: Using Zuora Insights To Identify New Growth Opportunities
Subscribed 2017: Using Zuora Insights To Identify New Growth OpportunitiesZuora, Inc.
 
Subscribed Sydney & Melbourne 2017: The Metrics that Really Matter
Subscribed Sydney & Melbourne 2017: The Metrics that Really MatterSubscribed Sydney & Melbourne 2017: The Metrics that Really Matter
Subscribed Sydney & Melbourne 2017: The Metrics that Really MatterZuora, Inc.
 
Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...
Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...
Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...Zuora, Inc.
 
Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...
Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...
Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...Zuora, 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.
 

What's hot (20)

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: 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: 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
 
Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...
Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...
Subscribed 2017 - The Zuora Business Use Case: Getting Strategic Value From Z...
 
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 2017: Save Time On Billing & Payment Operations With Zuora Connect
Subscribed 2017: Save Time On Billing & Payment Operations With Zuora ConnectSubscribed 2017: Save Time On Billing & Payment Operations With Zuora Connect
Subscribed 2017: Save Time On Billing & Payment Operations With Zuora Connect
 
Subscribed 2017: Turn Customer Data Into Winning Subscriber Experiences
Subscribed 2017: Turn Customer Data Into Winning Subscriber ExperiencesSubscribed 2017: Turn Customer Data Into Winning Subscriber Experiences
Subscribed 2017: Turn Customer Data Into Winning Subscriber Experiences
 
Subscribed 2017: Leveraging Connect Apps to Support Pricing & Growth
Subscribed 2017: Leveraging Connect Apps to Support Pricing & GrowthSubscribed 2017: Leveraging Connect Apps to Support Pricing & Growth
Subscribed 2017: Leveraging Connect Apps to Support Pricing & Growth
 
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your SubscribersSubscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
Subscribed 2017: Building a Data Pipeline to Engage and Retain Your Subscribers
 
Subscribed 2017: What Are The 9 Keys & Why Are They Important?
Subscribed 2017: What Are The 9 Keys & Why Are They Important?Subscribed 2017: What Are The 9 Keys & Why Are They Important?
Subscribed 2017: What Are The 9 Keys & Why Are They Important?
 
Subscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product KeynoteSubscribed Sydney 2017: Product Keynote
Subscribed Sydney 2017: Product Keynote
 
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: Answers To Commonly Asked Finance Operations Questions
Subscribed 2017: Answers To Commonly Asked Finance Operations QuestionsSubscribed 2017: Answers To Commonly Asked Finance Operations Questions
Subscribed 2017: Answers To Commonly Asked Finance Operations Questions
 
Subscribed 2017: Opening Keynote
Subscribed 2017: Opening KeynoteSubscribed 2017: Opening Keynote
Subscribed 2017: Opening Keynote
 
Subscribed 2017: Using Zuora Insights To Identify New Growth Opportunities
Subscribed 2017: Using Zuora Insights To Identify New Growth OpportunitiesSubscribed 2017: Using Zuora Insights To Identify New Growth Opportunities
Subscribed 2017: Using Zuora Insights To Identify New Growth Opportunities
 
Subscribed Sydney & Melbourne 2017: The Metrics that Really Matter
Subscribed Sydney & Melbourne 2017: The Metrics that Really MatterSubscribed Sydney & Melbourne 2017: The Metrics that Really Matter
Subscribed Sydney & Melbourne 2017: The Metrics that Really Matter
 
Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...
Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...
Subscribed 2017: Disruption - When Digital Transformation Leads To Business M...
 
Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...
Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...
Subscribed 2017 - How To Drive Cross-Functional Accountability: The Metrics T...
 
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...
 

Similar to Subscribed 2017: Top Features In Zuora To Improve Billing Operations

12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docxhyacinthshackley2629
 
Wise-Sync - Upside Down Accounting
Wise-Sync - Upside Down AccountingWise-Sync - Upside Down Accounting
Wise-Sync - Upside Down AccountingPaul MacNeill
 
Maximizing QuickBooks
Maximizing QuickBooksMaximizing QuickBooks
Maximizing QuickBooksLean Teams
 
NCET Tech Bite - March 2015 - QuickBooks - Marie Gibson
NCET Tech Bite - March 2015 - QuickBooks - Marie GibsonNCET Tech Bite - March 2015 - QuickBooks - Marie Gibson
NCET Tech Bite - March 2015 - QuickBooks - Marie GibsonArchersan
 
Quick books prototype
Quick books prototypeQuick books prototype
Quick books prototypestephys91
 
Quick books prototype
Quick books prototypeQuick books prototype
Quick books prototypestephys91
 
What is an invoice definition, meaning and more
What is an invoice  definition, meaning and more What is an invoice  definition, meaning and more
What is an invoice definition, meaning and more SalesBabuCRM
 
Automobile Garage management solution
Automobile Garage management solutionAutomobile Garage management solution
Automobile Garage management solutionMashiur Rahman Miran
 
Intuit Quickbooks vs Profitbooks Accounting Software
Intuit Quickbooks vs Profitbooks Accounting SoftwareIntuit Quickbooks vs Profitbooks Accounting Software
Intuit Quickbooks vs Profitbooks Accounting Softwaretechpillar
 
Oracle Subscription Billing - All your Billing Needs on a Single Platform
 Oracle Subscription Billing - All your Billing Needs on a Single Platform Oracle Subscription Billing - All your Billing Needs on a Single Platform
Oracle Subscription Billing - All your Billing Needs on a Single PlatformJade Global
 
Round off invoice amount
Round off invoice amountRound off invoice amount
Round off invoice amountCeline George
 
Accounts Payable.pdf
Accounts Payable.pdfAccounts Payable.pdf
Accounts Payable.pdfMastersIndia2
 
Zuora Z Tour London December 2010
Zuora Z Tour London December 2010Zuora Z Tour London December 2010
Zuora Z Tour London December 2010Paul_Zuora_EMEA
 
Bridging the gap between Salesforce & Billing
Bridging the gap between Salesforce & BillingBridging the gap between Salesforce & Billing
Bridging the gap between Salesforce & BillingFusebill
 
Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)
Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)
Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)Zuora, Inc.
 

Similar to Subscribed 2017: Top Features In Zuora To Improve Billing Operations (20)

12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
12 CRITICAL SLIDES Title slide your company’s name, a sho.docx
 
Take the pain out of payroll: Integrate your payroll and payment workflows
Take the pain out of payroll: Integrate your payroll and payment workflowsTake the pain out of payroll: Integrate your payroll and payment workflows
Take the pain out of payroll: Integrate your payroll and payment workflows
 
Wise-Sync - Upside Down Accounting
Wise-Sync - Upside Down AccountingWise-Sync - Upside Down Accounting
Wise-Sync - Upside Down Accounting
 
Maximizing QuickBooks
Maximizing QuickBooksMaximizing QuickBooks
Maximizing QuickBooks
 
NCET Tech Bite - March 2015 - QuickBooks - Marie Gibson
NCET Tech Bite - March 2015 - QuickBooks - Marie GibsonNCET Tech Bite - March 2015 - QuickBooks - Marie Gibson
NCET Tech Bite - March 2015 - QuickBooks - Marie Gibson
 
Payinvoice
PayinvoicePayinvoice
Payinvoice
 
Odoo Accounts
Odoo AccountsOdoo Accounts
Odoo Accounts
 
Telecom Billing by TimelyBill
Telecom Billing by TimelyBillTelecom Billing by TimelyBill
Telecom Billing by TimelyBill
 
Quick books prototype
Quick books prototypeQuick books prototype
Quick books prototype
 
Quick books prototype
Quick books prototypeQuick books prototype
Quick books prototype
 
What is an invoice definition, meaning and more
What is an invoice  definition, meaning and more What is an invoice  definition, meaning and more
What is an invoice definition, meaning and more
 
Automobile Garage management solution
Automobile Garage management solutionAutomobile Garage management solution
Automobile Garage management solution
 
Intuit Quickbooks vs Profitbooks Accounting Software
Intuit Quickbooks vs Profitbooks Accounting SoftwareIntuit Quickbooks vs Profitbooks Accounting Software
Intuit Quickbooks vs Profitbooks Accounting Software
 
Oracle Subscription Billing - All your Billing Needs on a Single Platform
 Oracle Subscription Billing - All your Billing Needs on a Single Platform Oracle Subscription Billing - All your Billing Needs on a Single Platform
Oracle Subscription Billing - All your Billing Needs on a Single Platform
 
Round off invoice amount
Round off invoice amountRound off invoice amount
Round off invoice amount
 
Accounts Payable.pdf
Accounts Payable.pdfAccounts Payable.pdf
Accounts Payable.pdf
 
Zuora Z Tour London December 2010
Zuora Z Tour London December 2010Zuora Z Tour London December 2010
Zuora Z Tour London December 2010
 
MCSL 036 (Jan 2018)
MCSL 036 (Jan 2018)MCSL 036 (Jan 2018)
MCSL 036 (Jan 2018)
 
Bridging the gap between Salesforce & Billing
Bridging the gap between Salesforce & BillingBridging the gap between Salesforce & Billing
Bridging the gap between Salesforce & Billing
 
Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)
Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)
Quote-to-Subscription: Evolving Beyond Traditional CPQ (Subscribed13)
 

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 - 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 - 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 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 - Optimizing Recurring Collections at Scale
Subscribed 2019 - Optimizing Recurring Collections at ScaleSubscribed 2019 - Optimizing Recurring Collections at Scale
Subscribed 2019 - Optimizing Recurring Collections at ScaleZuora, 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 - Collection Strategies: Recovering Critical Revenue to Drive...
Subscribed 2019 - Collection Strategies: Recovering Critical Revenue to Drive...Subscribed 2019 - Collection Strategies: Recovering Critical Revenue to Drive...
Subscribed 2019 - Collection Strategies: Recovering Critical Revenue to Drive...Zuora, 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 2019 - Business Transformation: Architecting the Launch for Success
Subscribed 2019 - Business Transformation: Architecting the Launch for SuccessSubscribed 2019 - Business Transformation: Architecting the Launch for Success
Subscribed 2019 - Business Transformation: Architecting the Launch for SuccessZuora, 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 - 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 - Empower Sales Operations
Subscribed 2019 -  Empower Sales Operations Subscribed 2019 -  Empower Sales Operations
Subscribed 2019 - Empower Sales Operations Zuora, 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 - 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 - 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.
 
Subscribed 2019 - Empower Sales Operations with Zuora CPQ
Subscribed 2019 - Empower Sales Operations with Zuora CPQSubscribed 2019 - Empower Sales Operations with Zuora CPQ
Subscribed 2019 - Empower Sales Operations with Zuora CPQZuora, Inc.
 
Subscribed 2019 - Implementing a Consumption-Based Pricing Strategy
Subscribed 2019 - Implementing a Consumption-Based Pricing StrategySubscribed 2019 - Implementing a Consumption-Based Pricing Strategy
Subscribed 2019 - Implementing a Consumption-Based Pricing StrategyZuora, 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 2019 - Beyond reporting analytics for growth
Subscribed 2019 - Beyond reporting analytics for growthSubscribed 2019 - Beyond reporting analytics for growth
Subscribed 2019 - Beyond reporting analytics for growthZuora, Inc.
 
Subscribed 2019 - The Future of Orders
Subscribed 2019 - The Future of Orders Subscribed 2019 - The Future of Orders
Subscribed 2019 - The Future of Orders Zuora, Inc.
 

More from Zuora, Inc. (20)

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 - 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 - 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 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 - Optimizing Recurring Collections at Scale
Subscribed 2019 - Optimizing Recurring Collections at ScaleSubscribed 2019 - Optimizing Recurring Collections at Scale
Subscribed 2019 - Optimizing Recurring Collections at Scale
 
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 - Collection Strategies: Recovering Critical Revenue to Drive...
Subscribed 2019 - Collection Strategies: Recovering Critical Revenue to Drive...Subscribed 2019 - Collection Strategies: Recovering Critical Revenue to Drive...
Subscribed 2019 - Collection Strategies: Recovering Critical Revenue to Drive...
 
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 2019 - Business Transformation: Architecting the Launch for Success
Subscribed 2019 - Business Transformation: Architecting the Launch for SuccessSubscribed 2019 - Business Transformation: Architecting the Launch for Success
Subscribed 2019 - Business Transformation: Architecting the Launch for Success
 
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 - 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 - Empower Sales Operations
Subscribed 2019 -  Empower Sales Operations Subscribed 2019 -  Empower Sales Operations
Subscribed 2019 - Empower Sales Operations
 
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 - 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 - 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...
 
Subscribed 2019 - Empower Sales Operations with Zuora CPQ
Subscribed 2019 - Empower Sales Operations with Zuora CPQSubscribed 2019 - Empower Sales Operations with Zuora CPQ
Subscribed 2019 - Empower Sales Operations with Zuora CPQ
 
Subscribed 2019 - Implementing a Consumption-Based Pricing Strategy
Subscribed 2019 - Implementing a Consumption-Based Pricing StrategySubscribed 2019 - Implementing a Consumption-Based Pricing Strategy
Subscribed 2019 - Implementing a Consumption-Based Pricing Strategy
 
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 2019 - Beyond reporting analytics for growth
Subscribed 2019 - Beyond reporting analytics for growthSubscribed 2019 - Beyond reporting analytics for growth
Subscribed 2019 - Beyond reporting analytics for growth
 
Subscribed 2019 - The Future of Orders
Subscribed 2019 - The Future of Orders Subscribed 2019 - The Future of Orders
Subscribed 2019 - The Future of Orders
 

Recently uploaded

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 

Subscribed 2017: Top Features In Zuora To Improve Billing Operations

  • 1.
  • 2. Top Features in Zuora to Improve Billing Operations Zuora allows you to manipulate every step of the invoice generation process, down to a very granular level of detail. We’re here to help. Natalie Kalas & Amy Ly Customer Success, Zuora
  • 3. content review page 03 01Who we are Introductions 03Invoice Presentment Template fun! 02Invoice GenerationBill Runs, API Generation, Email Notifications & Callouts 04Appendix Resource Links
  • 5. Introductions page 05 Amy Ly, Customer Advocate As a Customer Advocate, Amy helps her customers grow their businesses with Zuora. She uses her deep product knowledge to guide customers to realize the greatest value from Zuora. Previously, she worked as a Support Analyst, Sales Engineer, and librarian, through which she honed her customer-facing, business and technical skills.
  • 6. Introductions page 06 Natalie Kalas, Customer Success As a Customer Success Manager at Zuora, Natalie serves as a Zuora technical business consultant to help her customers navigate the Subscription Economy to get the most value from the Zuora platform. Prior to Zuora, Natalie worked on enterprise software implementations at Splunk and consulted for forensic investigations at Deloitte.
  • 8. Why is Invoice Generation Important? Other than the fact that you want to get paid…. page 08 • Your invoice could be your most common branded touch-point with your customers • Accuracy matters to prevent churn and minimize customer dissatisfaction • Billing should enable you to scale your business
  • 9. Invoice Generation page 09 Can anyone tell me how they generate invoices in Zuora? Hint….there’s more than one way 
  • 10. 1) Invoice Generation – Bill Runs page 010
  • 11. 2) Invoice Generation – API Generated Invoices page 011 <ns1:generate> <ns1:zObjects xsi:type="ns2:Invoice"> <ns2:AccountId>4028e485225d1d5f012266 2fd6b249c8</ns2:AccountId> <ns2:IncludesOneTime>true</ns2:Includes OneTime> <ns2:IncludesRecurring>true</ns2:Includes Recurring> <ns2:IncludesUsage>true</ns2:IncludesUsa ge> <ns2:InvoiceDate>2016-08- 01</ns2:InvoiceDate> <ns2:TargetDate>2016-07- 31</ns2:TargetDate> </ns1:zObjects>
  • 12. Invoice Generation – Scheduled Bill Runs page 012
  • 13. Invoice Generation – Scheduled Bill Runs Deepdive page 013 • Zuora gives you the ability to run scheduled bill runs on a regular interval or one off for the future, creating invoices automatically for you. • You can bill customers in batches (designated at customer account level). Billing batches allow you process tiers of customers in different ways at different times. • Schedule your bill runs early to review invoices before posting. • Pro tip: Pursue Daily Lights Out Billing Start with Initial Process: Lights Out: Bill Run → Draft Invoices Bill Run → Auto Post Spot Check Post Invoices Email Invoices
  • 14. Invoice Generation – Ad Hoc Bill Runs & Filter Charges page 014
  • 15. Invoice Generation – Ad Hoc Bill Runs Deepdive page 015 • Zuora gives you the ability to run ad-hoc bill runs for one off accounts on demand. • You can specify types of charges you want to include or remove from bill runs, you have the option to select applying the bill run to: usage, recurring, or one-time charges Real World Example: • A customer has 2 charges on the subscription (usage and recurring). The one year term of the contract runs from 01/01/2016-12/31/2016. The customer decides to cancel their contract on 12/31/2016 but usage for December is uploaded on the 15th of the month, so usage charges between 12/15/2016-12/31/2016 are not picked up in December bill run since usage is not uploaded for December until Jan 15th. This is a perfect example of when the customer may want to do an ad-hoc bill run to capture usage once the subscription has been cancelled.
  • 16. Invoice Generation – Processing Rules page 016
  • 17. Invoice Generation – Processing Rules page 017 #1: Automatically renew auto-renew subscriptions that are up for renewal • If I check the box, all subscriptions up for renewal within the target date of the bill run and are set to auto-renew, will renew now. When would I use this? If you are going away on vacation and would like to run your bill runs in advanced, you can make sure all your renewals go out by selecting this option.
  • 18. Invoice Generation – Processing Rules page 018 #2: Do not email invoices with 0 Invoice Total • We will not email invoices with $0 totals….pretty self explanatory When would I use this? If you don’t want to email $0 invoices to your customers, you would use this setting.
  • 19. Invoice Generation – Processing Rules page 019 #3: Auto-Post documents upon completion of Bill Run • Once the bill run is complete, this option will allow you to auto-post invoices (i.e. lights out billing) When would I use this? If you are a Zuora ninja and do not need to review your invoices prior to posting them, you can use this option. Cautionary Reminder: Once you post the invoice, this contributes to your Zuora usage
  • 20. Invoice Generation – Processing Rules page 020 #4: Email documents after Auto-Post is complete • Once auto-post is complete, this option will email invoices to customers. 3 Important Tips: 1) Make sure your invoice delivery preference on the account is set to email 2) The bill to contact on the account has an email address 3) Ensure the communication profile on the account is set to receive invoice emails
  • 21. Invoice Generation – Target Dates page 021
  • 22. Invoice Generation – Target Dates page 022 • Invoice Date = Date that will be displayed on invoice • Target Date for the Bill Run= Date that determines what charges are to be billed; any charges on this date or prior (from your last bill run) will be billed. Advanced Billing • If you want to send an invoice out on May 1st for the June 1-June 30th billing period, you’d set your invoice date to 05/01 and your target date for 06/30. Future Dated Bill Runs • You have a limit of setting bill runs 10 years in the future, meaning you cannot set bill runs further out than 10 years after current date. • If you create a bill run whose target date is one year from the creation date, this processing bill run cannot be cancelled.
  • 23. Invoice Generation via API – Billing Preview page 023 • Zuora gives you the ability to preview future invoice items for more than one account. • You can use this functionality for a single customer account or a group of customers to be invoiced. • You would query from the most recent invoice date to a specific end of term date in the future. Results • A summary of invoice item objects that are to be billed to the customer or group of customers Use Cases • Query for access to real time usage/consumption date Field Descriptions in Results File • AccountID • Success • Size (optional) • Error (optional) • Invoice Item
  • 24. Invoice Generation via API page 024 • You can also generate invoices via the API, this is similar to running ad-hoc bill run within UI • You are required to include the following fields for invoice generation: account id, invoice date, and target date • If generating multiple invoices, only the id of the first invoice generated will return Generate ()<ns1:generate> <ns1:zObjects xsi:type="ns2:Invoice"> <ns2:AccountId>4028e485225d1d5f0122662fd6b24 9c8</ns2:AccountId> <ns2:IncludesOneTime>true</ns2:IncludesOneTim e> <ns2:IncludesRecurring>true</ns2:IncludesRecurrin g> <ns2:IncludesUsage>true</ns2:IncludesUsage> <ns2:InvoiceDate>2016-08- 01</ns2:InvoiceDate> <ns2:TargetDate>2016-07-31</ns2:TargetDate> </ns1:zObjects> </ns1:generate>
  • 25. Notifications & Callouts page 025 Out of the Box Notifications for Invoices
  • 26. Notifications & Callouts page 026 • You can configure your own custom notifications and callouts Use Cases for Custom Notifications Don’t see a notification that’s available OOB, create your own! (i.e. upcoming invoice, invoice due at custom time period, etc.) • Related Event: Picklist • Name: Custom (Name of Notification) • Description: Optional • Event Parameters: What triggers the notification to go out? • Email or Callout Use Cases for Callouts API Calls to other systems to act on Zuora information (i.e. call back to your provisioning system to cut off access after customer is 90 days past due on invoice)
  • 30. Anatomy of an Invoice page 030 Who are you? Company Logo and Branding How do we sum it up? Totals What are they paying for? Charge line items. Invoice Information: invoice-level detail What about the customer? Client information
  • 31. Effort page 031 Rating: easiest Pros: straight out-out-of-the-box Cons: no real customization Rating: a little more work Pros: more flexibility Cons: requires some initial efforts Rating: kinda difficult Pros: tailor-fit these to your needs Cons: complex & may require GS engagement for complicated use cases
  • 32. Effort page 032 Rating: easiest Pros: straight out-out-of-the-box Cons: no real customization Rating: a little more work Pros: more flexibility Cons: requires some initial efforts Rating: kinda difficult Pros: tailor-fit these to your needs Cons: complex & may require GS engagement for complicated use cases
  • 33. Where do I find the out-of-the-box template? page 033 • Log into Zuora • Click on your login name in the upper right-hand corner • Select the Billing Settings option • Select the Manage Billing Document Configuration option • On the Manage Invoice Rules and Templates tab, there should be a sample template to download.
  • 34. …so what can you do to make invoice templates fancy? page 034
  • 35. Basic formatting – Word Displays page 035
  • 36. Basic formatting – Number & Date page 036 Positive; Negative; Zero value formatting • # ,0.00;(,0.00);free • # 0.0000;(0.0000) – 4 decimal places Using “@” for date formatting Example: @ yyyy-MMM-dd = 2017-June-01 • MM (01), MMM (Jan), MMMM (January) • d (1), dd (01) • yy (17), yyyy (2017) NOTE: Use uppercase 'M's for months - lowercase 'm's are for minutes.
  • 37. Basic formatting – Currency page 037
  • 38. Table Filters – GroupBy InvoiceItem page 038 Standard Behavior: • Each line item will show Why this may not be ideal? • Repetitive information • Really long invoices …so how do we fix this? ???
  • 39. Table Filters – GroupBy InvoiceItem page 039 GroupBy Behavior • Lets you summarize charge table data • Based off a field that shares identical value • Allows for a sum of the charge amount Things to keep in mind: • GroupBy can is used for the InvoiceItem table only! • You cannot use GroupBy and TableSort at the same time. • The TableFilter statement must be within quotes.
  • 40. Table Filters – GroupBy InvoiceItem page 040 No GroupBy Behavior GroupBy VS
  • 41. Table Filters – ViewBy Subscription or RatePlan page 041 Standard Behavior: • Each subscription and all line items will show for rate plans. Why this may not be ideal? • Repetitive information • Really long invoices …so there’s a trick to this, right? Page 1 Page 2
  • 42. Table Filters – ViewBy Subscription or RatePlan page 042 ViewBy Behavior • Lets you roll up the Subscription or Rate Plan data so you only display one row per Subscription or Rate Plan • This example summarizes by Rate Plan. Things to keep in mind: • There’s also a ViewBy filter that lets you hide zero-value rows: • «TableFilter: ViewBy RatePlan»
  • 43. page 043 No ViewBy Behavior ViewBy VS Table Filters – ViewBy Subscription or RatePlan
  • 44. Conditional (IF) statements page 044 When would I use this? To further customize the template and possibly reduce the need for multiple template versions. Some common examples: • Displaying different Images & Tables • Instead of $0.00 for a freebie line item, display the word “Free!” • Show different language/disclaimers based on payment method • Hide/display certain fields (hide Address2 line if it is blank, etc) Syntax: { IF [Test Condition] [Result Displayed if TRUE] [Result Displayed if FALSE] } Caveats: • Not all fields are “if-able” Supported If fields • Nested “if” clauses can be really complicated – so test well If this presentation is interesting, then Zed is: Otherwise, Zed is:
  • 45. Conditional (IF) statements page 045 Example: • Change logo based off state • Hide Address 2 line if the field is null.
  • 46. Conditional (IF) statements page 046 An example of someone with no Address 2 and who doesn’t live in California:
  • 47. Conditional (IF) statements page 047 An example of someone living in an apartment in California
  • 51. Advanced Goodies page 051 When would I use this? To group and subtotal complicated invoice item and usage charges. Mergefields Involved: • NestedTable:GroupColumn (used for grouping information from merge fields • NestedTable:ValueColumn (used for calculating subtotals that have a numeric merge field like amount, or qty) Caveats: • On the following support nested tables: • Usage merge fields and custom merge fields • Invoice item merge fields and custom merge fields • Best practice: do not use TableFilter:GroupBy for invoice items in nested tables See examples listed here: Examples of Nested Tables Nested Tables - Usage and InvoiceItem
  • 52. page 052 • Set the value to a temp variable and display that value somewhere else in the document. • USE-CASE: Customer required credit card “last 4” in the transaction table for payments. • Problems: • Last 4 are only listed in the payment table… [not in the transaction table] • You cannot re-display a table after it has been created. SET & REF Statements Advanced Goodies
  • 53. Advanced Goodies page 053 • This is a combination of Conditional Logic and SET/REF statements. Display Subscription table only if there are more than one subscriptions on an invoice
  • 54. Advanced Goodies page 054 Display Subscription table only if there are more than one subscriptions on an invoice No Subscription Table View Invoice Charges + Subscription Table View
  • 55. page 055 Advanced Goodies • Combination of math functions and SET/REF Calculate the number of days within a service period
  • 56. page 056 Advanced Goodies • Using math functions, you can do some fancy stuff with the numeric value fields. Calculate the Sum of an invoice item amount
  • 57. TableFilter CheatSheet page 057 InvoiceItem (Charges) Table • Used to group similar line items together and sum up charge values. • Commonly used GroupBy fields: • “TableFilter:GroupBy RatePlanName” • “TableFilter:GroupBy ServicePeriod” • “TableFilter:GroupBy ChargePeriod” • “TableFilter:GroupBy ChargeType” Subscription Summary Table • Used to display one row per Subscription or RatePlan • “TableFilter:ViewBy Subscription” • “TableFilter:ViewBy RatePlan” • “TableFilter:HideZeroValueRows” Previous Transactions Table • Used to display transactions related to the invoice (payments, adjustments, etc) • “TableFilter:FromLastInvoice” • “TableFilter:UpToDaysOld” • “TableFilter:HideTransactionType Invoice”
  • 59. Resources Links page 059 Knowledge Center Articles • Creating Custom Invoices • Customize Invoice Templates Using Word Mail Merge • Merge Fields for Invoices • Conditional Logic (If Fields) • Merge Fields for Conditional fields on Invoices • Summarize Invoice Items (TableSort:GroupBy) • Configure the Subscription or Rate Plan Summary Table (TableSort:ViewBy) • Displaying Custom Fields on the Invoice • Grouping and Subtotal Functions in Nested Tables • Examples of Nested Tables Community Posts • Thread where we're posting all the examples • Invoice Template Tagged Posts