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 151 of 8851

Indicator That Emails Have Already Been Printed

Admin would like to be able to tell if someone has already printed the email. Admin requesting to have an indicator / flag that would show that the email is already printed. This would be most useful when Customer copy the email to the (internal) ...
about 1 year ago in Notes / Documentation 0 Needs Review

HCL Notes generated EML shows umlaut characters as converted while opening on other mail clients

Steps to reproduce the issue: 1) Create a user where user's notes canonical name contains German Umlauts character [Example:Frank Grundhöfer/TestDomain/IN ] 2) Now from this newly created user send an email to another user. 3) From the recipien...
10 months ago in Notes / Documentation 0 Needs Review

Add support for an IMAP account in Notes Client 12.0.2 and above

Notes Client 12.0.2 and above cannot be configured for an IMAP account and it gives an error as "Function not implemented by internet messaging extension" and the same error comes in Notes Client 14.0 as well. However an older version clients like...
about 1 year ago in Notes / Documentation 1 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

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

Ability to "Reply" with Saved Stationary

Pretty self explanatory-- unsure why there's not an option to reply with saved stationary? When issuing insurance policies, it would be nice to be able to reply to someone with the saved information rather than open the stationary, and then copy a...
12 months ago in Notes / Documentation 1 Needs Review

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

Include more best practice Java libraries plugins out-of-the-box for XPages / DOTS

Some best practice Java libraries like org.apache.commons.lang, client, beanutils etc are available as part of the server and client install in the rcp/eclipse/plugins folder. But because they're not in the shared/eclipse/plugins folder, they cann...
about 7 years ago in Domino Designer / Java / XPages 2 No Plans to Implement