Skip to content

emregulcan/xrmlibrary.2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xrmlibrary.2016

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

Commit / Release Notes

v1.4.1

  • 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

v1.4

v1.3

  • Strong-named (signed) assembly support added. Please read this issue
  • BUG-FIXING
    • Schedule.Data.XrmAppointment
      • "location" attribute added to converting MS Dynamics entity

v1.2

  • GetSharedPrincipalsAndAccess method added to CommonHelper.

  • ReassignOwnership method added to CommonHelper.

  • Add method added to InvoiceProductHelper to retrieve products from Opportunity.

v1.1

v1.0

  • First release