Forum Discussion
D365FOoliver
Sep 30, 2021Copper Contributor
Sharepoint Online REST API - Determine if a document is opened
Dear community, I would kindly request your assistance for the following problem: Usecase Users collaborate on office documents (ListItem) in SharePoint Online (System A). After they are fin...
- Oct 05, 2021I don't think this is possible. I had a similar requirement for a project some time ago and when looking at the APIs I could not find anything that would tell me that a document was open - which I was not expecting to find as this is processing on the client side and the server only needs to be aware of updates
Oct 05, 2021
I don't think this is possible. I had a similar requirement for a project some time ago and when looking at the APIs I could not find anything that would tell me that a document was open - which I was not expecting to find as this is processing on the client side and the server only needs to be aware of updates
- D365FOoliverOct 07, 2021Copper ContributorThanks for the answer, Joel . It confirmed what I expected.
I have now implemented the solution design described in the Problem section of my initial post and it works, but it needs alot of tracking and error handling.