I would like to be able to write an agent so that it sends a email message when a document has not been completed within a 2 hour and 24 hour time frame. Any solution would be help full.
Thanks for the help
Christy
I would like to be able to write an agent so that it sends a email message when a document has not been completed within a 2 hour and 24 hour time frame. Any solution would be help full.
Thanks for the help
Christy
Subject: Email Message when Time Difference
Hi Christy,I think better for this will be to create scheduled agent and new view. The view will contain all documents waiting to be processed, so you have to test some field which you add by new notes agent.
The agent will look to this view and compare last modified date with current date - 2 hours. If it is less send mail and change some field on document which says document won’t be in your new view.