function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Collaborative eCollaborative e 

Update opportunity field based on Opportunity Sales Team Role

I'm looking for a way to update an opportunity custom field when someone is added to the opportunity sales team. Can that be done through workflow?

spraetzspraetz

Yes, workflow would be your declarative way to do it.  An Apex Trigger would the programatic way.

Collaborative eCollaborative e

I'm asking if it's even possible to use workflow (declarative) to update an opportunity based on the change/addition of a sales team role?