How to call an agent on the web using Lotus Notes?

How to call an agent on the web using Lotus Notes?



There are 6 ways to open an agent on web. They are

- @Command([RunAgent];” name-of-agent”)

- @Command( [ToolsRunMacro] ; "name-of-agent")

- WebQueryOpen,

- WebQuerySave

- server/databasename/name-of-agent?openagent

- @urlopen
Post your comment