Closed msEvanLuo closed 3 years ago
I have experienced the same thing. Both on version 0.5.5 and 0.5.7. Updating owner on a custom activity entity.
the same question,both create and update ownerid can not be updated,so,the only solution is that we roll back Microsoft.PowerPlatform.Dataverse.Client to 0.4.5?
We have identified the issue and are working to solve it now...
By way of explanation, At its root its a problem with how the Owner types are described in the metadata system and how that relates to the WebAPI interpreter in dataverse, There is a good deal of variability in how something is described in the WebAPI, which is leading to these sorts of issues.
if you need to work right now, you can use the ServiceClient.UseWebAPI = false flag, which will bypass the problem.
Fix for this should be out on 10/21
we cannot update field "ownerid" from Microsoft.PowerPlatform.Dataverse.Client0.5.X by following code. However, when we use Microsoft.PowerPlatform.Dataverse.Client0.4.5, field "ownerid" can be update. any expanlation?