I have an Azure function triggered post creation of a record in Dynamics 365 CE. The azure function and Dynamics 365 CE are integrated by a Webhook registered via the Plugin Registration.
What is the best way to update some data fields inside the record in RemoteExecutionContext .
Do I connect to Dynamics again or I can update as part of the Dynamics pipeline?
*This post is locked for comments