CRM

JBernath
Member

Deals - Automatic Sequential Numbering

SOLVE

I need a method for creating an alphanumeric sequential numbering system in Deals.  I would like the Deal # to increment each time a Deal is created. The Record ID is not useful.

2 Accepted solutions
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Deals - Automatic Sequential Numbering

SOLVE

Hi @JBernath,

 

Unfortunately, this is currently not possible out of the box. Here is how you could approach workarounds:

 

Use Zapier to send deals from HubSpot to a Google Sheet, assign a running number in the Google Sheet, send the deals back to HubSpot and map the running number to a custom property.

 

Create custom code in Operations Hub Professional. While "vanilla" workflows can't count, they can with custom code. This would require the Operations Hub Professional license and a developer.

 

Hope this helps!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

View solution in original post

DanielJeal
Solution
Participant

Deals - Automatic Sequential Numbering

SOLVE

I recently achieved something similar with sequential numbering of the custom objects upon creation. This is achievable by creating a private app and using the HubSpot API. The search endpoint returns a JSON with a total of records. Adding formatting to the workflow to add 1 and save within the property. Happy to share code examples if it helps. 

View solution in original post

12 Replies 12
FWboxergy
Contributor

Deals - Automatic Sequential Numbering

SOLVE

That's really a shame that such a basic thing cannot be implemented without having to rely on expensive external serivces or extra packages. It's really a down point for Hubspot.

FWboxergy
Contributor

Deals - Automatic Sequential Numbering

SOLVE

Has anyone been able to setup Zapier to do this? I'm really struggling to do it. Thanks.

0 Upvotes
Unmatched
Participant | Diamond Partner
Participant | Diamond Partner

Deals - Automatic Sequential Numbering

SOLVE

Hey! Matt from Unmatched here.

 

We've built an app for this! Sequential does exactly what you're looking for, it adds a sequential number onto a deal when it's created (or whatever your workflow criteria is).

 

Here's the link to the App Marketplace Listing.

 

Enjoy! Any questions, please reach out to me on LinkedIn or via our website.

 

Matt

Raffy
Guide

Deals - Automatic Sequential Numbering

SOLVE

Hi Matt,

Thanks for sharing. I suggested this to our prospect.

DanielJeal
Solution
Participant

Deals - Automatic Sequential Numbering

SOLVE

I recently achieved something similar with sequential numbering of the custom objects upon creation. This is achievable by creating a private app and using the HubSpot API. The search endpoint returns a JSON with a total of records. Adding formatting to the workflow to add 1 and save within the property. Happy to share code examples if it helps. 

smozingo
HubSpot Employee
HubSpot Employee

Deals - Automatic Sequential Numbering

SOLVE

Hey Daniel, would you be open to sharing the code?

 

0 Upvotes
CGraham44
Participant

Deals - Automatic Sequential Numbering

SOLVE

Hi Daniel,

 

I would be interested in this too if you could share code?

0 Upvotes
Raffy
Guide

Deals - Automatic Sequential Numbering

SOLVE

Hi Daniel,

I am not a developer but I would like to give it a try. Kindly point me to resources I need to read up on and share the code 🙂

0 Upvotes
karstenkoehler
Solution
Hall of Famer | Partner
Hall of Famer | Partner

Deals - Automatic Sequential Numbering

SOLVE

Hi @JBernath,

 

Unfortunately, this is currently not possible out of the box. Here is how you could approach workarounds:

 

Use Zapier to send deals from HubSpot to a Google Sheet, assign a running number in the Google Sheet, send the deals back to HubSpot and map the running number to a custom property.

 

Create custom code in Operations Hub Professional. While "vanilla" workflows can't count, they can with custom code. This would require the Operations Hub Professional license and a developer.

 

Hope this helps!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

DKnapton
Participant

Deals - Automatic Sequential Numbering

SOLVE

Hi Karsten,

This is far from an acceptable solution.

I'm quite shocked that HS doesn't have a property type for sequential numbering.

It seems to me that this is standard fare in most CRM sysytems for Deals, Tickets, Invoicing, etc.

While the workaround you have suggested will work, I'd be hard pressed to understand why such a simple functionality (surely the basic code is publically available) can't be quickly turned around by the HS Dev team.

 

 

Unmatched
Participant | Diamond Partner
Participant | Diamond Partner

Deals - Automatic Sequential Numbering

SOLVE

Hey! Matt from Unmatched here.

 

We've built an app for this! Sequential does exactly what you're looking for, it adds a sequential number onto a deal when it's created (or whatever your workflow criteria is).

 

Here's the link to the App Marketplace Listing.

 

Enjoy! Any questions, please reach out to me on LinkedIn or via our website.

 

Matt

stephanhokanson
Participant | Platinum Partner
Participant | Platinum Partner

Deals - Automatic Sequential Numbering

SOLVE

Matt, 
Does Sequential work with Quotes?

0 Upvotes