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 8890

More User-Friendly Error Messages for NotesHTTPRequest

I've encountered a number of error codes for NotesHTTPRequest.Post(), all of which have the description "user-defined error". I haven't locked down the cause of one, but they are indeed errors of my own cause. But the lack of a helpful description...
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Monitor the progress of the consistency check task

Option to monitor the consistency check progress in the server Option to stop consistency check in the Domino server
almost 2 years ago in Admin Client 0 Under Consideration

Search in 'All mails and archives' from Notes search should show the exact result count

When you search in "All mails and archives" it's open the new Tab & in this tab showing only top 50 counts not the exact count. So, this should show exact counts from Mail & Archives databases.
over 2 years ago in Notes 0 Under Consideration

EML to PDF Converter

Converting EML (Email Message) files to PDF (Portable Document Format) is a common task, especially when you want to save or share email messages as PDF documents. There are several methods to convert EML files to PDF , and I'll describe a few dif...
about 2 years ago in Leap / Documentation 0 Needs Review

Add shortcut for read/unread

In Verse there is no shortcut to mark a mail read/unread: https://help.hcltechsw.com/verse_onprem/2.0.0/user/faq_keyboard.html The <insert> button should be used like in Notes.
over 5 years ago in Verse / Verse on Premises 1 Under Consideration

Make Domino Global Workbench available for Domino v12.0.1

Domino Global Workbench is stuck on Domino v9. Our customer are asking us to localize Mail12.ntf for example. How HCL manage to release Mail12 in so many language with DGW v9 ? You must have an internal versionof DGW v12...
over 3 years ago in Domino / Administration 3 Assessment

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...
almost 4 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...
almost 4 years ago in Domino Designer / Java 0 Under Consideration

Create a "Web Editing" RichText Field

Similar to RichText Light, please create a "Web Editing" RichText Field Type that allows Notes Clients to only use Web Editing (HTML Editors) compliant RichText Features. This would help in building Web- and Notes Client based apps and allow round...
almost 6 years ago in Domino Designer 3 Under Consideration

form.getStage()

Please add a JS method(s) to get the current stage ID and name of a form. Currectly, we can get thsi only via Find or Retrieve service calls. I suggest something like: form.getStage or form.getStageId form.getStageName
about 2 years ago in Leap 1 Needs Review