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 1350

Freeze some columns from left

Categories and some important columns to identify document should be displayed any time when a lot of columns defined in the view. Please improve view function to freeze some columns from the left like "Freeze Panes" function in the Excel.
almost 5 years ago in Domino Designer / Views 0 Under Consideration

allow WEBP file type in the images & change default "files of type" to JPG (or * all files) instead of GIF

it is helpful to have the similar files sorted. for the same reasons style sheets were broken out. the images section is helpful as images can be previewed in properties and also opened in external editors right from designer. Also the open box wo...
over 2 years ago in Domino Designer 2 Needs Review

Add Command @Command([ViewExpandOnlyCategories])

When working in views with lots of subcategories, there is no way to be able to scroll quickly only through the categories. You need to expand each main category, then each nested sub-category Using [ExpandAll] makes all documents and responses ...
over 5 years ago in Domino Designer / @Formulas 0 Under Consideration

Allow ‘Computed for Display’ for Rich Text fields

Currently you only have an Editable or Computed Rich Text field. Allowing Computed for Display (CfD) for RT fields would make it easier to embed RT on a form e.g. for showing context sensitive help, based on other fields, without the data being st...
about 6 years ago in Domino Designer 1 Under Consideration

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 3 years ago in Domino Designer / LotusScript 1 Needs Review

Fix Designer help interface issue

The Designer help can not be displayed with modernized interface in my PC. There is no expand/collapse function in the left menu. Then, It takes a lot of time to reach the document I wanted.This issue has been occurred in 9.0.1 FP10 and I found sa...
almost 7 years ago in Domino Designer 1 Under Consideration

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
about 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Add HTTPJavaDebugOptions parameter to enable Java remote debugging in the HTTP task

The JavaDebugOptions Notes.ini parameter is used to enable Java remote debugging, e.g. JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8010 Unfortunately, both the agent manager JVM and the HTTP task JVM read the same variable,...
about 6 years ago in Domino Designer / Debugger 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 3 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 3 years ago in Domino Designer / Java 0 Under Consideration