Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Assessment
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Dec 4, 2019

LotusScript NotesRegistration class ( new property NoteId )

When registering a new user using the RegisterNewUser method from NotesRegistration the NoteID / UNID of the created person record in names.nsf is not returned by the method.


Having access to the NoteId  / UNID would be extremely useful when programmatically register user entries that have been synced from an Active Directory into names.nsf by the new DirSync feature in V11.

I was told that an ADContactNoteID field already exists in the REG_PERSON_INFO structure.
Please make this field Accessible from LotusScript.

  • Attach files
  • Guest
    Reply
    |
    Mar 19, 2020

    It would be much better if RegisterNewUser returns an object of the NotesDocument class of the created Person document.