Script at Login

All ,

I want to run the some script when user get login to the notes…Any idea how to do that one ???

Dan

Subject: Script at Login …

Hi Dan,

Brief your requirments… You want to run a script a) Lotus Notes login or b) Notes Database login (Client or web) ??.. etc

Subject: RE: Script at Login …

Hi ,This is at lotus notes login .In notes client …

thanks

Subject: RE: Script at Login …

There is no predefined event to use. One solution could be to set up a server-based bookmark.nsf and to modifiy it’s database script.

Subject: Script at Login …

What about using the Database Script (in Database Resources) in BOOKMARK.NSF. Put something into the PostOpen event (or the Initialize event). I am not a developer, so this may not be accurate.

Subject: RE: Script at Login …

Which still leaves the problem how to modify every users bookmark.nsf. That’s why I suggested to deploy a server-based bookmark.nsf via policy. :slight_smile: