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
SurenderSurender 

Opportunity Teammember..

Hi,

 

We are calling sample code(which has logic to auto-follow the records) when an Opportunity is getting created or updated. We are able to achieve this by having trigger in Opportunity.

 

We need same sample code to be executed when we add/update Sales Team members to an opportunity. We are not able to achieve this as we can't write triggers in OpportunityTeammember.

 

Can someone share your thoughts on how to achive this.

 

Thanks in advance..