Trigger a reminder or an event?

Legacy MyInfo versions topics and topics that are no longer relevant
Locked
rigas
Posts: 10
Joined: Sat Sep 02, 2006 6:57 pm
Location: France
Contact:

Trigger a reminder or an event?

Post 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
Petko
MyInfo Support
Posts: 3258
Joined: Sun Jul 25, 2004 4:33 pm
Contact:

Post 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?
Last edited by Petko on Fri May 16, 2008 10:20 pm, edited 1 time in total.
rigas
Posts: 10
Joined: Sat Sep 02, 2006 6:57 pm
Location: France
Contact:

Post 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?
Petko
MyInfo Support
Posts: 3258
Joined: Sun Jul 25, 2004 4:33 pm
Contact:

Post 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.
Locked