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

Pinned ideas

PINNED Domino Intelligence / Domino IQ
Adding AI to a Domino server Please add comments that tell us what use cases you would have for AI available from Domino. Here are some examples to get you started: Summarise long email threads Reply to email with AI Translate the email thread Hig...

All ideas

Showing 1679

CICD pipeline halted due to java agents that need to be recompiled

when I synchronize my ODP with Git repo the Java agents need to be recompiled after synchronization, especially those agents that are using a jar file or java class. otherwise at runtime the agent is complaining that a class could not be loaded. t...
3 months ago in Domino Designer / Java 0 Needs Review

Improve LotusScript Lists with something like a size or count property

I love using Lists in LotusScript, as well as HashMaps in Jave etc. There are a few things though that I've always missed with Lists: a size or count property/option telling us how many elemts are stored in a List if that is not possible for whate...
about 3 years ago in Domino Designer / LotusScript 5 Needs Review

EML to PDF Converter

Converting EML (Email Message) files to PDF (Portable Document Format) is a common task, especially when you want to save or share email messages as PDF documents. There are several methods to convert EML files to PDF , and I'll describe a few dif...
11 months ago in Volt / Documentation 0 Needs Review

"GetDocumentByKey" is giving search result as a document with column values having new line in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) Return value is --> A NotesDocument. The first document in the view whose column values match each of the values in the key...
about 1 year ago in Domino Designer / LotusScript 0 Needs Review

Angular Routed apps must fall back to index.html instead of error 404

If the application uses the Angular router, you must configure the server to return the application's host page (index.html) when asked for a file that it does not have. A routed application should support "deep links". A deep link is a URL that s...
about 2 months ago in Domino Designer / LotusScript 0 Needs Review

Allow customizing java policy file path using JavaOptionsFile ini parameter on MacOS

Customizing java policy file path using "JavaOptionsFile" ini parameter works on Windows but not on MacOS. With the default provided java.policy, after upgrading Notes, the Java permissions of java.policy are over-written during Notes upgrade. So,...
5 months ago in Notes 0 Needs Review

I would like to be able to use formulas in the table.

Currently, DominoLeap tables do not support calculations. For example, I would like to create an application where data such as product/quantity/unit price/amount is entered in one line and the total amount is calculated, but tables are not availa...
6 months ago in LEAP 1 Needs Review

form.getStage()

Please add a JS method(s) to get the current stage ID and name of a form. Currectly, we can get thsi only via Find or Retrieve service calls. I suggest something like: form.getStage or form.getStageId form.getStageName
11 months ago in Volt 1 Needs Review

Include some features from the OpenNTF Team Mailbox in the default template

The Team Mailbox from OpenNTF ( https://teammail.openntf.org/main.nsf/project.xsp?r=project/DominoTeamMailbox/summary ) delivers some features like "named signature" with the field "<<AUTHOR>>" or the author´s name to the first line of...
almost 3 years ago in Notes 0 Needs Review

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
8 months ago in Domino Designer / LotusScript 0 Needs Review