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

My ideas

Showing 8802

An option for the MiniView to retain being opened on Notes 11.0.1 onwards

As of now, the Miniview in Notes 11.0.1 is collapsed by default. When closing the mail database, or restarting the Notes client itself it could be seen that the MiniView goes back to collapsed state. It would be good to have an option to keep the ...
over 5 years ago in Notes 12 Assessment

Allow AUT to cascade updates into a single operation

Problem: When AUT does an update it only takes one file from the document to apply/install that update. That means that FixPacks and Language packs do not get applied in the same update/install transaction from AUT. Proposed Solution: Allow multip...
almost 2 years ago in Notes 0 Planning to Implement

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

Large Summary (document summary data) should be increased by default on newly created databases

Document summary data limit can be increased manually via command as mentioned in below document. https://help.hcltechsw.com/domino/10.0.1/admin/admn_increase_document_summary_data_limit.html This idea request is for document summary data should b...
over 1 year ago in Domino / General 2 Assessment

Display alternate names for suggested contacts

If a name has Non-Latin characters, it will not display the contacts initials and will show a default avatar image. The algorithm used is such: John Smith -> ‘JS’ John A Smith -> ‘JS’ John A. Smith -> ‘JS’ John HF. Smith -> ‘J’ John 田中...
about 2 months ago in Verse / Verse on Premises 0 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

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

Domino CAPI AgentQueryStdoutBuffer isn't populated by setting up and using the java agent method getAgentOutput()

The CAPI AgentQueryStdoutBuffer isn't populated by setting up and using the java agent method getAgentOutput() , the buffer is empty. If possible, would like to have this fixed for r12 and r14. Here is a java agent example (pretty much taken from ...
over 1 year ago in Domino / General 1 Assessment