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

FILTER BY CATEGORY

Java

Showing 55

Support for large summary field for Java

HCL Domino 12.x introduced on-disk structure (ODS) 55 file format for databases. ODS 55 introduced in HCL Domino 12.x increases the maximum size allowed for individual summary fields to 16 MB. As per HCL product documentation here: https://help...
5 days ago in Domino Designer / Java 0 Needs Review

can there be a way to integrate DevOps pipeline building with java files inside a nsf file

nobody seems to knowtried teamstudio buildmanager but this was not a solution
3 months ago in Domino Designer / Java 2 Under Consideration

Modify "Record Activity" using Java

I was asked to programmatic to modify whether a database is recording user activity. There doesn't seem to be a way to do it currently using code.
9 months ago in Domino Designer / Java 0 Needs Review

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...
10 months ago in Domino Designer / Java 1 Needs Review

DQL : option to bypass certain views for specific queries

Currently we can use setNoViews to prevent from using views in a DQL Query But sometimes, for complex query, we could benefit from a finer control to optimise performances For exemple, imagine a query : FIELD = X AND OTHERFIELD = Y if first part o...
about 2 years ago in Domino Designer / Java 0 Needs Review

Broken reference after V10 installation

After installation of V10 the application manager of the underlying semi-included beta editor component (aka eclipse) complains about missing references (see picture). The problem is, that third party OSGi plugins (like ODA) stop working properly...
about 4 years ago in Domino Designer / Java 0 Under Consideration

Add servlet support directly to Domino Designer IDE

Creating a servlet requires plugins and a fair bit of effort to deploy and debug. It would be great if this was added to the IDE so that application-specific servlets could be developed rapidly so we didn't need to reply on agents (with the known ...
8 months ago in Domino Designer / Java 0 Under Consideration

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...
8 months 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 2 years ago in Domino Designer / Java 0 Needs Review

Function that returns a collection of documents I may read within the database

A function that simply returns me all documents I may read in the database. so I do not need to apply a form or field or anything.
about 4 years ago in Domino Designer / Java 2 Under Consideration