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

Clear

Ideas

Showing 3842 of 8903

Reinstate the View option for mail attachments lost in V10

The View option for mail attachements rather than having to open another application was so useful, I can't understand why it has now been dropped. Personally I used it many, many times per day. Hope I am missing something.
about 7 years ago in Notes 2 Under Consideration

Changes on the Java code called by ScriptLibrary do not reflect immediately

ScriptLibrary written on LotusScript is calling a method from a Java code - getVersion e.g. Print "Java version: " & reader.getVersion() If we append something else on the Java code for getVersion e.g. public String getVersion() { return "<...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Mail: Show members of Adress Groups

While selecting an recipient, especially a recipient Group there should be an more comfortable way to Show the members of those Groups.
about 6 years ago in Notes 1 Needs Clarification

More options to personalize the notes client

It should be possible to have more Options in personalizing the notes Client. For example: Resolution of the Dashboard/Workspace itself Size of Database Icons, Texts, There are many users which have Problems with Icons and Texts that are too small...
about 6 years ago in Notes 0 Under Consideration

DXL Export / Import supported by Notes client (for debug purposes)

when debugging come calendar issues or someting alse, it would be great to export document not only csv format, but also DXML. also Notes should have automatic ability to import DXML files, without writing LotusScript code.
about 3 years ago in Notes 1 Under Consideration

Private Notes and Office Notes in ONE

Notes for home and Business. Many times I thought about how I could get my GMX or Outlook away and use Notes instead. Several years ago there was a Notes Private Edition, the approach was perfect. Too bad that this was discontinued so quickly. Thi...
about 7 years ago in Notes 0 Under Consideration

Add ability to undo a delete

When a document (or set of documents) are inadvertently deleted, the only option to retrieve from trash is to go into the trash view, select the document(s), and then click restore. It would be helpful if at the time of the delete, a dialog box ...
about 6 years ago in Notes 0 Under Consideration

Notes Client need to be automatically terminated normally and gracefully in advance. When "shutting down or restarting the PCs/ Machines (Windows 10).

Shutting down PCs (Windows 10) without quitting the Notes client application, Notes Client will be forcibly terminated and due to that, some databases may get corrupt. So customer wants the Notes Client to be automatically terminated normally and ...
almost 5 years ago in Notes 1 Under Consideration

Asynchronous code/agents on the server

Something like agent.runInBackground( noteid ) With this I can move a lot of code (updateing responses, sync data with sql or other slow tasks) to run in the backgorund Nedded when posting a web form to Domino where I would like the response to th...
over 7 years ago in Domino Designer 1 Under Consideration

Missing documentation for NotesDominoQuery class

Currently working my way through DQL and QRP topics. Tried to get a catch on NamedResults and was wondering for a couple of days why I couldn't get it to work: I'm working on a simple query like Set nQuery = myDb.CreateDominoQuery() sQuery = "task...
over 3 years ago in Domino Designer / LotusScript 1 Needs Review