You need to sign in to do that
Don't have an account?
Eran Vizel
Trigger on OpportunityTeamMember
Hi,
It is possible to create a trigger on OpportunityTeamMember objecy. However, I want to automate creation of coresponding Opportunity Splits on creation of OpportunityTeamMember. Correct me if I'm wrong, but it seems like the event in which an opportunity is created or updated with a new owner, and therefore a new OpportunityTeamMember is created for the new owner and all his default opportunity team (if exist) automatically, is not an action recognized as INSERT of OpportunityTeamMember, therefore does not fire the insert trigger.
Is this correct?
Thank you,
Eran
It is possible to create a trigger on OpportunityTeamMember objecy. However, I want to automate creation of coresponding Opportunity Splits on creation of OpportunityTeamMember. Correct me if I'm wrong, but it seems like the event in which an opportunity is created or updated with a new owner, and therefore a new OpportunityTeamMember is created for the new owner and all his default opportunity team (if exist) automatically, is not an action recognized as INSERT of OpportunityTeamMember, therefore does not fire the insert trigger.
Is this correct?
Thank you,
Eran
OpportunityTeamMember we need to create manually according to standard process. It is not dependant on opporunity owner.
And we can write trigger on OpportunityTeamMember and update related opportunity.
Please clearify your requirement.
Thanks,
Gajanan
OpportunityTeamMembers can get created automatically with the out-of-box functionality. Opportunity owner gets a member automatically when the opp is created or assigned to him, and if he has a corresponding default opp team, those records get created as well.
My question was - this automatic creation does NOT seem to trigger an insert trigger on OpportunityTeamMember. Is that correct?
Thank you
Where you success at automating Opportunity Splits based on data entered on your Opportunity Team?
Working on opportunity Splits and need to achieve the same goal. Have you figure this one out. I get an error message suggesting that the total splits does not add up to a 100%.
Thanks,
YAnick