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 1256

Add functionality for Rich Text fields to be used in dialogbox.

When a form is launched via a dialogbox, a rich text field on the form is recognized and updated but can not be accessed via code.
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Remove and add database icon using lotusscript

Requirement is to remove old database icon and add new database icon on the workspace using lotusscript. @RenameDatabase and @AddDatabase methods doesnot fit in customer requirement. Migration from old version to new version is being done and at s...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review

Expand the Button Class (LS, Java,...)

Currently the button class (actions, action hotspot or button on a form) consists in LS only of 2 events. It would be great if one would have access to the Name property of the button.
almost 5 years ago in Domino Designer / LotusScript 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...
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

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

"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

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