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

Java

Showing 16

Allow new folders based on any view

At the moment, Database.enableFolder(folderName) creates a new folder with a design based on the default view. AFAIK, the only way to (programmatically) create a folder based on some other view is to make that view the default view, create the fol...
over 1 year ago in Domino Designer / Java 1 Needs Review

Add mechanisms to get specifically data and design last-modified times

Currently, there's just Database#getLastModified, but that covers both data and design. Ideally, there would be lsxbe hooks to both portions of data from NSFDbModifiedTime in Database and for NSFDbModifiedTimeByName in Session.
over 2 years ago in Domino Designer / Java 0 Needs Review

Provide REST API to get contents of attachments files in Notes document

For the following existing Rest API which was released with Notes/Domino 9.0.1 , there is no way to get contents of attachments files in Notes document. https://ds-infolib.hcltechsw.com/ldd/ddwiki.nsf/xpAPIViewer.xsp?lookupName=IBM+Domino+Access+S...
over 1 year ago in Domino Designer / Java 0 Needs Review

Remove the necessity to call sinitThread/stermThread

The need to (de-)register threads has always been a source of panic. E.g. calling Domino functions from within Swing. But Java 8 brings another, more subtle problem. Working with streams makes a lot of things much easier and more clearly - but if ...
almost 3 years ago in Domino Designer / Java 0 Needs Review

Voice recognition component/feature for web Application.

Design component/feature for web application which can be used to recognise the voice and perform the certain action like Search in the specific database. It is like pressing the microphone icon and record the instruction and based on that it wil...
almost 3 years ago in Domino Designer / Java 0 Needs Review

Provide some way to judge whether the "Open" / "Update" operation is caused by replication or not

For the following case , there is no way to judge whether the "Open" / "Update" operation is caused by replication or not ============================================= 0. Placed replica of the same database on both Domino Server A and Domino Serv...
over 1 year ago in Domino Designer / Java 0 Needs Review