Automate id file creation

Hi !

Please tell me if we can automate Id file creation in domino ?

If yes, please provide me the link to that document.

Thanks !

Subject: AUTOMATE ID FILE CREATION

Hi,

Through the Notes API you can write some code to create ID’s automatically for you. It’s usually good idea to write something that fits in with the processes that you have in place. Of course you need development skills to make this happen.

Subject: RE: AUTOMATE ID FILE CREATION

Hi !

Thanks for your suggestion.

I will try doing this with the help of my colleagus.

Subject: AUTOMATE ID FILE CREATION

You can also use Lotusscript and the notesregistration class to create ID files. Several years agoo I created an automated process with script agents to create ID’s on request of local administrators that we didn’t want to give access to the certifiers or the public address book.

Lotusscript is easier than the Notes C api and has support for everything you might want to do on the notes user registration part.