-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
In :
PowerPlatform-DataverseServiceClient/src/GeneralTools/DataverseClient/Client/ConnectionService.cs
Line 1757 in dfba939
| else if (req.Parameters.ContainsKey("Target") && req.Parameters["Target"] is EntityReference entRef) // this should cover things that have targets. |
RowVersion is not cloned, this leads to
PowerPlatform-DataverseServiceClient/src/GeneralTools/DataverseClient/Client/ConnectionService.cs
Line 1846 in dfba939
| if (!string.IsNullOrEmpty(cReq.RowVersion)) |
PowerPlatform-DataverseServiceClient/src/GeneralTools/DataverseClient/Client/ConnectionService.cs
Line 1864 in dfba939
| DataverseOperationException opEx = new DataverseOperationException("Request Failed, RowVersion is missing and is required when ConcurrencyBehavior is set to a value other then Default."); |
Which also contains a spelling error (then/than).
Which AFAICT makes deletion with optimistic concurrency impossible.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working