Hi
In my company, we had to change the IP addresses in the servers so, I need to change the IP addresses for all lotus notes users connections documents, then, I created an agent to do this, but i don’t know how the agent can be execute from each user, i mean, each user executes this agent for doing automatically the changes.
any idea?? thank you!!
Subject: executing an agent locally
Send them an e-mail which contains a LotusScript button which starts the agent. Or include code directly into the button.
Users have to click the button to execute the code. You can do “autostart” of code too as soon as user opens the mail. For autostart you can send mail with your customized embedded “Memo” form or include an ActiveX control which starts the script.