Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 05/06/2008 9:48 PM by  Peter Donker
Setting documents to expire?
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages
Dave Ingraham
New Member
New Member
Posts:54


--
10/19/2006 12:00 AM
    Is there a way to set an expiration date on a document?
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    10/22/2006 12:15 AM
    No, there isn't.
    Derek Randles
    New Member
    New Member
    Posts:2


    --
    05/05/2008 8:33 PM
    I noticed this was posted more than a year ago and was not sure there have been any updates. Is there a way to add an event that would check the expiration dates on all files and send out notifications for expired documents? I started down the path of a custom attribute for ExpiresOn but as I think this through a little I am not sure that the regular notificaitons would work against all documents. I am not able to create a SQL job to run a stored proc on this client's server.

    Any ideas on a way to implement this?

    Derek
    Peter Donker
    Veteran Member
    Veteran Member
    Posts:4536


    --
    05/06/2008 9:48 PM
    Derek,

    Notifications work in conjunction with the log and especially log types. So what you'd need is
    (1) a logtype called 'expired' or something to that effect,
    (2) a scheduled service to weed out the expired docs and calls the log when expiring documents,
    (3) a link in Logging.ascx between the log type and a notification to send.
    That would do it. All in all not trivial to do, but with a bit of coding this can be done.

    Peter
    You are not authorized to post a reply.