Is it possible to add a group to names.nsf database via javascript; if so please provide script example
Subject: JavaScript and names.nsf
JavaScript runs on the client (either web browser or Notes client), so pure JavaScript can never access anything on the server. Also, there’s no way to access a local database directly. JS will just give you control over UI elements.
You can however use JavaScript to call e.g. an agent on the server, that could do what you want. Depends on exactly what your use case is.
Subject: RE: JavaScript and names.nsf
Trying to add, delete or update mail group
Subject: RE: JavaScript and names.nsf
Good. Why JavaScript?
Subject: RE: JavaScript and names.nsf
I now understand that I need for javascript to call a either a java or lotusscript agent to perform this task; Are there examples?
Subject: RE: JavaScript and names.nsf
Examples for what? Calling an agent from JavaScript? Writing a Java or LotusScript agent that acutally modifies the Domino Directory?
Come on, provide some more detail of what exactly you want to do (context please, not just “modify groups”), where your expertise lies and which part is causing you problems.