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

All ideas

Showing 8791 of 8791

Hide Configuration views from names.nsf outline for ordinary Notes users

Dear. We need to make navigation simple, configuration views are not needed for user. Lets hide it from regular users
over 1 year ago in Notes 1 Under Consideration

View returns wrong total with read access

If I have a view that has documents with read access documents that isn't visible to me they are still counted in the view total column if I can see one document in that category. We need to know if the data is correct or not. This leads to calcul...
over 2 years ago in Domino Designer / Views 0 Under Consideration

API-Key Authentication for Domino Web Applications

Provide ability to create a API-Key records in names.nsf for third party applications to connect to Domino resources for various reasons (Mostly REST-API, Web agents, DAS, etc.) Right now customers provide a separate username password and the othe...
over 3 years ago in Domino / Security 5 Under Consideration

NotesDateTime initializing for midnight

Currently NotesDateTime cannot be initialized for midnight. The code dim date as new NotesDateTime("2024-010-10 00:00:00") call date.adjustSeconds(5) does not make any runtime errors, but the 5 seconds are just not added, because the date componen...
about 1 year ago in Domino Designer / LotusScript 4 Needs Review

Status icon for various clients

In the previous versions the icon next to a user name, changed according to the kind of device he was connected with. Now in V11 even if the user is connected with a mobile device, the icon is always the same, e.g the green square. I understand th...
over 5 years ago in Sametime / Chat 5 Future Consideration

Behaviour of "Prohibit Design refresh..." for new Views

This was introduced a while back, but before that it was different: now this option is enabled by default with newly created views. When you forget to disable that afterwards and you updated your app with a new template, this new view then won't b...
12 months ago in Domino Designer / Views 0 Needs Review

Admin Client - more servers in tabs

Currently only one server can be open in the Admin Client as the first tab. Since you have to switch back and forth between servers more often, the files are read in again each time. To improve the handling it would be good if more Domino server...
over 2 years ago in Admin Client 4 Assessment

Create Volt application from existing Domino application

Provide a basic web interface to a legacy Domino application. It doesn't have to have all the functionallity of the Domino app. Basic Forms will do for a start.
over 5 years ago in Leap 2 No Plans to Implement

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and finds the...
3 months ago in Domino Designer / LotusScript 1 Needs Review

Allow SearchView URL to search in a particular field

The following SearchView URL searches in all the fields on the documents listed in the view. https://Host/Database/ViewName?SearchView&Query=123456 Allow SearchView URL to search in a particular field. Example: http://Host/Database/ViewName?Se...
6 months ago in Domino 1 Needs Review