Tuesday, June 7, 2011

Check Out What's New in the Microsoft Dynamics CRM 2011 SDK 5.0.4

Microsoft Dynamics CRM 2011 SDK version 5.0.4 has just been released.

You can download it here:
http://www.microsoft.com/downloads/en/confirmation.aspx?FamilyID=420f0f05-c226-4194-b7e1-f23ceaa83b69

The new stuff is below:

General

  •  Updated portal front-side editing scripts to redirect user to parent page on deletion of current page, rather than redirecting to the site root page.
  • Updated portal front-side editing scripts to accept any loaded version of jQuery, rather than performing a version check.
  • Microsoft.Xrm.Client.OrganizationServiceContextExtensions: Added missing relationship methods. Several of the early bound based relationship accessor methods were left unimplemented in the OrganizationServiceContextExtensions class (others were implemented correctly). These are convenience methods that allow relationships to be specified using static code-gen properties rather than using a late bound Relationship object, which requires a relationship schema name to be provided. The new methods are AttachLink, DetachLink, IsDeleted, AddLink, and DeleteLink.
  • Microsoft.Xrm.Portal.Web.UI.WebControls.CrmEntityFormView: Added public method InsertItem, to trigger form insert event from an external control.

ConsoleAppWalkthrough:
  • Updated configuration with required service context configuration section.
  • Updated SDK reference paths to match directory structure of SDK distribution.
  • Removed unnecessary Microsoft.ServiceBus.dll reference.
PluginWalkthrough:
  • Updated SDK reference paths to match directory structure of SDK distribution.
WebApp Walkthrough:
  • Updated SDK reference paths to match directory structure of SDK distribution.
  • Removed unnecessary Microsoft.ServiceBus.dll reference.
  • Updated CrmEntityFormView example to use a system-default view name, rather than a custom one.

No comments:

Post a Comment