5
Status Quo:
Currently it is possible to have simple transactions using OData Batch calls.
This is currently not possible for the OData methods.

Idea:
OData method calls should be included into the same transaction as the other OData statements.

Example: "Posting product receipt"
There is an integration with an external inventory management system which wants to post incoming products. Via OData the needed lines are written and the posting method is called. If the posting fails there should be a complete rollback of all the data.
Category: Data Management
STATUS DETAILS
Needs Votes