Quantcast
Channel: Microsoft Dynamics CRM
Viewing all articles
Browse latest Browse all 154803

Forum Post: RE: CRM 2013 - Plugins registered on update message also getting called during creation of entity

$
0
0
Hi Ravi, Yes, it is. Because you register as two steps. You can prevent it by adding some Message condition: if (context.MessageName == "Create") //or Update { //put your logic here } Thanks.

Viewing all articles
Browse latest Browse all 154803

Trending Articles