LOTUS INOTES
When determining which forms to customize using Lotus iNotes agents, keep in mind how often the form is used. Design your agents to run only on the specific page you want to act on. An agent that acts on a form or subform that runs constantly may impact performance adversely.
Create the agents
You create Domino Web Access agents in IBM® Lotus® Domino® Designer by adding two NOTESVARS to the dictionary for the form you want to customize. The NOTESVARS specify the names of the QueryOpen and QuerySave agents (in the user's mail file or in the Mail (R85) template (MAIL85.NTF). In Domino Designer, edit the form or subform you want the agents to act on, adding the following lines between the <NotesDictionary> tags:
To add QueryOpen and QuerySave agents to the Memo, Reply, and Reply with History forms, open FORMS85.NSF and add $$QueryOpenAgent and $$QuerySaveAgent NOTESVARS to the s_mailMemoDictionary subform. Using the names testopen and testsave, for example, the edited subform would look like this:
Related topics