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 499 of 8993

Ability to customize LTPAToken cookie name

Currently, the LTPA authentication mechanism uses a fixed cookie name (e.g., LTPAToken). There is no supported configuration option to change or customize this cookie name. This request is to allow administrators to customize the LTPA token cookie...
3 months ago in SafeLinx 1 Needs Review

Proper validation error messages

Once application can not validate, please provide a proper error message. The message on Validation page in the editor says: Invalid application Validation ErrorsThe application is invalid for the following reason(s): Application failed to validat...
over 4 years ago in Leap 2 Future Consideration

Allow folders in Volt Manager

It would be nice if we could organize Volt apps in Manager. Once there are dozens of apps, it is not enough to sort them by title or date only!
over 4 years ago in Leap 0 Under Consideration

Minimize internal REST API usage in Data Grids to visible content only

Suppose an application contains a Management tab for the Management role users that contain several Data Grids with configuration documents, and the tab is not visible to normal users. When the network load was verified on the application, it was ...
8 months ago in Leap 0 Needs Review

Support for the “§” character in passwords to enable login to Leap

This symbol “§” should be supported as a special character for passwords.
11 months ago in Leap 0 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

Add a progress bar functionality to volt/leap-applications

Leap apps currently are missing a progress bar item. I do need this in most applications so a default functionality is needed for this. Here is a reference how this could look like https://www.freecodecamp.org/news/how-to-build-a-responsive-and-dy...
over 2 years ago in Leap 1 Needs Review

Make mail transport service available in the service catalogue to enable a form designer to send an email on any javaScript event and not just as a submit activity

Make mail transport service available in the service catalogue to enable a form designer to send an email on any javaScript event and not just as a submit activity. It was possible for FEB and I know that for LEAP it was available for download fro...
over 2 years ago in Leap 1 Planning to Implement

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 ...
almost 5 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...
almost 5 years ago in Domino Designer / Java 0 Assessment