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

Domino Designer

Showing 1173

Remove Java SecurityManager - at least on the server

SecurityManager is (for good reasons) deprecated for removal in Java 17 (https://openjdk.java.net/jeps/411). Today the SecurityManager in Domino is a pain in the ass for the normal developer but does not prevent blackhats from doing harm.SecurityM...
over 1 year ago in Domino Designer / Java 0 Assessment

Make Ctrl-Break work to stop Search in Designer or other actions

Yeah, I know, I probably shouldn't have double-clicked a source line before Search had terminated, but now I'm stuck with a hung Designer and I have to kill Notes. Why oh why isn't Ctrl-Break working? I need an emergency Ctrl-Brake!!
over 1 year ago in Domino Designer 0 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 1 year ago in Domino Designer / Java 0 Needs Review

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 1 year ago in Domino Designer / Views 0 Under Consideration

Extend @GetDocField to receive only the value of the specified field.

If you run @GetDocField($Ref; "Subject"), NRPC command will receive the entire referring document, even if the Subject has only one word, it will receive large data. If the referenced document is bloated, it will affect the performance of opening ...
over 1 year ago in Domino Designer / @Formulas 0 Needs Review

Exclude fields in computewithform

It would be good to exclude fields from being computed when you do a compute with form.
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

Support for the royalty free AVIF image format

Domino Designer, Notes Client and Domino server should support the AVIF image format. It is a much superior to JPEG and PNG and is a modern image format. It is royalty free and has multiple advantages such as quality and size, and especially quali...
about 2 years ago in Domino Designer 0 Needs Review

Take the programmatic name when inserting a shared column

When I insert a shared column in a view, the programmatic name is not taken over. This is particularly annoying with editable columns.
about 2 years ago in Domino Designer / Views 0 Needs Review

RenderToRTItem should render all subforms used in a form

Currently, the RenderToRTItem method in NotesDocument class does not render subforms if the first line is hidden by a HideWhen formula. This is an unexpected behaviour.
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Allow DQL queries on Notes Document Collections, rather than just an entire DB

Currently, the FTSearch keyword (LotusScript) allows for performing searches on both a DB or a document collection. Include this feature with DQL so queries can be performed on document collections as well.
over 2 years ago in Domino Designer / LotusScript 3 Needs Clarification