Skip to content

Update and Retrieve in a single request #348

Open
@Misiu

Description

@Misiu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions