AboutPaski K. Paskaradevan Expertise I have 3 + years in Lotus Notes application development. I am a CLP R5 Application Development. I can answer any question pertaining to application development.
Experience R5 CLP. In addition, I have a bachelors degree in Engineering and a MBA.
Expert: Paski K. Paskaradevan Date: 5/6/2008 Subject: Agent to check forms that have not been reviewed in a 24 hour span
Question Greetings!
I am brand new as a Notes Domino developer. I have very little programming background. That said, I have a customer that has asked me to create an Agent that will run every day. Reason is to check the CreateDate of all new submitted claim forms, and if a claim form is found to have no action taken, then an e-mail will be sent to a Notes Group. with a link to identify the form(s).
I will guess that LotusScript will do a better job of this?So could you help with a LotusScript version, please?!?
Answer Hi,
Yes, you need to write a lotus script agent. Unfortunately, I do not write code in this forum.
In the designer help, look into the following. There are sample codes and you will be able to write this agent.
NotesSession class
Notesdatabase class
Notesviewclass
Notesdocumentclass
Notesrichtextitem class
The basic logic is, get a handle on the notes database, go to a view and select documents one by one and test for your condition and send mail.