Microsoft Dynamics CRM 2016 / Dynamics 365 helper library
This project includes 2 helper library for Microsoft Dynamics CRM 2016 / Dynamics 365.
- XrmLibrary.EntityHelpers : Microsoft Dynamics CRM 2016 Entity Helper. This library includes almost full MS CRM 2016 SDK methods and UI methods.
- XrmLibrary.ExtensionMethods : Microsoft Dynamics CRM 2016 SDK extension methods
For more information please visit https://github.com/emregulcan/xrmlibrary.2016/wiki
Please read important notices about SDK Deprecated Messages
Your comments and pull requests are very important and always welcome
- EmailHelper bugfix for "Paramater can not be null : email.to" exception when you create an email activity by using XrmEmail object For more details Issue #4
- AddCustomAttribute method added to XrmEmail
- AddCustomAttribute method added to XrmAppointment
- Strong-named (signed) assembly support added. Please read this issue
- BUG-FIXING
- Schedule.Data.XrmAppointment
- "location" attribute added to converting MS Dynamics entity
- Schedule.Data.XrmAppointment
-
GetSharedPrincipalsAndAccess method added to CommonHelper.
-
ReassignOwnership method added to CommonHelper.
-
Add method added to InvoiceProductHelper to retrieve products from Opportunity.
- GetMemberList method added to Marketing.ListHelper. This retrieves all members in marketing list (without regarding Static or Dynamic) and returns ListMemberResult class.
- BaseEntityHelper.Get(string fetchxml) mofied to use "FetchExpression".
- XrmLibrary.ExtensionMethods.2016 assembly dependecy removed.
- First release