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

ADD A NEW IDEA

Clear

Ideas

Showing 783 of 8862

Add InternetAddress and ShortName as new parameters for renameNotesUser method in AdministrationProcess class

Renaiming a person using the Admin Client, the old ShortName and InternetAddress is moved to the FullName item in the person document. When you rename a user programmatically with LS or Java, there is no method available with the same functionalli...
about 2 years ago in Domino Designer / Java 0 Under Consideration

Enable audit tracking on specific fields or all fields

As a robust database, I should be able to go in as an admin and see who made changes to what information when. I've built this into my core library of code which works very nice however, I frequently run into 32k text field limitations. I think ...
over 6 years ago in Domino / Reporting & Analytics 1 Under Consideration

Add the ability to put '++ and '-- to indicate a section of lotusscript, that by default is collapsed

Sometimes there are huge if/then of do/until loops that would be nice to collapse the contents
over 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Record What Objects DesignReplace and DesignRefresh Updates

Replacing designs programmatically is very useful for rolling out code, but there is currently no way to verify what design elements were affected, you can only watch the progress bar and hope you saw what you needed to see.
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Add proper return codes to registerNewUser Method of NotesRegistration class

We are using the method to programmatically register new users. The registration is not done by an administrator. It is delegated to several persons in the organisation. They select 1-n entries in a custom database that holds the information for p...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Provide more customizing options for Message Tracking Reports

Currently if we want to take a report like which users have sent the mail to unknown external email addresses (we will be maintaining a list of known/trusted external email addresses) and if we want such report daily then it is not possible via st...
almost 6 years ago in Domino / Reporting & Analytics 1 No Plans to Implement

notesAdministrationProcess.DeleteUser doesn't delete Vault ID

"notesAdministrationProcess.DeleteUser" won't touch the vault. Domino does not have any API that can be used to delete an ID from the vault, or to mark an ID in the vault inactive. An admin must manually delete/mark inactive an ID entry in the vau...
about 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Any way to get notified if any emails get failed to delivered or when server generated delivery failure

Customer wants to know if there is any way to get notified how many emails got failed to delivered or when router generated delivery failure report.
almost 7 years ago in Domino / Reporting & Analytics 0 Under Consideration

Merge MTBF utility into the Domino core software

Right about now most of you are asking "what is MBTF?". Look here: https://davidhablewitz.com/2011/04/27/mtbf-for-windows-64-bit-os/ It means "Mean Time Between Failure". This should be part of the core product. IBM resisted adding it, but now t...
almost 7 years ago in Domino / Reporting & Analytics 1 Under Consideration

Add mechanisms to get specifically data and design last-modified times

Currently, there's just Database#getLastModified, but that covers both data and design. Ideally, there would be lsxbe hooks to both portions of data from NSFDbModifiedTime in Database and for NSFDbModifiedTimeByName in Session.
almost 4 years ago in Domino Designer / Java 0 Needs Review