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 779 of 8849

XPages File upload control - support for multiple files

Up to now (Domino 12.0.2) the file upload control for XPages only supports the upload of one file at the time. Today's modern websites support the upload of multiple files at once. Please extend the upload control so that multiple files can be upl...
about 2 years ago in Domino Designer / XPages 1 Assessment

Add Bootstrap 5 support for XPages

Add support for Bootstrap v5 in XPages.
about 4 years ago in Domino Designer / XPages 4 Under Consideration

I want to export Domino Leap data in .xlsx format.

Currently, when exporting Domino Leap data to Excel format, it is saved as .xls format. Could you please support the latest .xlsx format? While it hasn't become an issue yet, there is a possibility of exceeding 65,536 records during actual operati...
about 2 months ago in Leap 0 Needs Review

Protection for intellectual property

LEAP and especially Domino Leap is an interesting platform for developers with a Notes/Domino background, however, its not NoCode...not at all. However, if one wants to have just a little bit more than just a form with a few fields (like retrievin...
over 1 year ago in Leap 6 Needs Review

Capability to stop an active Leap app

With Domino v14 customers can use up to 5 Leap apps for free, however, that does not mean one can not have more than 5 apps on the system its just max 5 of them can be active at the same time. As of today there is no way to stop an active/running ...
over 1 year ago in Leap 0 Needs Review

Support JSON in @Formula language

Today JSON is the standard for configurations, REST service requests and many more areas. The @formula language is extremely efficient and can be used in many places. Having both work together, would be very powerful and allow better integration ....
over 5 years ago in Domino Designer / @Formulas 1 Assessment

Add NSF path to the name of runtime XPages ClassLoaders

Since Java 9, there are ClassLoader constructors that take a name parameter, which then shows up in the class name in stack traces. Providing this contextual information in an XPage app's ModuleClassLoader.DynamicClassLoader instance could make it...
4 months ago in Domino Designer / XPages 0 Needs Review

Multiple submissions with a different UUID by replaying the request from the browser

It is possible to capture the latest post in the browser and replay with a different UUID. Then you end up with two submits/records. This not a desired behavior, as it bypasses logic in the form. We would like to have the uuid's generated only by ...
3 months ago in Leap 0 Needs Review
119 VOTE

Ability to start a Notes UI agent with a context from an XPage

Currently, only possible to start an agent which is not allowed to perform any UI operation This would enable existing (old) applications to integrate new features using modern XPages without having to re-develop the whole application at once.
about 7 years ago in Domino Designer / XPages 3 Under Consideration

Add encoding @functions for custom HTML, XML and JSON

When building custom HTML, XML or JSON, there are a few character, that needs escaping. @HTMLEncode For doing HTML encoding, I use this to encode a text field/string: text := "B&O";_from := "&":"<":">":"\"":"'";_to := "&amp;":"&a...
11 months ago in Domino Designer / @Formulas 1 Assessment