Dear all,
I've published a helper library (XrmLibrary) for Microsoft Dynamics CRM / 365.
This library includes almost full of CRM SDK messages and some UI actions (that not covered by message).
You can download directly from NuGet or download / clone from GitHub (also find more information), links are below.
* For Microsoft Dynamics CRM 2015
github.com/.../xrmlibrary.2015
www.nuget.org/.../XrmLibrary.EntityHelpers.2015
Install-Package XrmLibrary.EntityHelpers.2015 (from VS Package Manager Console)
* For Microsoft Dynamics CRM 2016 / Dynamics 365
github.com/.../xrmlibrary.2016
www.nuget.org/.../XrmLibrary.EntityHelpers.2016
Install-Package XrmLibrary.EntityHelpers.2016 (from VS Package Manager Console)
Your feedbacks and pull requests are welcome and important for me, please feel free to contact me.
Regards
*This post is locked for comments
I have the same question (0)Hi Guido,
Thank you for your response / question.
Actually XrmLibrary is a SDK messages / UI actions helper for developers, it's not about creating proxy objects. I want to make usual things easier for developers like Assign , Share, Create notes, Send Email without painless ActivityParty :) etc
I designed 2 different assembly for MS CRM 2015 (XrmLibrary.EntityHelpers.2015.dll) and MS CRM 2016/365 (XrmLibrary.EntityHelpers.2016.dll) with same base namespace (XrmLibrary.EntityHelpers) and same method names like UpdateState (for SetStateRequest) to handle deprecated methods.
You can take a look my repository for MS CRM 2015 and MS CRM 2016/365
I hope my answer is enough to clear you.
Regards
Community Member
2
Christoph Pock
1