locked
CRM 4.0 plugins to CRM 2013 plugins RRS feed

  • Question

  • I am writing a plugin that is already written in CRM 4.0 code to CRM 2013 code. What are the major changes I need to implement other than SDK. Will the logic change?
    • Moved by Fred Bao Tuesday, April 1, 2014 2:00 AM CRM Related
    Monday, March 31, 2014 3:29 PM

All replies

  • Hello,

    This forum is used to discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.

    For issues regarding CRM, the CRM forum is more siutable and there are CRM experts who will help you better. I will move it to that forum.

    Thanks for your understanding.


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

    Tuesday, April 1, 2014 1:59 AM
  • The logic will stay the same. There are a few differences in the data passed to the plugin via the context (for instance, there is no CallerOrigin anymore), but this is generally very similar.

    The main changes to the code are the data-types used for the attributes. http://msdn.microsoft.com/en-us/library/gg328507.aspx is a good summary of the changes (it's taken from the CRM 2011 SDK, but the types are the same for CRM 2011 and CRM 2013)


    Microsoft CRM MVP - http://mscrmuk.blogspot.com/ http://www.excitation.co.uk

    Tuesday, April 1, 2014 3:07 PM
    Moderator