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

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -