For those who want to use Linq in Dynamic CRM plugin.
CrmOrganizationServiceContext which was reference of Microsoft.Xrm.Sdk.Client no longer use in MSCRM 2016
So to use this in MSCRM 2016 you need to open NuGet :
1. install Microsoft.CrmSdk.CoreAssemblies
2. using Microsoft.Xrm.Sdk.Client
3. OrganizationServiceContext
And Linq is better than Query Expression when retrieving the huge data
Query Expression Data Limit = 5000;
Linq can retrieve the data you without data limitation.
*This post is locked for comments
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156