Tag: agent
-
Passing information about UI objects to a java agent
The lotus java agents don’t have classes to manage the UI objects, such as in LotusScript with the classes NotesUIDocument or NotesUIView. It’s true that you can find several info about the Notes Client Java UI API in internet, but these classes are not officially supported. In this post I explain 3 ways to obtain…
-
Sending an e-mail from an other user
If a user sends an e-mail using an agent, he seems to be the sender or the agent signer seems to be the sender if the agent is scheduled. This is not always the desired behavior, especially in the case of scheduled agents in which the sender of the e-mail seems to be the developer…
-
The method UpdateProcessedDoc in NotesSession class
The method UpdateProcessedDoc in NotesSession class can be used to mark a document as already processed by an agent
-
Replace a string in the documents in a Lotus database
I think it might be useful to replace each occurrence of a string in all the documents or in the selected documents in a Lotus database, especially when you want to replace a user in the fields author/reader. The use of roles or groups should be recommended to set the access to the documents, but…
-
How to get a resource from a java agent in Lotus
In this post I explain how to get a resource, for example an image, from a java agent even if this file is not saved on the file system.