Hi All - I am trying to use the new Entity.RowVersion property to retrieve and do an update if the row version matches. I am aslo trying to use the recommendation to use the UpdateRequest instead of Assign request to set the ownerid on the entity record. When I combine these two, even though the row version remains the same, the update request (ConcurrencyBehavior.IfRowVersionMatches is set) fails with the Fault Exception that the row version did not match. Any idea if this is an unsupported combination? I am on CRM 2016 On prem and the SDK version is 8.1.0.359 and ownerid is the only attribute I am updating)
Thanks in advance.