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

access to mail-in databases

Right now, mail-in databases cannot easily exposed to users. Currently we are using a web portal that provides authenticated users a list of mail-in databases based on their Membership in appropriate Access Groups. I would like to see a built in f...
about 7 years ago in Traveler 3 Assessment

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

Biometric authentication for companion app

please make biometrical authentication available for HCL companion
over 3 years ago in Traveler 1 Already Exists

Access to archived mail from Traveler device

We would like the possibility to access the Archive mail files from Traveler IBM Verse app.
about 7 years ago in Traveler 1 Assessment

"Propose new time" should be available on mobile devices via traveler

A limitation of traveler is that the feature "Delegate and Propose new time" is not supported. https://www.ibm.com/support/knowledgecenter/de/SSYRPW_9.0.1/GeneralLimitations.html IBM/HCL should work on this feature because it's important to see ...
almost 7 years ago in Traveler 0 Assessment

Notification for APNS certificate expiry

Customer would like some kind of notification to receive when the APNS certificate is near or is expired already. Aside from issuing the command tell traveler status in the server console.
over 1 year ago in Traveler / Documentation 2 Assessment

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

Support for TLS 1.3 for Traveler and Verse App IOS and Android

Support for TLS 1.3 for Traveler and Verse App IOS and Android
about 3 years ago in Traveler 4 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