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

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...

Ideas

Showing 514 of 8851

Request to all events reported in log.nsf

There are some events in the console log file that are not reported to log.nsf. Examples of such events are: - LkMgr BEGIN Long Held Lock Dump ------------------ - DbMarkCorrupt(Duplicate DbName found) Administrator want to receive alert when the ...
over 1 year ago in Domino / General 2 Under Consideration

Dynamic Views

In the Notes Client, in Notes Views, display dynamic data based on a query that does not require an index.Such a feature has been introduced in Notes/Domino 7 with the Db2 access views but was limited to Db2 data.We would like to have possibility ...
almost 6 years ago in Domino Designer / Views 1 Under Consideration

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

If there was anything in the rich text

Even having a rough way to do this in Midas, I would really like to see a simple @formula (and matching Lotus Script) method for determining if there was anything in the rich text. Even better would be if it took an argument that specified whether...
about 5 years ago in Domino Designer / @Formulas 1 Under Consideration

Design attack: Apps in the new age - make younger people love domino apps!

Complete design attack on Notes old styles (icons, fonts, forms, gestures, rich text editing, Workspace design and settings, make it look as modern as a mobile device homescreen. Make apps great again. Make it like it was invented in 2018, not in ...
almost 2 years ago in Domino / General 0 Needs Review

"Delay delivery until" option in Mail-in Database

Email delivery can be delayed when creating an email via the Notes client. Create the email and go to "Delivery Options" and select the "Delay Delivery Until" option.Enable the delay option for Mail-In Databases
about 2 years ago in Domino / General 4 Needs Clarification

FT search for document that has attchment

When doing FT search it's somes times good to be able to do additional search to only show document with or without attachments
3 months ago in Domino / General 1 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

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 5 years ago in Domino Designer / @Formulas 1 Under Consideration

Domino to print a clear error message on console for a long SMTP message header

We understood that a single line in the SMTP message header should not exceed 998 characters, as per rfc5322#section-2.1.1, reference link- https://datatracker.ietf.org/doc/html/rfc5322#section-2.1.1 When Domino received extremely long "Referen...
over 1 year ago in Domino / General 0 Needs Review