I'd like to automatically update the Related To field of the Event (usually containing a specific word in subject line or related to the same contact) with the newly created Opportunity.
1 risposta
hi Suren
you can create a process builder on opportunity object ,
it invokes on opportunity creation
which invokes a flow..
this flow will pull the contacts and associated event which you can update the related to id with the opportunity you created and sent to flow as a input value.