Dynamics crm 2011 - asynchronous plugin
I want to build a plug-in for a Dynamics CRM 2011 installation.
My problem is that I don't find information related to the order in which the plug-in instances are executed. Microsoft says that the synchronous plug-ins are executed in the 'expected' order; but they say nothing about the asynchronous ones.
Is there a way to figure out 开发者_如何学运维the order in which the user actions where executed based on the plug-in execution order?
http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/124c9126-ef56-4be0-a712-cf71d088295f
精彩评论