This is in regards to the “Purge Documents (Auto)” in the Resource Reservations database.I’ve read previous posts that this should be run to cleanup old reservation in the db. I’ve also seen a post mentioning that a modification from the coded 2 day old time frame.
I’m just wanting to confirm where I make that change. I think it’s in this piece of code (since this is an IBM coded agent I won’t post all the code)…
====
Call purgedate.AdjustDay (-2)
Set doc=dc.GetFirstDocument
====
Should I just change the “-2” to a time frame that I want? Say “-180”?
Thanks in advance for any help you can provide.
Jay