I have a small agent in a db which gets the count of various inboxes and sends it as a html mail. I cannot schedule this agent, if I schedule this agent its not running bcos of server side codings. I have to run it manually each and every time.
Is there any option of running this Agent from my inbox. I mean any option of running an Agent in another db from my inbox.
Please help me guys. It will be very help full for me.
from an agent or action in your inbox - make an instance of the database where the agent that you want to run is. Make an instance of the agent to run. run the agent using agent.run method.
An alternate is creating a local replica of your Lotus Notes Mail database and scheduling the Agent to run locally. Make sure you turn on ‘Enable Scheduled Local Agents’ under the Lotus Notes client File>User Preferences option.
Lastly just make to specify the destination server in your agent code if not already.