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

Domino Designer

Showing 1294

Resizable arrays (lists) in LotusScript

There should be a class similar to Java's ArrayList, a resizable array to put elements into it with methods like: list.add(Variant item) list.isEmpty() list.Iterator() list.removeAt(int index) list.remove(Variant item) list.size() ...
over 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Document Locking for clustered Domino servers

Apparently document locking is not cluster-aware. That is, if the 'Master Lock Server' is not reachable or down, the other cluster member does not take the role of managing the locks Document lock in a single server environment works perfectly. Bu...
almost 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Complete reference for XSP.properties settings

We need a complete reference for low-level settings supported in xsp.properties (e.g. xsp.csrf.protection, xsp.sessionid.cookie.samesite, etc.). Historically I were looking into the xsp.properties.sample file in the data directory, but it’s not be...
almost 3 years ago in Domino Designer / XPages 0 Under Consideration

New Design element: Slider

As we’ll be able to use more touch devices in the future for Notes apps, it would be useful to have a new field type: Slider. It should appear in the native style (Windows, mac, iOS, Android,...) as is defined in the OS. It shound have a default, ...
about 6 years ago in Domino Designer 1 Under Consideration

More radical approach to Designer clients

Requiring JavaScript developers to use the Notes, Designer or Administrator client will force them to install an additional (unnecessary) IDE. This means post-V10 it's time for a radical re-think. JavaScript developers will likely be coding in Vis...
over 6 years ago in Domino Designer 1 Under Consideration

Show LotusScript functions or subroutines that are not called.

No description provided
over 6 years ago in Domino Designer / LotusScript 2 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 6 years ago in Domino Designer / XPages 2 Under Consideration

Posibility hide fields in properties only see this fields by fulladmin user

When design some forms and I want in the same form that some user can't see information I use hide, but they can see the information if they go to properties. I want the option to hide a field in properties of the document.
almost 3 years ago in Domino Designer / @Formulas 2 Under Consideration

Add APIs for progress indicators and modal "processing" dialogs in LotusScript

For a good number of years, I've used a LS wrapper class around some C API calls to display a progress bar, which is handy when progress steps are knowable. Ideally, this should be available essentially as-is to display a client-modal (or task-mod...
over 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Limited display of variables in debugger

If there are more than (256?) variables in a document, the debugger only shows "..." and values could not be shown. Is it possible to increase that in further releases?
over 5 years ago in Domino Designer / Debugger 3 Assessment