I am new to LotusScript so bare with me… I have created an agent in my local database that another user would like to use but his database is on a completely different server in another part of the country. What is the best way for him to get my agent or for me to get my agent to him?
Subject: copy/deploy agent
Open your agent and place the cursor anywhere in the source code. Click File->Export and enter a filename with a .LSS extension in the resulting dialog. In the following dialog, select “Current Object Only”, then click OK. That will create a text file that you can mail as an attachment. Include in the plain text the settings for your agent.
Your buddy across the world simply creates a new agent with the same settings, selects LotusScript as the language and reverses the process – placing his cursor in any source code area and clicking File->Import and selecting the LSS file. He will likely have to delete duplicate Sub XXX and End Sub lines.
Subject: RE: copy/deploy agent
Thank you very much for your quick response. This sounds like a great way to share an agent. Is there another non-technical way in case the user isn’t techno-savy? In my case, I don’t think he is…Sure appreciate this solution!