Skip to content

06 SDK Deprecated Messages

Emre GULCAN edited this page Apr 18, 2017 · 1 revision

Microsoft Dynamics CRM 2016 / Dynamics 365 SDK Deprecated Messages

XrmLibrary designed to embrace this deprecated methods without any change in your source. If you're currently using XrmLibrary.2015 you can easly update your NuGet package to XrmLibrary.2016 and use your current codes without headache.

For more information about SDK Deprecated Messages please visit Microsoft Dynamnics CRM SDK Perform specialized operations using Update page.

In XrmLibrary.2016 covered SDK messages are below;

SDK Message XrmLibrary.2016 Method
AssignRequest CommonHelper.Assign
SetStateRequest CommonHelper.UpdateState
SetParentTeamRequest TeamHelper.ChangeParent *
SetParentBusinessUnitRequest BusinessUnitHelper.SetParent
SetBusinessSystemUserRequest SystemUserHelper.ChangeBusinessUnit
  • Indicated methods are still using deprecated messages. UpdateRequest does not perform correctly with this operations. Tested on Microsoft Dynamics CRM 2016 on-prem and Dynamics 365 (version 1612 (8.2.0.749) (DB 8.0.2.749) updated from 2016) on-prem environments.
Clone this wiki locally