Answered by:
Plugin Question

Question
-
--I wrote one plugin it was working and it is working in another CRMs but it is not working in one CRM what would be the reason and while am debugging the code it didn't through error, and I register the plugin again and again but nothing has changed in functionality.Thursday, November 13, 2014 10:38 AM
Answers
-
hi all,
I found the solution that i didn't add the attributes for update step in the plugin registration tool Later I added all the fields now it is working fine
- Marked as answer by shiva_prasad Tuesday, November 18, 2014 9:40 AM
Tuesday, November 18, 2014 9:40 AM
All replies
-
Is the plugin not firing - or is it throwing an exception?
You could use the profiler to see what's going on - http://blog.sonomapartners.com/2013/03/debugging-crm-2011-plugins-with-the-plugin-profiler.html
http://msdn.microsoft.com/en-us/library/hh372952.aspx
Hope this helps,
Scott
Scott Durow
Blog www.develop1.netFollow Me
Rockstar365
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"- Proposed as answer by Scott Durow (MVP)MVP, Editor Thursday, November 13, 2014 6:13 PM
Thursday, November 13, 2014 6:13 PMAnswerer -
hi all,
I found the solution that i didn't add the attributes for update step in the plugin registration tool Later I added all the fields now it is working fine
- Marked as answer by shiva_prasad Tuesday, November 18, 2014 9:40 AM
Tuesday, November 18, 2014 9:40 AM -
Just to add, by default your update plugin should fire on updated of all the fields, but if you want to fire your update plugin for specific fields then only you will mentioned those fields under filtered attribute list.
Microsoft Dynamics CRM Training|Our Blog | Follow US | Our Facebook Page | Microsoft Dynamics CRM 2011 Application Design
Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.Tuesday, November 18, 2014 11:02 AMModerator -
Thanks all,
I found the solution for this Actually I made mistake like I didn't add parameters which I need to send to the Plugin while registering the plugin so after adding the parameters it was working fine.
Saturday, December 20, 2014 11:54 AM