
I have an application developed in PHP which is already able to execute requests onto Microsoft Dynamics CRM using OData.
Now, what I need is to execute requests in a single database transaction by using a single web service method call. Here's the related Microsoft developer documentation stating how to achieve this with C#: Sample: Execute multiple requests in transaction
How can I implement this behavior with PHP and OData?
*This post is locked for comments
I have the same question (0)Hi,
You can use batch in ms crm web api and add all your operations in changesets.
Refer this-docs.microsoft.com/.../execute-batch-operations-using-web-api
-Shaminder