cancel
Showing results for 
Search instead for 
Did you mean: 

Document access report

cyruspy
Champ in-the-making
Champ in-the-making
Hi!, what's the best solution to have track of a document reads?. In our case we want to make sure every user reads de Internal Rules (PDF document), should be just look for an access report?, maybe force the document review on any new user using workflows?

Regards,
CI.-
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
you can use policy and behavior concept of alfresco.
check out the sdk customAspect example.

Links to help you out.
http://wiki.alfresco.com/wiki/Services_Framework#Component_Policies
http://wiki.alfresco.com/wiki/Policy_Component
http://wiki.alfresco.com/wiki/Alfresco_SDK_4.0

Main point is it will inject your piece of code which will be called each time particular operation is done(view document in your case)so, you can have your logic in that piece of code.
This way you can track the users who has seen the document but I do not see any way to force the user to see the document. May be you can add it just like dynamic welcome dashlet of share.