I am evaluating the possibilities of replacing our C++ user registration tool with the NotesRegistration class. The registration process is currently running on an isolated admin-domain, from which the (2ndary) NAB replicates into the production domain. Now, can I get the methods “AddUserToAddressBook” or “RegisterNewUser” to create the person document in another db than names.nsf? I suppose I could have the person documents initially created in names of the admin-domain and then move it over into the 2ndary NAB, but… rather messy. Any other options?
TIA