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 97

Server - Statistics - Change disk space from Bytes to Gigabytes or Terabytes

When looking at the Server Statistics, I can't get a practical gauge as to where I'm at with regards to disk space. In this day & age, everything is in Gigabytes and Terabytes and Domino is still in Bytes. I need an exponential equation calcul...
about 2 years ago in Admin Client 2 Under Consideration

Java server side stack update (OpenLiberty ?)

Hi, The current level of servlet support is making impossible to leverage up to date libraries and nowadays development paradigms. We deeply need servlet engine upgrade, some reactive support Domino looks prehistoric in this area... OpenLiberty se...
over 4 years ago in Domino Designer / Java 4 Under Consideration

VSCode Extension Pack for Domino

Visual Studio Code has an extension pack feature, and SpringBoot is available there along with many other platforms https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-boot-dev-pack VSCode is a trending IDE and young developer...
about 6 years ago in Domino Designer / Java 1 Under Consideration

Make it easy to build JAX-RS RESTful web services within the nsf

JAX-RS and annotations are a powerful way to build RESTful web services. Todai it can be done but you have to take lots of steps to make it possible. For inspiration: https://github.com/OpenNTF/org.openntf.xsp.jakartaee, (and https://www.pradny.co...
over 6 years ago in Domino Designer / Java 5 Under Consideration

Resolve CTRL + V Replacing Entire Line In Domino Command Line

When Copy/Pasting with CTRL+C and CTRL+V information into the Domino Command Line, instead of appending it to the end of the line, it overwrites everything entered so far. Requesting this small bug be resolved in future releases.
about 2 years ago in Admin Client 4 Under Consideration

Option to also remove archive database when deleting an user

By now when you remove a user from the Domino Directory you have the options to either keep the mail database or the remove the mail database from the Home Server and all Cluster mates. It would be nice to have the option to choose if you also wan...
almost 5 years ago in Admin Client 1 Under Consideration

Enhance Admin Central to facilitate email alias management

Admin Central: (so not Admin client, but that category does not exist (yet)) After updates to email aliases, I need to do an load updall names, followed by a tell router update config. How about adding that to Admin Central for easy email alias ma...
over 1 year ago in Admin Client 0 Under Consideration

Add the menu option to see Advanced Document Properties to the Admin client

It would be very helpful if the advanced document properties were also available when viewing documents via the admin client. This would help in many places, such as viewing documents in the mail.box databases. -dh
almost 2 years ago in Admin Client 1 Under Consideration

Add group of "Servers only" to the Dropdown selection in Connection Documents

If you create a new connection document you have the option to use the dropdown menu where all servers are displayed. In large environments you are working with Server groups and therefore it would be very helpful that you do not see only server d...
over 4 years ago in Admin Client 0 Under Consideration

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