How to check if file in SharePoint is opened by another user?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-09-22 03:17 PM
Hi All,
I want to check if a excel file in SharePoint is opened by another user. Anyone have any suggestion on this? how can we check this in Blueprism?
------------------------------
Aditya Jain
RPA developer
Accenture
Asia/Kolkata
8058426934
------------------------------
I want to check if a excel file in SharePoint is opened by another user. Anyone have any suggestion on this? how can we check this in Blueprism?
------------------------------
Aditya Jain
RPA developer
Accenture
Asia/Kolkata
8058426934
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-09-22 05:35 PM
Hi Aditya,
There's not a way to do this out-of-the-box in Blue Prism, but it should be possible to create a VBO that utilizes a code stage that can check if a file is already open. This StackOverflow article has some VB code suggestions that may work for this.
Alternately, if others here have suggestions for how to perform this type of check with the existing SharePoint VBO(s) on the DX and/or functions within a custom VBO, hopefully they can share them in this thread as well.
------------------------------
Steve Boggs
Senior Product Support Engineer
Blue Prism
Austin, TX
------------------------------
There's not a way to do this out-of-the-box in Blue Prism, but it should be possible to create a VBO that utilizes a code stage that can check if a file is already open. This StackOverflow article has some VB code suggestions that may work for this.
Alternately, if others here have suggestions for how to perform this type of check with the existing SharePoint VBO(s) on the DX and/or functions within a custom VBO, hopefully they can share them in this thread as well.
------------------------------
Steve Boggs
Senior Product Support Engineer
Blue Prism
Austin, TX
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-09-22 08:12 PM
Hi @Aditya Jain,
As suggested by @steven.boggs, code stage is the best way to check if the file is already open or not. There is no inbuilt functionality which is being provided by Blue prism to check it.
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
As suggested by @steven.boggs, code stage is the best way to check if the file is already open or not. There is no inbuilt functionality which is being provided by Blue prism to check it.
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
