I am trying to update a Contact field (called ContactStatus) of a Contact Role (Contact). For instance, if a contact is added to an opp as Primary Contact Role, the Status of the Contact needs to change to "Client".
I created a Process with Process Builder, but it seems that the Contact Role object (standard) is not related to a Contact????? (!!!!) or, at least, I cannot find a way to look for the related object.
1 respuesta
Salesforce doesn't give us functionality to write trigger on accountcontactrole.You can also enable trigger by doing some research or simply run a batch.
For updating field we would need to run a batch.