 |
 |
Hello companion-in-arms,
There is no error in design, there is error in readme file (it's outdate).
The script is right. If you are going to use script in this way (as described in readme.txt) you should change ForAll construction:
Forall x In userAddress
...
End ForAll
(about error you've got see Designer Help)
As designed you should only change next lines for your purposes to specify custon Subject and From information:
Call docMemo.ReplaceItemValue("Subject","A registration failover has occured!!!")
Call docMemo.ReplaceItemValue("From","reg@notes.net")
Then you should open database in Notes Client, go to "z.Admin\Failover Notification" view and then click "Create Failover Notification" button at the action bar. Inside document you should fill in e-Mail field (don't forget other fields). This e-Mail will be used for failover notifications. You're welcome to create any necessary number of document for every responsible person.
Don't forget create failover notification document for your boss ;-))) |
Go back |
|  |
|