AUTOMATING TASKS USING SIMPLE AGENTS


Automating tasks using simple agents
You can program IBM® Lotus® Notes® to perform tasks automatically using agents (also known as macros). Agents can help you perform repetitive tasks, such as managing documents and sending memos. (The out-of-office mail feature is an example of an agent, one that comes ready to use in Notes.)

This Help system covers the creation of simple agents. See IBM® Lotus® Domino Designer® 8 Help for information on creating more complex agents using Notes formulas, LotusScript, or Java™.

What agents can do

Agents can complete almost any action you can do manually in your applications. Use simple agents to automatically complete tasks such as:


By using search options, you can also set up simple agents to work with selected documents in your applications.

How agents work

Agents are stored in applications. When you create an agent that only you can run, it's called a private agent; when you create an agent that you and other users can run, it is called a shared agent.

When you create an agent, you can set options to specify:


The Access Control List and agents

You can create and run an agent in any application stored locally, but before you can create agents to run on an application located on an IBM® Lotus® Domino™ server, you must have sufficient access privileges. The Access Control List (ACL) of an application determines not only whether or not you can create an agent in the application, but what the agent can do, and how the agent interacts with other agents.

See Also