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 8464

Ability to specify a CN during ACME flow when generating TLS credentials on certstore.nsf

When generating TLS Credentials with the certStore.nsf database, specified CN ignored for the ACME flow. It always uses the top hostname in the hostname list instead by default. Please add the ability to select the CN to be used by the certificate...
9 months ago in Domino / General 1 Assessment

show status of "LargeSummary" flag in database properties

with the implemantation of "largeSummary" in Domino 9.0.1 FP8 the limit for the amount of Summary data per document has been elevated from 64k to 16MB. To enable this feature for an existing database its ODS must be 52 or higher, and we need to ru...
over 4 years ago in Domino 2 Assessment

Add NOMAD to Start-Tab of Database-Property

It would be desirable if a database admin could set on the start tab of the database property window which design element should be loaded. Analog Notes or web.
over 4 years ago in Nomad 1 Under Consideration

Upload multiple files or zip archive to app files location and additionally subfolder

At the moment, each file has to be uploaded individually; it would make sense if we could upload a zip archive (Leap would need to unzip and discard any retaining top folder). Alternatively, how about being able to select multiple files and upload...
over 1 year ago in LEAP / Documentation 1 Planning to Implement

Open single webchat instance when connected via different web applications

When logged into embedded Sametime from HCL Verse, HCL Connections over the browser sessions, if new message is received it will open 2 chat windows, one from Verse and one from Connections. We expect receiving new chat should not open 2 chat wind...
over 1 year ago in Sametime / Chat 0 Under Consideration

Add foreach to handle document collections

When looping a document collection, one has to use a structure like this Do Until(doc Is Nothing) <<code>> Set doc = col.GetNextDocument(doc) Loop or Do Until(doc Is Nothing) set docNext = col.getNextDocument(doc) <<code>>...
over 4 years ago in Domino Designer / LotusScript 2 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 3 years ago in Domino Designer / Java 0 Assessment

Add Session.setReuseDocumentHandles(boolean) to prevent Java API from reusing handles of open documents

When opening a document in the Notes Java API (Notes.jar), there's an internal logic to check whether that document has been opened and not recycled before. So for example in this snippet Database db = session.getDatabase("Server1/Org", "test.nsf"...
about 2 years ago in Domino 0 Under Consideration

Unable to forward only particular mail recall report to another user

While sending a message recall request to another user, only that message recall report should only be forwarded to that user. However, any old message recall requests, if any, would also be appended to that email.
2 months ago in Domino / Administration 0 Needs Review

Make @IfError() Available Again

@IfError() was introduced in R6, but depreciated with R7 and therefor should not be used any more. Probably, because IBM wasn't able to fix some bug. - However, this @function is very useful and makes code much easier to read and understand than a...
almost 4 years ago in Domino Designer / @Formulas 1 Under Consideration