How to run ’Load Convert’ command to replace the design of mail database via Lotus Script Agent?
- Launch IBM Lotus Domino Designer
- Create an agent
- Specify the trigger set as: Action Menu Selection
- Specify the Target as: None
- Copy and paste the following script into the Script Area:
Dim serverName, consoleCommand, consoleReturn as string
serverName = "xxxxxxxxxx/xxxxx"
consoleCommand = ("Load Convert -u mail\xxxxx.nsf * xxxxxx.ntf")
consoleReturn = session.SendConsoleCommand(serverName, consoleCommand)
Print consoleReturn,, consoleCommand
The information above is from TN 1577402
1 Comentário(s)
29 de January de 2012