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

Java

Showing 61

Broken reference after V10 installation

After installation of V10 the application manager of the underlying semi-included beta editor component (aka eclipse) complains about missing references (see picture). The problem is, that third party OSGi plugins (like ODA) stop working properly...
almost 5 years ago in Domino Designer / Java 0 Under Consideration

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...
7 months ago in Domino Designer / Java 0 Under Consideration

Provide REST API to get contents of attachments files in Notes document

For the following existing Rest API which was released with Notes/Domino 9.0.1 , there is no way to get contents of attachments files in Notes document. https://ds-infolib.hcltechsw.com/ldd/ddwiki.nsf/xpAPIViewer.xsp?lookupName=IBM+Domino+Access+S...
over 1 year ago in Domino Designer / Java 0 Needs Review

Remove packaged Jar files from classpath

In addition to the JDK Domino/Notes bring a lot of Jars that linger around in .../ext and some other directories. All of these should be separated and hidden from Java code in databases. They cause disturbances and we could not rely on them becaus...
about 2 years ago in Domino Designer / Java 0 Under Consideration

Remove the necessity to call sinitThread/stermThread

The need to (de-)register threads has always been a source of panic. E.g. calling Domino functions from within Swing. But Java 8 brings another, more subtle problem. Working with streams makes a lot of things much easier and more clearly - but if ...
almost 3 years ago in Domino Designer / Java 0 Needs Review

Function that returns a collection of documents I may read within the database

A function that simply returns me all documents I may read in the database. so I do not need to apply a form or field or anything.
about 5 years ago in Domino Designer / Java 2 Under Consideration

Remove 1.9 GB limit for Notes richtext fields

If you use domino to store very large files the max limit per file is 1.9 GB if you go beyond this the attachment is corrupted. This feels like a 32-bit limit that we should remove in Domino, so we can use domino for all types of files.
about 1 year ago in Domino Designer / Java 3 Assessment

Modify behaviour of GroupList property in Registration class ( JAVA )

We are using the RegisterNewUser from Registration class to programmatically new Notes users. Aside from other properties, we use the GroupList property to add a new user to a list of groups. This works as long as ALL groups from the list exist. I...
over 2 years ago in Domino Designer / Java 0 Under Consideration

Voice recognition component/feature for web Application.

Design component/feature for web application which can be used to recognise the voice and perform the certain action like Search in the specific database. It is like pressing the microphone icon and record the instruction and based on that it wil...
almost 3 years ago in Domino Designer / Java 0 Needs Review

Enable registerNewUser to detect mailfile replica creation failure

When registerNewUser of Java's Registration class is used to register a new user, if a server other than the home server is specified in the MailReplicaServers property, a mail file replica is created on that server. Even if the mail file replica ...
about 2 months ago in Domino Designer / Java 1 Needs Review