How can we perform CRUD operations in custom entity in Dynamic 365 using SDK?
Asked
Active
Viewed 845 times
1
-
2The CRM SDK is still not officially available for anything newer than .NET 4.6.2 : https://www.nuget.org/packages/Microsoft.CrmSdk.CoreAssemblies/ . There is a "replacement" library for .NET Core, but it's still in preview stage and **NOT** officially released: https://www.nuget.org/packages/Microsoft.PowerPlatform.Dataverse.Client/ – marc_s Nov 29 '21 at 09:20
-
@Kaishu Have you got any solution on this ? – DnyaneshSurya Mar 01 '22 at 12:10
-
@DnyaneshSurya Yes - Using HttpClient as per this solution https://learn.microsoft.com/en-us/powerapps/developer/data-platform/webapi/enhanced-quick-start – Kaishu Mar 02 '22 at 07:34