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

Pinned ideas

PINNED Domino Intelligence / Domino IQ
Adding AI to a Domino server Please add comments that tell us what use cases you would have for AI available from Domino. Here are some examples to get you started: Summarise long email threads Reply to email with AI Translate the email thread Hig...

All ideas

Showing 2131

Warning message in Verse when pasting a large amount of data.

Customer would like a warning message in Verse when pasting a large amount of data in the mail. Because if you paste a large enough data into the body of an email, it will crash the page.
3 months ago in Verse / Verse on Premises 0 Needs Review

The database sizes display has changed to GB, MB, and KB in the administrator file tab starting from version 14.0

The database sizes displayed in the Administrator file tab were previously shown in bytes. However, starting from version 14.0, the display has changed to GB, MB, KB, etc. Is it possible to display them in a unified manner or revert to the origina...
12 months ago in Admin Client 3 Needs Review

The customer would like to be able to place the same DB icon on multiple workspace tabs.

The customer would like to be able to place the same DB icon on multiple workspace tabs. The customer would like to create workspace tabs for each business or purpose, and to place the Notes DB icons needed for that business or purpose together.
almost 2 years ago in Notes 0 Needs Review

The maxdocs argument of the FTSearch method and the FTDomainSearch method should be changed to a long type.

The maxdocs% argument in the FTSearch and FTDomainSearch methods of the NotesDatabase class is not correct, being of type Integer This is inconsistent with the value that can be set for FT_Max_Search_Results in notes.ini
about 1 year ago in Domino Designer / LotusScript 0 Needs Review

support transfer of more characters from widget to webpage

Create a widget and import to Notes, it enable user to highlight mail message body and transfer it to a website(such as: Google Chrome) for grammar checking. However this function has a character limitation, only allow 499 characters to be passed ...
7 months ago in Notes 0 Needs Review

Transactional Logging via LotusSript TransactionBegin, TransactionCommit, TransactionRollback should work together with dialogbox of NotesUIworkSpace class

In LotusScript, following error is thrown if dialogbox of NotesUIworkSpace class is used after TransactionBegin of NotesDatabase class, then execute TransactionCommit or TransactionRollback: "TransactionBegin must be called before other Transactio...
7 months ago in Domino Designer / LotusScript 1 Needs Review

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

Add HasElement to the NotesJSONNavigator class to test if an element exists

There is the GetElementByName method for a NotesJSONNavigator in LotusScript. A serious drawback is that it gives an error when trying to get an element that isn't there. Please supply HasElement (or just don't generate the error).
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

Remove the limitation to 32 workspace pages on the HCL Notes Desktop + allow separator

Using HCL Notes v14, we got the error message: "Too many workspace pages; up to 32 pages containing database icons are allowed" When creating more than 32 pages. Idea 1 > Remove/push the limit to 64 allowed workspace pages Idea 2 > allow cre...
over 1 year ago in Notes 2 Needs Review

Make a Lotus Script equivaluent for the Formula command @SetHTTPHeader

Unfortunately currently there is no way to set HTTP Header variables from a WebQueryOpen Agent being called from a web form. There should be a new command like this: Call session.setHTTPHeaderVariable(name, value) Also this should be working in We...
10 months ago in Domino Designer / LotusScript 1 Needs Review