CRM

Nick_Trendline
Contributor

Workflow for First Deal Closed Date

SOLVE

Hi HS Community,

 

Does anyone know if a workflow could accomplish the following by auto-populating a custom property on the Company object?

 

The close date of the first deal for a company.

 

Thanks.
Nick

1 Accepted solution
MFrankJohnson
Solution
Thought Leader

Workflow for First Deal Closed Date

SOLVE

Probably best to use the API endpoints to get the data and determine which associated deal is ... first! This would be the best method for both current and past deals, and could be built to manage company objects for which there were multiple associated deals. (important)


Otherwise, we'd need to use at least two workflows ... GOING FORWARD.

  • a company workflow to identify when a company had precisely 1 associated deal.
  • a custom deal property to FLAG that first deal.
  • a deal workflow to copy the associated FIRST deal close date to the company.


The proposed two-workflow solution above would NOT work for companies that have multiple deals. In the case of companies with more than one deal, don't see a way (in workflows) to iterate through all deals for that specific company within the same workflow enrollment.


Interested to hear feedback from others. Good luck with your project.

 

Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.

 

Hope that helps.

 

Be well,
Frank


www.mfrankjohnson.com

View solution in original post

8 Replies 8
Lucinda
Contributor

Workflow for First Deal Closed Date

SOLVE

I would really like to see HubSpot come up with a first deal won date property. We have multiple business units on one instance of HubSpot and I want to be able to report on Companies that are completely new to the Group e.g. a list of Companies that had their first deal won within a specific timeframe. 

0 Upvotes
HakonXL
Member

Workflow for First Deal Closed Date

SOLVE

Hi, I recently had this problem and found that there is a property for this. Under company there is a property called "Closed date". It will be automatically set when the first deal is closed won for that company.

0 Upvotes
DianaGomez
Community Manager
Community Manager

Workflow for First Deal Closed Date

SOLVE

Hi @Lucinda hope you are doing well!

 

I encourage you to create the idea here in our ideas' forum, this way it will have more chances to be implemented in the future. 

 

Best,

Diana


¿Sabías que la Comunidad está disponible en Español?
¡Participa hoy en conversaciones en el idioma de tu preferencia,cambiando el idioma en tus configuraciones!

Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !


0 Upvotes
Nick_Trendline
Contributor

Workflow for First Deal Closed Date

SOLVE

Hi @kelseyingram392  - we didn't end up implementing anything (yet).  Without using the API solution, it looks as though the result would be manual entry in a new custom property.

kelseyingram392
Contributor | Platinum Partner
Contributor | Platinum Partner

Workflow for First Deal Closed Date

SOLVE

Wild that this functionality doesn't exist natively. HubSpot please please figure this out! This is standard functionality if you want to compete with other CRMs. 

kelseyingram392
Contributor | Platinum Partner
Contributor | Platinum Partner

Workflow for First Deal Closed Date

SOLVE

@Nick_Trendline what solution did you end up going with for this requirement? 

0 Upvotes
MFrankJohnson
Solution
Thought Leader

Workflow for First Deal Closed Date

SOLVE

Probably best to use the API endpoints to get the data and determine which associated deal is ... first! This would be the best method for both current and past deals, and could be built to manage company objects for which there were multiple associated deals. (important)


Otherwise, we'd need to use at least two workflows ... GOING FORWARD.

  • a company workflow to identify when a company had precisely 1 associated deal.
  • a custom deal property to FLAG that first deal.
  • a deal workflow to copy the associated FIRST deal close date to the company.


The proposed two-workflow solution above would NOT work for companies that have multiple deals. In the case of companies with more than one deal, don't see a way (in workflows) to iterate through all deals for that specific company within the same workflow enrollment.


Interested to hear feedback from others. Good luck with your project.

 

Note: Please search for recent posts as HubSpot evolves to be the #1 CRM platform of choice world-wide.

 

Hope that helps.

 

Be well,
Frank


www.mfrankjohnson.com
Nick_Trendline
Contributor

Workflow for First Deal Closed Date

SOLVE

Thanks for this, Frank.  Interesting suggestions.  Not sure we want to put the effort forth for an API at this point, and it's likely we'll have multiple deals for a company.  I'll ponder these a bit longer.  
Thanks again.
Nick