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 3620

Add profiling of a Notes database to Domino (and Notes)

Often, a Notes database design grows and grows, developers come and go, and after 10 or more years, nobody knows whether elements in the database are used or not. The difficult way to find out is by asking the users. A more logical way would be to...
over 2 years ago in Domino Designer 3 Under Consideration

Add HTTPJavaDebugOptions parameter to enable Java remote debugging in the HTTP task

The JavaDebugOptions Notes.ini parameter is used to enable Java remote debugging, e.g. JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8010 Unfortunately, both the agent manager JVM and the HTTP task JVM read the same variable,...
about 6 years ago in Domino Designer / Debugger 1 Under Consideration

Multiple Addresses in the Internet Address field of the Group Document

No description provided
over 6 years ago in Domino / Administration 4 Under Consideration

Ability to see Notes database hidden views on Nomad Web

Currently, it is not possible to see hidden views of Notes database using Nomad Web.However, with Notes client hidden views of Notes database can be viewed using the steps below.Hold the SHIFT + CTRL keys simultaneously and select View -> Go To...
over 2 years ago in Nomad / Nomad (Web) 0 Under Consideration

Persistent Tabs: Auto-reload existing tabs after restart

If a user selects the option " On Restart, reopen any Tabs that were open when I closed the client ", after restarting the Notes client, open Tabs remain "ghost" references, until a user actually clicks the tabs. By clicking a tab, Notes will loa...
over 5 years ago in Notes 2 Under Consideration

Add a new View to display all the mail document, instead of clicking each folder one by one

User can see all documents from All documents view in Notes client, but there is no such function with Verse for Android/iPhone or Native mail for iPhone. Customer would like to have a new to display all the mail document, instead of clicking each...
about 3 years ago in Traveler 1 Under Consideration

Add Drag & Drop Events for views (not only calendar views)

Having these events would make Classic applications more "up to date": You could let the user drag & drop documents in views in order to reorder them. Of course the developer would need to write the code to change the items to reorder, but hav...
over 2 years ago in Nomad / Nomad (Web) 0 Under Consideration

Add "since" in QueryResultsProcessor#executeToView to reuse an existing view if it's newer than the param

Currently, #executeToView throws an exception if the named view doesn't exist. If you as a programmer want to re-use an existing one, that means you need to manually try to get the view and then, if it exists, check your timeout against its creati...
over 3 years ago in Domino Designer / Java 0 Under Consideration

Add mechanism to retrieve QueryResultsProcessor JSON as an InputStream or Reader

The executeToJSON method emits a full String of JSON content, which generally means that a Java-side consumer will have to immediately pass that to a JSON parser. These parsers generally have a variant (or do so exclusively) that takes an InputStr...
over 3 years ago in Domino Designer / Java 0 Under Consideration

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
about 3 years ago in Domino Designer / LotusScript 1 Under Consideration