How to turnoff 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: All updates modify modified date

No, you can’t change it. It one of those basic things - every update modifies the updated date.

You need to come up with a different approach. Your 2am agent can mark agents in some special

way so your second agent would know how to exclude those documents. Or it can record the modified

date before it modified the document, so you would know if you need to get it.