I'm looking to put together a custom code that would trigger a notification if two properties are not the same. For example, I have an estimated deal amount and a final deal amount and I want an email notification to be sent if the two properties are not the same. I'm not quite sure how to code this so I'm seeing if anyone else has put this together as it seems like a common nice to have function. T
You might not need custom code for this if the the values you'd like to compare are numbers. You could use a calculation property to subtract one number from the other. If the result is not 0, you could send a notification.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
You might not need custom code for this if the the values you'd like to compare are numbers. You could use a calculation property to subtract one number from the other. If the result is not 0, you could send a notification.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Thanks Karsten, but that's what I've already got going on with it. I'm looking for a smoother process. I'd like to use the same thing for some other workflows as well, that's kind of why I'm looking to see if someone else has set up any custom code for the comparisons. I'm actually surprised HubSpot doesn't have this feature yet. I've seen a lot of others looking to do the same thing. The only comparison thing they really have is in the calculation property.