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 8038 of 8038

Internet Lockout not per server, but per website or per domain.

When you have a clustered Domino backend for hosting websites or web-apps, and you have a loadbalancer in front of them......and internet lockout only occurs per server.....it's possible that you end up on another cluster-member and can continue t...
over 2 years ago in Domino / Security 2 Assessment

The image size used in a form/page should automatically scale up & down according to the OS display scale %

In the current Notes client all those images used in a form are adjustable in size, as long as one is in the designer. In the client itself an image that was created and manually set todisplay in a 50:50% size ratio is bound to this size. Thus if ...
over 2 years ago in Notes 0 Needs Review

Option to create workspace page in Nomad web

Currently, there is no option to "Create Workspace Page" in Nomad web similar to as in the Notes client (although "Remove Workspace Page" option exists in Nomad). Please consider to provide this feature in HCL Nomad web.
over 2 years ago in Nomad / Nomad (Web) 1 Under Consideration

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

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

Add "explain" output for QueryResultsProcessor

The DominoQuery object you can feed into QueryResultsProcessor has an explain method, but it would be convenient to have an equivalent in QRP too. At an initial level, this could just execute explain on each inserted Query object, which would be u...
over 2 years ago in Domino Designer / Java 0 Under Consideration

Exclude QRP result views from ODP sync

When Team Development is configured for an NSF, Designer syncs QRP views to the ODP, but I don't think this is useful behavior. It's probably actually potentially damaging, since Designer would potentially sync back an expired view or add it to a ...
over 2 years ago in Domino Designer / Views 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 2 years ago in Domino Designer / Java 0 Under Consideration

Hide the "Security", "Signature or Encryption" icons displayed in the bottom frame of the Notes client screen

Want to hide the "Security", "Signature or Encryption" icons displayed in the bottom frame of the Notes client screen. Please refer to the attachment.
over 2 years ago in Notes 0 Under Consideration

Modify QueryResultsProcessor to not emit "NT" prefix in note IDs or modify Database class to accept them

Currently, the "@nid" value of QueryResultsProcessor is in the "formula" format where it's fixed length and prefixed with "NT". However, the database#getDocumentByID method doesn't accept this, instead throwing the unhelpful exception of "Required...
over 2 years ago in Domino Designer / Java 0 Under Consideration