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
Trigger a reminder or an event?
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.
This is possible, although it requires some work. You need to create a filter with the following properties:rigas wrote:Exactly. How can we do this?
And more generally is it possible to filter between a date and another date-
Code: Select all
Due Date (attribute) | Before (condition) | and select the today's date
Currently, this is possible for the Print and for the Export as text file functions.rigas wrote:Another question. Is it possible to export only the documents that are filtered?