How to turn off Agent Property

Hi,

I am extracting data from lotus notes db into a flat file. I want to run this agent 3 times a day to get the latest data in flat file.I want to get only modified & new documents in this flat file. I am using the GetModifiedDocuments function which was newly intoduced in R7.This is giving me the required documents. So far so good. Now my problem is that there is one scheduled agent which runs daily at 2:00 AM and changes the staus of all the documents in the database.So when I am using GetModifiedDocuments it gives me all the docs.

Is there a way so that scheduled agent doesn’t update the modified date.

Thanks so much in advance

L TYAGI

Subject: How to turn off Agent Property

I know of no method of keeping the modified status.

What you could do is checking for all documents that have been saved after your agent has run for the last time. You could log the time the agent has run in a profile document.