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 331 of 8854

Support for multiple DAOS volumes

Today DAOS supports only a single store with directories from 0001 to 9999.Specially for larger enviroments a single disk can become a limiting factor.Disks can be quite large today, but if you have to guarantee a recovery response time, splitting...
over 2 years ago in Domino / General 0 Under Consideration

Add isValid or equivalent to NotesCalendarEntry

When you use NotesCalendar#getEntry, it will always return a NotesCalendarEntry object even if the UID is not found. An invalid UID will result in an object that throws an exception when you try to do basically anything with it. While documented, ...
almost 2 years ago in Domino Designer / Java 0 Needs Review

Ability to switch to Notes Client if LotusScript Debuger is open

No description provided
about 7 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

Integrate application lifecycle management features for templates and apps

Development, deployment, versioning and keeping track of changes in Notes applications is a highly manual process. The git integration in the designer client is useful but not 100% working. Domino administrators need better tools to manage proce...
almost 6 years ago in Domino / General 1 Assessment

Allow JVM Java Debug permanently activated - or add HTTPJavaDebugOptions parameter only for http

Background for our request: We develop XPages-based CRM applications with a large Java framework with our development team. Up to Domino 10 we have used the Java Debugging on a regular basis many times a day, therefore on all of our development se...
over 5 years ago in Domino Designer / Debugger 0 Under Consideration

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

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

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