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

FILTER BY CATEGORY

XPages

Showing 72

Remove ClassLoaderUtil.checkProhibitedClasses

This method is called inside the ModuleClassLoader for an XPages application and appears to be designed to stymie developers from accessing certain internal classes. However, beyond that extremely-questionable goal, it's overly broad, blocking all...
about 1 year ago in Domino Designer / XPages 1 Under Consideration

Garbage collector for Domino object memory in XPages

We need to call the recycle() method explicitly to clear the memory after we use Domino objects in XPages.I would like to request to clear the memory for the Domino objects automatically like java garbage collection without the explicit recycle() ...
over 4 years ago in Domino Designer / XPages 1 Under Consideration

Document the .ibmmodres end points

XPages has a built in feature for handling attachments called .ibmmodres. It has (at least) the following 3 end points: Open attachment for download in a document:/xsp/.ibmmodres/domino/OpenAttachment/<path to database>/<UNID>/$file/&l...
about 2 years ago in Domino Designer / XPages 0 Under Consideration

Servlet 4, Websocket and asynchronous support for XPages

Server side websocket support (expose endpoints as Springboot can) and client side library to consume, based on standard JS library (socket.io or something) Allow asynchronous operation on XPages server side
over 4 years ago in Domino Designer / XPages 2 Under Consideration

Replace IBM's proprietary Server-side JavaScript implementation with one that conforms to the latest ECMAScript specification

IBM's proprietary SSJS implementation is far behind the current state of Javascript. It only confirms to the ECMAScript 3 specification. Modern JavaScript development is impossible in SSJS now. It can be replaced with other Java based JavaScript i...
almost 4 years ago in Domino Designer / XPages 0 Under Consideration

Compiling XPages projects in Designer 10 with external addons

In designer 10 building xpages project that has a plugin that is attached to the build process has stopped working. There is a workaround but it's better that this is supported right out of the box like in Designer 9.0.1 https://openntf.org/main...
over 3 years ago in Domino Designer / XPages 1 Under Consideration

XPage 'Pager' design element should have option to auto-scroll to top when changing pages

When an XPage has a ViewPanel included in it along with a pager control and the number of rows included in the ViewPanel is large enough that you have to scroll down to get to the last document. If you use the pager to click to the next page of do...
about 1 year ago in Domino Designer / XPages 1 Under Consideration

Need a responsive calendar control for XPages

No description provided
over 4 years ago in Domino Designer / XPages 0 Under Consideration

Xpage: In File Download Control, Created Column Shows Document Created Date, Modified Column Shows Document Modified Date.

In Domino designer, File Download has "Created" and "Modified" in options of Properties. In Web browser, File Download has "Created On" and "Date" column. Although the information on an attached file should be displayed in Download control, Cr...
over 2 years ago in Domino Designer / XPages 0 Under Consideration

Make it possible to exchange data between a (LotusScript) agent and an XPages application

In our application we have some agents to execute background jobs. In order to make them report back, we developed an XAgent that the agents can "call" using REST (written in Java), and we put the necessary info in the url. It works, but it's not ...
almost 3 years ago in Domino Designer / XPages 0 Under Consideration