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 117 of 8853

Download the attachment in Nomad App (Android)

Currently, we are unable to download attachments in the Nomad app (Android). However, you can see options such as 'Cut,' 'Copy,' 'View,' and 'Delete' when you long press on the attachments.Document is in Edit Mode. Attachments can be download i...
11 months ago in Nomad / Nomad (Android) 0 Under Consideration

Java server side stack update (OpenLiberty ?)

Hi, The current level of servlet support is making impossible to leverage up to date libraries and nowadays development paradigms. We deeply need servlet engine upgrade, some reactive support Domino looks prehistoric in this area... OpenLiberty se...
over 4 years ago in Domino Designer / Java 4 Under Consideration

Editing text is ultra slow in HCL Nomad on Android

While searching in the view by typing the initial words using the soft keyboard, it interprets the word and shows a suggestion. After selecting the suggested word, the Nomad type the word characters one by one instead of displaying the whole word ...
about 1 year ago in Nomad / Nomad (Android) 0 Under Consideration

Printing function on Nomad Client

Nomad Mobile does not have a print menu. I also couldn't print using @Command ([FilePrint]). There is a request to print directly from Nomad Mobile Client.
over 4 years ago in Nomad / Nomad (Android) / Nomad (iOS) 2 Under Consideration

VSCode Extension Pack for Domino

Visual Studio Code has an extension pack feature, and SpringBoot is available there along with many other platforms https://marketplace.visualstudio.com/items?itemName=Pivotal.vscode-boot-dev-pack VSCode is a trending IDE and young developer...
about 6 years ago in Domino Designer / Java 1 Under Consideration

Make it easy to build JAX-RS RESTful web services within the nsf

JAX-RS and annotations are a powerful way to build RESTful web services. Todai it can be done but you have to take lots of steps to make it possible. For inspiration: https://github.com/OpenNTF/org.openntf.xsp.jakartaee, (and https://www.pradny.co...
over 6 years ago in Domino Designer / Java 5 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

Scrolling the screen option in HCL Nomad on Android Mobile

Hi, In HCL Nomad which is installed on Andriod Mobile do not have modern option of scrolling, The option available is arrows at top left which scroll one frame each time. My suggestion is to allow pinch zoom, touch scroll etc. This will ease the u...
over 5 years ago in Nomad / Nomad (Android) 0 Planning to Implement

Request that HCL Nomad (mobile) can search for words in attachments

Nomad for iOS does not have full-text indexing settings for offline databases (local replicas) and cannot search for words in attachments. Also, even if a full-text index with the options including Index Attachments (Filtered) is created by Lotus...
over 2 years ago in Nomad / Nomad (Android) / Nomad (iOS) 1 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