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 1350 of 8767

Create Domino apps as Electron apps

Add the ability to create a new Domino application, but package it as an Electron app. This would make the apps cross platform and may even reduce the need for the Notes client to be open all the time.
about 7 years ago in Domino Designer 3 No Plans to Implement

Add a JSON based form type

Either update the existing form object to support JSON only data storage, or create an alternate form type/object that stores data as text only. Get away from the strongly typed fields so you don't get type errors in the client. Enable Domino to c...
about 7 years ago in Domino Designer 1 Under Consideration

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Perfomance and web design

Our main problem with our lotus notes apps is performance, we have a very large and complex application with 100 thousands of records, many views and automation processes, our main complaint is performance to documents where lots of information ar...
almost 7 years ago in Domino Designer 2 Under Consideration

Scheduled / Repeated "Agents" in XSP Runtime

Provide a way to run Java Code on a scheduled basis just like scheduled agents formerly - but within the XSP Runtime with access to all custom java classes and at least to the application scope.There ARE solutions to this, but DOTS can't do this o...
about 7 years ago in Domino Designer 0 Under Consideration

Improve Bootstrap support in the Form Table control

The Form Table control in XPages should emit proper boostrap html to use form groups along with integrating validation errors (highlight label and field control in red, etc.)
about 7 years ago in Domino Designer 1 Under Consideration

Allow RegisterNewUser method to enforce Registration policy settings

Some items that can be set when registering a user in Domino Administrator cannot be set when executing the RegisterNewUser method. (Internet domain, password key width, etc.) The current behavior is that even if these items are set in the Registr...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Automatically adjust the width of individual entries of an outline embedded in a page, displayed within a frameset, to taking into account the width of a client like the Notes client or Nomad Mobile.

The user develops an application that works with both the Nomad Mobile and Notes clients. This application has three folders. The outline that switches the folders to be displayed is embedded in the page, and the page is displayed in the frames...
almost 4 years ago in Domino Designer 0 Needs Review

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412. If a field with the given name does exist in the fo...
about 4 years ago in Domino Designer / LotusScript 0 Needs Review

DQL / QueryProcessor : add a Count / Limit parameter to get only the first n result and optimise performance

Currently we get all the result in the executeToJSon or forthcoming view. Sometimes we only need the first results of a complex query and sorting operation. Returning only a subset of the result would help parsing / navigating view performance. As...
over 4 years ago in Domino Designer 2 Under Consideration