Question about Share features
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2013 10:17 AM
Not sure if this is the right place to ask, but I am evaluating Share as a collaboration tool where I work and one of the things we need is to have a policy system which will 1) flag up policies that are due for review, and 2) collect digital feedback on who has read the relevant policy.
Can something like this be done with Alfresco Share out-of-the-box or with minimal coding?
Can something like this be done with Alfresco Share out-of-the-box or with minimal coding?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2013 06:21 AM
Hello,
this is something that can be done with Alfresco Share albeit with a little coding and not out-of-the-box. You can assign metadata to a document (your policy) about the next review date and have a dashlet on a dashboard (user or site) display all policy documents where that date is close by or has passed based on a simple search query. The digital feedback can be collected by providing a simple, one-click action on the details page of a document where users can check that they've read the document. The list of users that have checked this can be tracked via another metadata property (and could be reset if a document is changed and needs to be read again).
Regards
Axel
this is something that can be done with Alfresco Share albeit with a little coding and not out-of-the-box. You can assign metadata to a document (your policy) about the next review date and have a dashlet on a dashboard (user or site) display all policy documents where that date is close by or has passed based on a simple search query. The digital feedback can be collected by providing a simple, one-click action on the details page of a document where users can check that they've read the document. The list of users that have checked this can be tracked via another metadata property (and could be reset if a document is changed and needs to be read again).
Regards
Axel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2013 06:42 AM
Hi, thanks for the reply. That looks quite straight-forward. I'll have a look into it.