Hey,
I want to prevent a deal from moving to “Closed Won” if a specific validation field shows “False” or is empty, without requiring sales reps to manually edit that field.
Concretely: if the field “Internal Champion appointed” is false, the sales should not be able to edit the deal. He should create an association to one of the contact (1), which will trigger a workflow (2), updating the field “Internal Champion appointed” to true (3) , hence allowing the sales to move to closed won (4)
Steps 1, 2 and 3 are working but I want to prevent the Sales from moving forward if the value is false
My goal:
Deal stage “Closed Won” should require validation field = True/Yes:
- If True → Deal can progress
- If False → Deal is blocked from moving forward
Is this possible ? How can I set this up in Hubspot ?
Thanks a lot