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 1279

Make C++ API open source

the c++ api has never been upgraded since years. There is not even a Linux port available. Also, it is only available as dynamic lib. A static lib that can be included in c projects is missing. The c++ Api can help to encourage more developers to ...
about 6 years ago in Domino Designer 1 No Plans to Implement

Add option to fit combobox and listbox width to the window in Domino Designer

Domino Designer provides multiple sizing options for textfields: Fixed (Size) Fit to window (%) Fixed (characters) For comboboxes and listboxes only the following options are available: Fixed (Size) Fixed (characters) For a proper rendering of...
almost 5 years ago in Domino Designer 0 Under Consideration

Make Information available in a view column of another document ( e.g. parent document from "$ref")

This is not possible yet and the document need to import or manage the fields from the parent document. @GetDocField( $REF; Field1) does not work yet in a view column
almost 6 years ago in Domino Designer 5 Under Consideration

Make content assist (ctrl+space) available at every place in the designer

nothing more, nothing less... content assist should work on EACH place, where you can enter code (java, xpage source, serverside js, clientside-js, dialogbox for computed values, lotusscript, etc)
over 5 years ago in Domino Designer / XPages 0 Under Consideration

Input and output date and time values ​​in ISO8601-compliant format

If you use the LotusScript NotesDominoQuery class to set the date and time in a DQL query, you must type an ISO8601-compliant format. @dt(‘2021-01-01T00:00:00.00+0900’) The date and time that we usually see in the document properties and vie...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

New Checkbox field width options

When a checkbox field is placed in a fixed-width table cell and a long selection of characters is entered, the cell width expands beyond the fixed value to display the characters in a single line. This causes the table to collapse. The ability to ...
over 1 year ago in Domino Designer 0 Under Consideration

PostPaste and QueryPaste event can't get pasted document information.

We want to get the information for the pasted document. Once we have the information in the pasted document, we can control whether or not the paste continues. This is very useful.
about 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Pre-select existing values in View Dialog for Dialog list field

A "Dialog list" field is using "Use View dialog for choices" (Field properties > Control tab) to populate the values from a view and then users can store / save the values in the field. When user selects some values from View dialog, stores the...
11 months ago in Domino Designer 0 Needs Review

Explain the values 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form

To avoid confusion it may help to explain via REM statement the values represents 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form (see attached file). Currently, these are the values represents in WebRetri...
8 months ago in Domino Designer / @Formulas 0 Needs Review

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.
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review