I want to make association labels on contacts associated with Deals Mandatory when a deal gets to a certain stage in the pipeline i.e., when the deal is at a late stage, there must be a contact associated with the deals that has an "Economic buyer" label attached to it. Is this possible and if not, what work arounds do people suggest?
As far as I know, this is not possible yet. It's probably close, considering that there is also a private beta for 'Required Association Labels for Manual Record Creation'.
Until this arrives, here's how I would approach this:
Create a custom deal checkbox property "Economic buyer associated"
Create a deal-based workflow that enrolls when the "Number of associated contacts is known", enable re-enrollment for this trigger
Set up a branch that checks whether the deal is associated to any contact where "Create date is known" and where the association corresponds to your "Economic buyer" association label
In the left branch, set the property value for the property from step 1 to yes
As far as I know, this is not possible yet. It's probably close, considering that there is also a private beta for 'Required Association Labels for Manual Record Creation'.
Until this arrives, here's how I would approach this:
Create a custom deal checkbox property "Economic buyer associated"
Create a deal-based workflow that enrolls when the "Number of associated contacts is known", enable re-enrollment for this trigger
Set up a branch that checks whether the deal is associated to any contact where "Create date is known" and where the association corresponds to your "Economic buyer" association label
In the left branch, set the property value for the property from step 1 to yes
Thank you for the original solution! Could you please provide the workaround if the association label is cleared or changed. We implemented the original solution but are now running into errors.