Question

Je veux déclencheur MS plug-in Dynamic CRM N: N (beaucoup) à de nombreuses relations

Ajout d'un utilisateur ou supprimer la ligne de N:. Relation N, puis exposé mon plugin

Il est possible, et comment s'il est?

Était-ce utile?

La solution

Yes, it's possible. Depends on your CRM version. General idea is registering plugin for Associate/Disassociate events. For CRM 4.0 it is described here. How to do this in CRM 2011 you can read here.

Autres conseils

You can do it. By Using Associate and Disassociate messages in Plugin Registration Tool. if you want to add a record in any entity by using N:N Relationship the message should be Associate, primary/secondary entities should be set it as null then it will fire and for removing a record you can do by using Disassociate message.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top