Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Mark for UnRead and New documents
Last Post 09/29/2011 2:06 PM by Peter Donker. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
3i-infotech
New Member
New Member
Posts:11


--
09/26/2011 12:41 PM
We want to mark newly uploaded documents after users last login and Unread documents i.e. documents which are not yet opened by the user.
Do DMX have any existing setting to do this?
Please let us know what can be done to fulfill this requirement.
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
09/29/2011 2:03 PM
There currently is no mechanism to be able to do that. Since "view" actions are not logged this is hard. Note though that "download" actions *are* logged. So if you want to show a list of documents the user hasn't *downloaded* then it is possible with the current data model.

Peter
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
09/29/2011 2:06 PM
Alternatively, if you just want a list of documents uploaded since his/her last login then I guess it is possible if you craft the SQL correctly. You should be able to get the last login from DNN somewhere. Once you have that date you extract data from DMX where DMX_Entries.Created > last login. You'll probably also want to bind to the permissions to make sure the user doesn't see stuff they're not allowed to see.

Peter
You are not authorized to post a reply.