Following my previous post about the issue with CRM v9 connection, I will cover another issue in v9 that you may encounter which is downloading the new CRM SDK. Starting from version 9.0, the familiar CRM SDK is renamed to Developer Guide. There are a lot of updates to it also: New location: https://docs.microsoft.com/dynamics365/customer-engagement/developer/ New name: … Continue reading Download Developer Guide for Dynamics 365 Customer Engagement
Tag: CRMSDK
Can’t connect to Dynamics 365 Customer Engagement using CRM SDK v9
Exception: Metadata contains a reference that cannot be resolved.
Mysterious error: Metadata contains a reference that cannot be resolved. ‘https:///XRMServices/2011/Organization.svc?wsdl&sdkversion= ‘
I had a frustrating error
Retrieve primary entities along with related entities with one QueryExpression
A colleague asked me how to query multiple primary records and their related records using one QueryExpression. I paused for a moment, I couldn't answer him certainly. I thought it would be possible, so I started researching. Here is what I found.