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 236 of 8849

Health Monitoring for Domino Administrator Client

Health Monitoring is not functioning properly as it is already deprecated starting Domino 9. Can we reenable this functionality as to help the customer to monitor their Domino Server properly. Below is the old IBM kb article https://www.ibm.com/su...
5 months ago in Admin Client / Documentation 0 Needs Review

Update Domino Java classes to use Java 8+ collections (retire Vector)

Replace Vectors with newer collection data structures that support Streams, Collections. Forexample: Integer sum = Item.getValues().stream() .collect(Collectors.summingInt(Integer::intValue)); Somehow, we have to get to at least Java 8 struc...
over 6 years ago in Domino Designer / Java 2 Under Consideration

The expiration date for ID vault certificate is not able to update

The expiration period of Password reset certificate and vault certificate is 10 years after new setup. This period is not able to update. The function to update these certificates is needed.
almost 6 years ago in Admin Client 2 Under Consideration

Provide a method to copy database file-path

This is an old anoyance; While it is possible in the Admin client to copy database information from the Files tab > Edit > Copy, that info contains too much info and needs to be reworked to get only the nsf file-path. Please provide a method...
over 1 year ago in Admin Client 3 Under Consideration

Update default source compatibility for Java agents and script libraries

It has been the case for many years, and remains so in Notes 11.0.1, that new Java agents and script libraries have source compatibility set to Java 1.3, which prevents using many newer Java syntax features until the developer changes the project ...
over 4 years ago in Domino Designer / Java 0 Under Consideration

Modify NotesThread.NnotesInitThread to report error codes in hexadecimal

Currently, if there is an exception in process/thread initialization, the status is reported as a decimal number: java.lang.Exception: Notes initialization failure - err 433 at lotus.domino.NotesThread.NnotesInitThread(Native Method) at lotus.do...
over 4 years ago in Domino Designer / Java 0 Assessment

Output the hierarchical structure of public groups

We need the ability to output the hierarchical structure of groups in the Domino directory. In the case of nested groups, it is difficult to manage the groups. The mail form has a function to expand the public groups. However, this function does...
almost 4 years ago in Admin Client 0 Under Consideration

Add a "Document count" column on "Files" tab

Would display the number of documents in the DB. This value is currently available within the DB properties, "Info" tab.
almost 6 years ago in Admin Client 5 Needs Clarification

Modify QueryResultsProcessor to not emit "NT" prefix in note IDs or modify Database class to accept them

Currently, the "@nid" value of QueryResultsProcessor is in the "formula" format where it's fixed length and prefixed with "NT". However, the database#getDocumentByID method doesn't accept this, instead throwing the unhelpful exception of "Required...
almost 4 years ago in Domino Designer / Java 0 Under Consideration

Maven in DDE - download jar files directly into nsf

in visual studio it is sooo easy to add an external dependencies to projects.. Just search for it and include the nuget and you’re done. In Java not so easy. there are a few option where Maven is the most popular I think. With maven you need to ge...
over 1 year ago in Domino Designer / Java 1 Needs Review