![]() |
Notification on Document Expiry - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: General Questions (https://community.letodms.com/forumdisplay.php?fid=15) +--- Thread: Notification on Document Expiry (/showthread.php?tid=376) |
Notification on Document Expiry - binoyav - 10-12-2011 Hi, New to LetoDms. These are my doubts, please clarify. I have gone through the docs, but didnt get any solution, plz help me 1.Whether the system will send mails automatically before/after the document expiry ? Or should I need to add the users to get the notification based on doc expiry ? 2. How the notification mails are working, means how the system is sending mails (any cron job need to setup ?) ? Thanks Binoy RE: Notification on Document Expiry - brensly - 11-22-2011 I would also like some clarification on this! RE: Notification on Document Expiry - dgbaker - 11-22-2011 No cron jobs are required. As documents move through the system the events that get triggered IE:Adding, moving etc... trigger the email notifications to be sent. I'm not 100% if there is email notification when the document actually expires though. No cron jobs are required. As documents move through the system the events that get triggered IE:Adding, moving etc... trigger the email notifications to be sent. I'm not 100% if there is email notification when the document actually expires though. RE: Notification on Document Expiry - steinm - 11-22-2011 (10-12-2011, 02:33 PM)binoyav Wrote: Hi, notifications are send if a user triggers certain events like moving or deleting a document. There is no cron job and that is also the answer to your first question. Without a cron job, you will never be informed about expired documents. Uwe RE: Notification on Document Expiry - brensly - 11-23-2011 How can you configure letoDMS to send an email upon document expiration? RE: Notification on Document Expiry - steinm - 11-23-2011 (11-23-2011, 10:29 PM)brensly Wrote: How can you configure letoDMS to send an email upon document expiration? You can't because there is not mechanism that detects document expiration. What you need is some kind of cronjob checking regulary for expired documents and inform the users. Uwe RE: Notification on Document Expiry - blaszta - 01-09-2013 Can we request a feature like this? Let's says I store a contract that will expire in 3 years, and I would like to get notification at least 1 month before the contract expired. RE: Notification on Document Expiry - steinm - 01-09-2013 (01-09-2013, 10:13 PM)blaszta Wrote: Can we request a feature like this? Let's says I store a contract that will expire in 3 years, and I would like to get notification at least 1 month before the contract expired. No objection against it. It definitely makes sense. I will extend the search function and add some small utility php script which can be called from a cronjob. I just can't do it right now. It'll take some time. Can you wait? Uwe RE: Notification on Document Expiry - blaszta - 01-10-2013 Yes, I can wait ![]() |