Okay, so Im trying to basically create an 'If, then' statement on my deals form that is specific to pipeline. The statement would read like this ' If Pipeline is equal to End Customer and End Customer deal is a partner deal, then i want a dropdown of available partners. (In this case partners is a customer object.) In the partner properties, the partner name is editable and viewable to everyone, but in the deal form it is saying it is not an editable property. How do i create conditional logic from a property to an object?
Hey! @Claire-S To create conditional logic in HubSpot for your deals form, first ensure you have a custom property for "Available Partners" set up as a dropdown. Then, configure the form to display this dropdown only if the "Pipeline" is equal to "End Customer" and the deal is marked as a partner deal. If the partner name is not editable, create a separate custom property that links to your partner object, ensuring it allows for user edits.
It sounds like deals and partners are different objects in your portal, is that the case? If so, it is not possible to create a required lookup field to associate a partner record once a deal meets certain criteria. Conditional logic can only apply to fields on the same object, not on different objects, at least currently.
As a workaround, if you're on an Enterprise subscription, you could do the following:
Set up a custom single checkbox property "Partner selected"
Create a custom deal-based workflow that enrolls deals when they are associated to a partner record
Use the "Set property value" workflow action to check the box from step 1
If your partners are not a different object but a dropdown property on the deal object, things become possible. In that case, you would specifically leverage these two features:
It sounds like deals and partners are different objects in your portal, is that the case? If so, it is not possible to create a required lookup field to associate a partner record once a deal meets certain criteria. Conditional logic can only apply to fields on the same object, not on different objects, at least currently.
As a workaround, if you're on an Enterprise subscription, you could do the following:
Set up a custom single checkbox property "Partner selected"
Create a custom deal-based workflow that enrolls deals when they are associated to a partner record
Use the "Set property value" workflow action to check the box from step 1
If your partners are not a different object but a dropdown property on the deal object, things become possible. In that case, you would specifically leverage these two features:
Hey! @Claire-S To create conditional logic in HubSpot for your deals form, first ensure you have a custom property for "Available Partners" set up as a dropdown. Then, configure the form to display this dropdown only if the "Pipeline" is equal to "End Customer" and the deal is marked as a partner deal. If the partner name is not editable, create a separate custom property that links to your partner object, ensuring it allows for user edits.