Skip to content

emregulcan/xrmlibrary.2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

xrmlibrary.2015

Microsoft Dynamics CRM 2015 helper library

This project includes 2 helper library for Microsoft Dynamics CRM 2015.

  • XrmLibrary.EntityHelpers : Microsoft Dynamics CRM 2015 Entity Helper. This library includes almost full MS CRM 2015 SDK methods and UI methods.
  • XrmLibrary.ExtensionMethods : Microsoft Dynamics CRM 2015 SDK extension methods

For more information please visit https://github.com/emregulcan/xrmlibrary.2015/wiki

If you're having trouble please visit https://github.com/emregulcan/xrmlibrary.2015/issues

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 #10

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

v1.1

v1.0

  • First release