c# - CRM Access Team Plug-in -


i have requirement sending email when user added access team regarding opportunity, can't life of me plugin attach right message. have far tried using:

associate - none
addmembers - team
addusertorecordteam - teamtemplate

grantaccess - opportunity

any appreciated

thanks

users , teams have n:n relationship in dynamics crm. means there intermediary entity shown below. type entity can found going settings=>customizations=>customize system=>entities=>team=>n:n relationships=>teammembership_association. here can seen relationship entity name in case "teammembership".

structure n:n relationship: systemuser n:1 teammembership n:1 team

knowing this, try registering plugin on create of teammembership.


Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

C# MVC AngularJS -

php - mySQL problems with this code? -