Filter by transactionId

Filter by transactionId
6

Upvotes

Upvote

 Apr 14 2021
1 Comments (1 New)
New

MS Graph Event has a transactionId property that you can populate on event creation. I would like the ability to filter by the transactionId or to add a property that I can populate with an id from my app.

 

Reason: This would allow developers to query Graph entities for records associated with the id, instead of getting all events and comparing each against the id. 

Comments
Copper Contributor

Additional reason: having a search by transactionId allows a developer to track uncompleted transactions (two phase commit scenarios). The transactionId allows you to go back and clean up or complete event creation when a network error or other error happens.