Mattersphere Developers Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
Lynne Harding
Posts : 335
Join date : 2018-12-20

Document Management - Check in Empty Document Management - Check in

Mon 24 Feb 2020 - 7:58
If a user leaves a document checked out, what is the best way for other users/administrators to check the document in?
Is anyone else experiencing users that do not check their documents back in and go to lunch/on leave/sick day etc and other users in the department can not access
the documents?
avatar
Lynne Harding
Posts : 335
Join date : 2018-12-20

Document Management - Check in Empty Re: Document Management - Check in

Mon 24 Feb 2020 - 7:58
This post was taken offline but the below scenario worked;
If you users want to be able to bulk checkin documents from the OMS Document Dialog (Word File->Open) this can be enabled as follows.
1. Edit the search list ‘SCHDOCCHECKOUT’
2. Set Multi Select Property to True
3. Add a button set the Action to ‘none’ and call it ‘CMDCHECKIN’
4. Set the button Enabled When Multi Selected to ‘True’, When No Rows to ‘False’
5. To refresh the searchlist add the following code to the searchlist – this will fire after the internal Check In code.
if (e.ButtonName == “CMDCHECKIN”)
{
SearchControl.SearchList.Search(false);
}
This will cause the standard Check In routine to run in the same way as it does on the Matters Documents Tab.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum