• How to check (as admin) which users read a new document

  • We tried to make OpenKM as intuitive as possible, but an advice is always welcome.
We tried to make OpenKM as intuitive as possible, but an advice is always welcome.
Forum rules: Please, before asking something see the documentation wiki or use the search feature of the forum. And remember we don't have a crystal ball or mental readers, so if you post about an issue tell us which OpenKM are you using and also the browser and operating system version. For more info read How to Report Bugs Effectively.
 #54443  by Pitt
 
Hello,
I insert a new document or edit a document. After that, users should see in their dashboard, that there is a new or edited document.
After that, I want (as admin) to check after a few days, who (which users) read this new document, because I need the possibility, to document, who has really taken notice of this editing or new document.

How can I realise that?

Thx!

Pitt (OpenKM community edition 6.3)
 #54447  by jllort
 
Better to plan this kind of feature as a weekly report indicating the created or updated documents and who has read or edited them. You can create this kind of report as an SQL for table OKM_ACTIVITY.

You should take control of some events : https://docs.openkm.com/kcenter/view/ok ... entactions
CHECKIN_DOCUMENT -> edition
GET_DOCUMENT_CONTENT or GET_DOCUMENT_CONTENT_BY_VERSION ( when previewing or downloading the document )
 #54471  by jllort
 
I suggest starting with a simple SQL like:
Code: Select all
select * from OKM_ACTIVITY limi 10;
When you understand the data collected there, should be quite easy to build a report.

You have some reports at https://docs.openkm.com/kcenter/view/ok ... -pack.html that maybe used as a starting point.

About Us

OpenKM is part of the management software. A management software is a program that facilitates the accomplishment of administrative tasks. OpenKM is a document management system that allows you to manage business content and workflow in a more efficient way. Document managers guarantee data protection by establishing information security for business content.