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 Needs Review
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Oct 8, 2021

A method should be provided to upgrade an existing user to a roaming user using LotusScript

SPR # DPOL6S8M65 - A method should be provided to upgrade an existing user to a roaming user using LotusScript.


There is currently no way to achieve such an upgrade through LotusScript. The NotesAdministrationProcess class provides a MoveRoamingUser method for moving a user's roaming files however this is only applicable to existing roaming users. The IsRoamingUser property of the NotesRegistration class can be used to specify that a user is a roaming user however this must be set before registering the user.

This does not appear to be possible through the C++ API either.


  • Attach files