You need to sign in to do that
Don't have an account?
snippets@sf
Opportunity Team Member : Overrides existing team member
I am Using the below line in a static class method called from the trigger. it is so unusual why two different records are getting overiden.
when ownerid is different every time.
insert new OpportunityTeamMember(TeamMemberRole = 'Venue Expert', OpportunityId = op.id, UserId = op.OwnerId);
Did anyone experience this before.
when ownerid is different every time.
insert new OpportunityTeamMember(TeamMemberRole = 'Venue Expert', OpportunityId = op.id, UserId = op.OwnerId);
Did anyone experience this before.
Hope This gives a clear information about my Question
Thanks.