<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SaaS Products - Calculating Deferred Revenue when Deal is Paid Up Front in &amp;#128172 RevOps Discussions</title>
    <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1131605#M3118</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591855"&gt;@JPadgett7&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;You’re on the right track using a &lt;SPAN class=""&gt;&lt;STRONG&gt;custom “License” object&lt;/STRONG&gt;&lt;/SPAN&gt; to manage recurring revenue over time in HubSpot. But to get &lt;SPAN class=""&gt;&lt;STRONG&gt;monthly breakdowns&lt;/STRONG&gt;&lt;/SPAN&gt; of deferred and recognized revenue per deal/company/license, you’ll need to go one step further and &lt;SPAN class=""&gt;&lt;STRONG&gt;create time-based data&lt;/STRONG&gt;&lt;/SPAN&gt;, which HubSpot doesn’t do natively in custom object properties.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Here’s a workaround approach:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Option A: Custom “Revenue Schedule” Object&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Create a &lt;SPAN class=""&gt;&lt;STRONG&gt;custom object&lt;/STRONG&gt;&lt;/SPAN&gt; called &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; with the following properties:&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt; (e.g. “2025-06”)&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;• &lt;/SPAN&gt;&lt;STRONG&gt;Recognized Revenue&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;• &lt;/SPAN&gt;&lt;STRONG&gt;Deferred Revenue&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Linked License&lt;/STRONG&gt;&lt;/SPAN&gt; (association)&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Linked Deal&lt;/STRONG&gt;&lt;/SPAN&gt; (association)&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Linked Company&lt;/STRONG&gt;&lt;/SPAN&gt; (association)&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;For every license sold, auto-generate a set of 12 / 24 / 36 &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; records (depending on term) using:&lt;/P&gt;&lt;P class=""&gt;• A &lt;SPAN class=""&gt;&lt;STRONG&gt;workflow&lt;/STRONG&gt;&lt;/SPAN&gt; + &lt;SPAN class=""&gt;&lt;STRONG&gt;custom code action&lt;/STRONG&gt;&lt;/SPAN&gt; (requires Ops Hub Pro)&lt;/P&gt;&lt;P class=""&gt;• Or an &lt;SPAN class=""&gt;&lt;STRONG&gt;external script&lt;/STRONG&gt;&lt;/SPAN&gt; that uses HubSpot’s API to batch-create those entries&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;How to Populate the Revenue Schedule:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Let’s say a deal is billed $588 for 12 months starting Jan 2025.&lt;/P&gt;&lt;P class=""&gt;You’d create 12 &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; records like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;STRONG&gt;Recognized&lt;/STRONG&gt;&lt;STRONG&gt;Deferred&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Jan 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$539&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Feb 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$490&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Mar 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$441&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;…&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;…&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;…&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Dec 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Reporting&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Once the data lives in HubSpot objects:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;• Use &lt;/SPAN&gt;&lt;STRONG&gt;custom object reports&lt;/STRONG&gt;&lt;SPAN class=""&gt; (by Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;• Filter by &lt;SPAN class=""&gt;Revenue Schedule.Month = "2025-06"&lt;/SPAN&gt; to get revenue state in June&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;If full automation is too much:&lt;/P&gt;&lt;P class=""&gt;• Use the license object with calculated properties (like you have)&lt;/P&gt;&lt;P class=""&gt;• Store the full schedule in Google Sheets/Excel&lt;/P&gt;&lt;P class=""&gt;• Sync in monthly totals to HubSpot via &lt;SPAN class=""&gt;&lt;STRONG&gt;Operations Hub data sync or custom fields&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Let me know if you want help writing the custom code or logic for the &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; creation.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Apr 2025 19:07:56 GMT</pubDate>
    <dc:creator>Upvise</dc:creator>
    <dc:date>2025-04-03T19:07:56Z</dc:date>
    <item>
      <title>SaaS Products - Calculating Deferred Revenue when Deal is Paid Up Front</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1101571#M2955</link>
      <description>&lt;P&gt;Our company sells software licenses agreements at a monthly rate for 1, 2, and 3 year license terms. Almost all these licenses purchases are billed/paid upfront.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ex. Customer buys a 1 year license agreement for $29/month&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$49/month x 12 months = $588 that is billed and paid upfront.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For accounting purposes, we mark any unearned service revenue as deferred revenue throughout the length of the contract, and earned revenue as recognized revenue. This is calculated monthly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ex. after 1 month, the upfront payment of $588 is split between &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$49 recognized revenue ($49 for Jan)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$539 deferred revenue ($49 in Feb+ $49 in Mar+ $49 in Apr +...)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;After 2 months, the upfront payment of $588 is split between&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$98 recognized revenue&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$490 deferred revenue&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for an accurate way to track this through the deal (or an associated custom object) and be able to report this data. I'd like to be able to see the total deferred revenue left on the license agreement &lt;STRONG&gt;as well as&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;tbroken out by month.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On my first pass, I created a "license" custom object that had the monthly rate ($49) as a calculated field property. From here, I created the total recognized and deferred revenue.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-01-29 at 9.00.51 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/137262i02A238232280F1D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-01-29 at 9.00.51 PM.png" alt="Screenshot 2025-01-29 at 9.00.51 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The roadblock I am running into is that these fields can only show the total recognized/deferred revenue. For reporting and accounting purposes, I need to be able to look at a specific month (ex. June 2025) and see how much deferred revenue turns into recognized reveue by company/deal/license.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything I can add to the custom license object that could help calculate this out? I'd like to see a report be able to tell me&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Company | Deal Name | License | (Deferred Revenue for that month)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 02:16:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1101571#M2955</guid>
      <dc:creator>JPadgett7</dc:creator>
      <dc:date>2025-01-30T02:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: SaaS Products - Calculating Deferred Revenue when Deal is Paid Up Front</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1101938#M2957</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591855"&gt;@JPadgett7&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’d like to invite our experts to join this conversation to see if they’ve worked on something similar or if they can provide any guidance to help you achieve your goal.&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/640"&gt;@Lucila-Andimol&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/169593"&gt;@JuanGomez0818&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/125743"&gt;@Gilempert&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/157703"&gt;@LautaroDelPlato&lt;/a&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;, Could you kindly share your insights or advice regarding this topic?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for sharing 🧡&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Diana&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 16:47:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1101938#M2957</guid>
      <dc:creator>DianaGomez</dc:creator>
      <dc:date>2025-01-30T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: SaaS Products - Calculating Deferred Revenue when Deal is Paid Up Front</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1123842#M3070</link>
      <description>&lt;P&gt;I'd be interested to see if anyone has an answer to this, we have a similar problem and a huge spreadsheet that's calculating this currently.&amp;nbsp; There must be a way to show this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Mar 2025 13:57:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1123842#M3070</guid>
      <dc:creator>CEvans97</dc:creator>
      <dc:date>2025-03-18T13:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: SaaS Products - Calculating Deferred Revenue when Deal is Paid Up Front</title>
      <link>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1131605#M3118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/591855"&gt;@JPadgett7&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;You’re on the right track using a &lt;SPAN class=""&gt;&lt;STRONG&gt;custom “License” object&lt;/STRONG&gt;&lt;/SPAN&gt; to manage recurring revenue over time in HubSpot. But to get &lt;SPAN class=""&gt;&lt;STRONG&gt;monthly breakdowns&lt;/STRONG&gt;&lt;/SPAN&gt; of deferred and recognized revenue per deal/company/license, you’ll need to go one step further and &lt;SPAN class=""&gt;&lt;STRONG&gt;create time-based data&lt;/STRONG&gt;&lt;/SPAN&gt;, which HubSpot doesn’t do natively in custom object properties.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Here’s a workaround approach:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Option A: Custom “Revenue Schedule” Object&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Create a &lt;SPAN class=""&gt;&lt;STRONG&gt;custom object&lt;/STRONG&gt;&lt;/SPAN&gt; called &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; with the following properties:&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/SPAN&gt; (e.g. “2025-06”)&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;• &lt;/SPAN&gt;&lt;STRONG&gt;Recognized Revenue&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;• &lt;/SPAN&gt;&lt;STRONG&gt;Deferred Revenue&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Linked License&lt;/STRONG&gt;&lt;/SPAN&gt; (association)&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Linked Deal&lt;/STRONG&gt;&lt;/SPAN&gt; (association)&lt;/P&gt;&lt;P class=""&gt;•&amp;nbsp;&lt;SPAN class=""&gt;&lt;STRONG&gt;Linked Company&lt;/STRONG&gt;&lt;/SPAN&gt; (association)&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;For every license sold, auto-generate a set of 12 / 24 / 36 &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; records (depending on term) using:&lt;/P&gt;&lt;P class=""&gt;• A &lt;SPAN class=""&gt;&lt;STRONG&gt;workflow&lt;/STRONG&gt;&lt;/SPAN&gt; + &lt;SPAN class=""&gt;&lt;STRONG&gt;custom code action&lt;/STRONG&gt;&lt;/SPAN&gt; (requires Ops Hub Pro)&lt;/P&gt;&lt;P class=""&gt;• Or an &lt;SPAN class=""&gt;&lt;STRONG&gt;external script&lt;/STRONG&gt;&lt;/SPAN&gt; that uses HubSpot’s API to batch-create those entries&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;How to Populate the Revenue Schedule:&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Let’s say a deal is billed $588 for 12 months starting Jan 2025.&lt;/P&gt;&lt;P class=""&gt;You’d create 12 &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; records like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;STRONG&gt;Recognized&lt;/STRONG&gt;&lt;STRONG&gt;Deferred&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Jan 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$539&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Feb 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$490&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Mar 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$441&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;…&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;…&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;…&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P class=""&gt;Dec 2025&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$49&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;$0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Reporting&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Once the data lives in HubSpot objects:&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;• Use &lt;/SPAN&gt;&lt;STRONG&gt;custom object reports&lt;/STRONG&gt;&lt;SPAN class=""&gt; (by Month)&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;• Filter by &lt;SPAN class=""&gt;Revenue Schedule.Month = "2025-06"&lt;/SPAN&gt; to get revenue state in June&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;If full automation is too much:&lt;/P&gt;&lt;P class=""&gt;• Use the license object with calculated properties (like you have)&lt;/P&gt;&lt;P class=""&gt;• Store the full schedule in Google Sheets/Excel&lt;/P&gt;&lt;P class=""&gt;• Sync in monthly totals to HubSpot via &lt;SPAN class=""&gt;&lt;STRONG&gt;Operations Hub data sync or custom fields&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Let me know if you want help writing the custom code or logic for the &lt;SPAN class=""&gt;Revenue Schedule&lt;/SPAN&gt; creation.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 19:07:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/128172-RevOps-Discussions/SaaS-Products-Calculating-Deferred-Revenue-when-Deal-is-Paid-Up/m-p/1131605#M3118</guid>
      <dc:creator>Upvise</dc:creator>
      <dc:date>2025-04-03T19:07:56Z</dc:date>
    </item>
  </channel>
</rss>

