Working with Plug-ins for entities with N:N relationship in DataVerse/Dynamics 365

We all know that (many-to-many) N:N relationship creates an Intersect table. When we add related record for an entity then the Event that is triggered is Associate. For N:N we cannot handle using Create or Update Message. This is specific to N:N relationship. So Here I am presenting how we can handle the plugin code…
Read more