Open
Description
Currently, to update the record and get the updated record from dynamics we must call two methods: Update(Async)
and Retrieve(Async)
. Ideally, we should be able to same thing with only a single request, similar to CreateAndReturnAsync
(which isn't implemented btw).
The idea behind this FR is to be able to minimize the number of requests than need to be done to get the result.
This is available via WebApi (https://learn.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/mt607664(v=crm.8)#update-with-data-returned), so ideally it should be possible to do with the library