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

Domino Designer

Showing 1247

Remove libnotes dependency on JNI and IDEHelper

Currently, when importing a Java agent as non-raw DXL, libnotes has a hard dependency on finding a JNI environment and using classes from Notes.jar. While there's a certain amount of natural dependency in the process of compiling agents, the class...
over 2 years ago in Domino Designer / Java 0 Needs Review

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

Allow the developer to change the ‘Select Keywords’ dialog title and header for a Dialog list field

It’s very confusing for a user to have a field label e.g. ‘Activity Type’, select the dialogbox icon and be confronted with a dialogbox that reads ‘Select Keywords’, and ‘Keywords’. I would prefer having a custom window title and header. This def...
about 5 years ago in Domino Designer 0 Under Consideration

Provide a way to update computed text in notes form without closing/reopening the document window

Computed text are evaluated when the form is displayed in the notes client. It is not possible to update those computed text without closing/reopening the document window, it is a very annoying workaround. A script function or a formula to refre...
over 5 years ago in Domino Designer 1 Under Consideration

Render html in computed fields when *Render pass through HTML in Notes” is checked

Rendering html in a Notes form works for Computed Text, but not for Computed (for display) fields. It does when the form is displayed in a browser, but does not in the Notes Client. Mind you: *Render pass through HTML in Notes” needs to be selec...
almost 5 years ago in Domino Designer 0 Under Consideration

Parameter for view.getDocumentBykey specifying the sort column of the view.

The View class getDocumentBykey searches within the first sort column of the view. For this reason, getDocumentBykey requires a separate view for each sort column. if one view has two sort columns, we want to specify the second sort column.
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Submitting support requests

I want to report a bug in Domino Designer but there's no option to do this from the Help menu (or the Notes or Admin client). We can click the submit feedback option which just links to this ideas forum, and there's a link under Resources\HCL Cus...
3 months ago in Domino Designer / Documentation 3 Already Exists

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

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Extend @GetDocField to cache the received data

When I run a form with @GetDocField($Ref; fieldname) on multiple fields, it issues the same number of NRPC commands as the number of fields, and receives the entire document for each command. There are two problems. 1. If the size of the referen...
over 2 years ago in Domino Designer / @Formulas 1 Under Consideration