Document access report

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2013 03:58 PM
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.-
Regards,
CI.-
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2013 03:43 AM
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.
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.
