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 1254

$AssistVersion field visible in view (in Designer)

After a failed update of a design in Production we discovered with the help of ScanEZ that a ssjs script library contained the field $AssistVersion. We thought that this field only exists on agents but appearantly not. It would have been nice if i...
2 months ago in Domino Designer / Views 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 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

Make inviewedit more flexible

It currently is a pain to work with inviewedit. Some part, like query_request was never officially supported. I like e.g. to have a drop down lost when I click on a field. Or have real checkboxes and radio buttons in a Notes view. This would mak...
over 5 years ago in Domino Designer / Views 0 Under Consideration

"GetDocumentByKey" is not giving search result when key has new line present in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) If the value of the "keyArray" parameter has a new line present in it, then the search does not give any results irrespective ...
12 months ago in Domino Designer / LotusScript 1 Needs Review

It should be possible to set the row height in a view to a value greater than 9.

It happens fairly often that I want a view column to display more than 9 list entries. This happens often when the field displayed in the column contains either email addresses or file names. I would like to see the limit on row height increased t...
over 2 years ago in Domino Designer / Views 0 Under Consideration

Dynamic Views

In the Notes Client, in Notes Views, display dynamic data based on a query that does not require an index.Such a feature has been introduced in Notes/Domino 7 with the Db2 access views but was limited to Db2 data.We would like to have possibility ...
over 4 years ago in Domino Designer / Views 1 Under Consideration

In a view column heading it should be possible to create a heading that spans multiple columns.

Also, when view column headings are more than one line, it should be possible to make one of the lines, i.e. the 2nd line, span multiple columns. I have wanted this feature multiple times as I have created views for users.
over 2 years ago in Domino Designer / Views 0 Under Consideration

Compiling XPages projects in Designer 10 with external addons

In designer 10 building xpages project that has a plugin that is attached to the build process has stopped working. There is a workaround but it's better that this is supported right out of the box like in Designer 9.0.1 https://openntf.org/main...
almost 5 years ago in Domino Designer / XPages 1 Under Consideration

App dev pack / Proton : expose V12 QueryProcessor and / or some view Navigation methods

Hi, Currently the way to get documents from Domino via GRPC/Proton is to perform a DQL Query. But DQL does not allow for document sorting, so if - for ex - I want to get the 5 first documents based on a field sorting, I need to get all the documen...
over 3 years ago in Domino Designer / Java 1 No Plans to Implement