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 193 of 8846

Implement Auto Launch first attachment - open file in new browser tab

We use Auto Launch first attachment to open preview of attachments, printed documents in pdf.We copy attachment to a new document that has only a RichText with Auto Launch set.It is one of crucial features for printing and quick preview of attachm...
about 3 years ago in Nomad / Nomad (Web) 1 Under Consideration

Add Strikethrough to font style in NOMAD client.

The Nomad client's rich text editor does not have strike-through style. This font style is often used. Please add it.
over 3 years ago in Nomad / Nomad (Web) 2 Assessment

Extend default icon set with Bootstrap icons

The small Icon set in the (nomad) designer contains old icon types. It would be nice to extend the icon set with for example the bootstrap icons to get more choices and modern icons.
over 1 year ago in Nomad / Nomad (Web) 0 Under Consideration

Certstore TLS export/import support on Nomad Web

Currently in Nomad Web when you tried to use certstore for TLS Import/Export. It shows an error "Error in CERTSTOREIMPORTEXPORT: Error 48 on line 98: Error in loading DLL" OR when you tried to enter the correct password while creating "Create Expo...
over 1 year ago in Nomad / Nomad (Web) 1 No Plans to Implement

Show "Find" dialog in "Select Address" of Nomad Web

Regarding Nomad Web and mail database, customer want to use "Find" dialog in "Select Address". Currently, browser's search dialog is shown, when a user uses Ctrl+F in "Select Address".
5 months ago in Nomad / Nomad (Web) 1 No Plans to Implement

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

Notes, Domino, and Nomad should implement the Microsoft debug adapter protocol

https://microsoft.github.io/debug-adapter-protocol/ Implement this and throw away the LotusScript debugger. As a Developer, I want to be able to debug my code in an industry standard / open source way, because it will speed up my use of the debugg...
over 1 year ago in Nomad / Nomad (Web) 0 Under Consideration

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