Page 1 of 1

Trigger a reminder or an event?

Posted: Fri May 09, 2008 7:46 pm
by rigas
I'd like to trigger a reminder after a certain date is due.

I have a tree like this:

[first article to be reviewed]
\_reviewer 1- Due date XX
\_reviewer 2- Due date XX

[second article to be reviewed]
\_reviewer 3- Due date XY
\_reviewer 4- Due date XZ


When a date arrives I'd like to have a flag, a color or something that reminds me that the due date is now.

rigas -an old friend of MyInfo

Posted: Tue May 13, 2008 9:57 pm
by Petko
Currently, documents that are due are shown in red color. As I understand however, you want to have a filter, which to show all due documents?

Posted: Thu May 15, 2008 11:49 am
by rigas
Exactly. How can we do this?

And more generally is it possible to filter between a date and another date-

Another question. Is it possible to export only the documents that are filtered?

Posted: Fri May 16, 2008 10:24 pm
by Petko
rigas wrote:Exactly. How can we do this?

And more generally is it possible to filter between a date and another date-
This is possible, although it requires some work. You need to create a filter with the following properties:

Code: Select all

Due Date (attribute) | Before (condition) | and select the today's date
As you see this requires that you update the filter before every run. I understand that this can be tedious, so we will think how to improve this for the next versions.
rigas wrote:Another question. Is it possible to export only the documents that are filtered?
Currently, this is possible for the Print and for the Export as text file functions.