Answered by:
Plug-In Registration Can you nest message?

Question
-
I need to register a Plug-In so that it is called when an entity is created, amended and deleted.
Can I register my class as a single step with all three messages, or do I need to register the class three times... one for each step?
Can't find anything in the SDK about this so I'm guessing its three steps, is this correct?
Cheers
SteveFriday, May 29, 2009 11:28 AM
Answers
-
Hi, Steve. You are right. This is will be three steps for one class.
Truth is opened the prepared mind My blog - http://a33ik.blogspot.com- Marked as answer by lemonje Friday, May 29, 2009 11:34 AM
Friday, May 29, 2009 11:30 AMModerator -
Hi,
Using plugin registration tool we need to register three different steps for each of the messages.
Check this out as well
http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/70534a6c-71fa-422f-8694-83819de380ee
Regards,
Nishant Rana
http://nishantrana.wordpress.com- Marked as answer by lemonje Friday, May 29, 2009 11:34 AM
Friday, May 29, 2009 11:30 AM
All replies
-
Hi, Steve. You are right. This is will be three steps for one class.
Truth is opened the prepared mind My blog - http://a33ik.blogspot.com- Marked as answer by lemonje Friday, May 29, 2009 11:34 AM
Friday, May 29, 2009 11:30 AMModerator -
Hi,
Using plugin registration tool we need to register three different steps for each of the messages.
Check this out as well
http://social.microsoft.com/Forums/en-US/crmdevelopment/thread/70534a6c-71fa-422f-8694-83819de380ee
Regards,
Nishant Rana
http://nishantrana.wordpress.com- Marked as answer by lemonje Friday, May 29, 2009 11:34 AM
Friday, May 29, 2009 11:30 AM -
I thought as much, I was hoping there might be a catch all message to save me the bother.
Cheers.Friday, May 29, 2009 11:33 AM