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 194 of 8851

Review Java Security Policy

This may be a moot point if the preferred approach for Java development is e.g. OpenLiberty / Liberty Profile + gRPC to Notes / Domino. But if Java development on the Domino stack is still a recommended approach, the Java security policy needs rev...
about 7 years ago in Domino Designer / Java 2 Under Consideration

Ways to validate uploaded files

When Domino is out in the open, many more requirements for handling incoming files in application are required which today we can not met. Checking the extensions or validate the content-type are not sufficient because they can be spoofed. Therefo...
over 1 year ago in Domino Designer / Java 0 Under Consideration

Option to collect logs related to email editing activities.

request to collect logs related to email editing activities. Specifically, they would like to know: If a user edits an existing mail in their mailbox and saves it. If a user edits the content of a trail mail before sending it.
7 months ago in Domino / Reporting & Analytics 1 Needs Review

Extract ACL information in all .nsf files in a domain.

By default you can view all the ACLs inside the catalog.nsf however it is not accurate because if a user is part of a "group" and that "group" is assigned explicitly in the .nsf ACL it does not reflect in the catalog.nsf. This can be reproducibl...
about 7 years ago in Domino / Reporting & Analytics 6 No Plans to Implement

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,...
over 6 years ago in Domino Designer / Debugger 1 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...
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

Rotate log.nsf and/or domlog.nsf on a daily/weekly base

We would like to rotate log.nsf and/or domlog.nsf on a daily or weekly base like mailjournal.nsf or console.log on filesystem.
over 6 years ago in Domino / Reporting & Analytics 5 Under Consideration

Modern Notification Methods for the Domino "Events4.nsf" Event Handler

Provide additional, more modern notifications methods then the ones currently available https://help.hcltechsw.com/domino/12.0.0/admin/admn_eventhandlernotificationmethods_r.html?hl=unix%2Csystem%2Clog for the "events4.nsf" event handler. Non-taxa...
almost 4 years ago in Domino / Reporting & Analytics 0 Under Consideration

Ability to reach and set "Implicit headers" when a web service consumer is used from a java agent

One workaround today is to write code in the generated web service consumer "BindingStub". But in this situation, it is difficult to reach the information that is necessary to put in the service. If it were possible to reach and put those headers ...
almost 7 years ago in Domino Designer / Java 0 Assessment