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 283

Behaviour of "Prohibit Design refresh..." for new Views

This was introduced a while back, but before that it was different: now this option is enabled by default with newly created views. When you forget to disable that afterwards and you updated your app with a new template, this new view then won't b...
2 months ago in Domino Designer / Views 0 Needs Review

($PeopleGroupsFlat) view need check "Unicode standard sorting"

The address book picker uses the "$PeopleGroupsFlat" view in the address book. Register users with Traditional Chinese name in the "User Name" field of Person document. But this "$PeopleGroupsFlat" view was not check the "Unicode standard sorting"...
2 months ago in Domino Designer / Views 0 Needs Review

View with properties "Don't show empty categories" and "Show response documents in a hierarchy" should not display "Empty" categories

Suppose a view in an application is displaying main and response documents. The view has properties "Don't show empty categories" and "Show response documents in a hierarchy" set. Security access to main documents is controlled by Readers fields...
3 months ago in Domino Designer / Views 1 Needs Review

Create function notesuiview.selectdocuments(documentcollection)

Create a function that passing a documentcollection in a notesuiview this mark all the documents the collection there're in this view. Make a equivalent in Lotusscript this function that is in formulas select (form="XXXX") & (Field="YYYY")
2 months ago in Domino Designer / LotusScript 0 Needs Review

Option to prevent table column widths from expanding

When editing a document with a form that has a fixed width table with item names and input fields arranged, if a table or image that exceeds the column width is pasted, the column width expands and cannot be restored to the original column width u...
29 days ago in Domino Designer 1 Needs Review

Improve REST/JSON capabilities in LotusScript (e. g. for better use with HCL Volt MX Foundry)

We are using Domino LotusScript for many REST Requests to internal and external services, including HCL Volt MX Go Foundry as a services middleware for easier administration of services, easier configuration of auth services, also improving the ov...
4 months ago in Domino Designer / LotusScript 0 Needs Review

Improve NotesJSONNavigator

It would be great have additional methods in the NotesJSONNavigator. Besides the current AppendElement, AppendArray, AppendObject there should also be RemoveElement, RemoveArray and RemoveObject. It is currently possible to create, read and update...
9 months ago in Domino Designer / LotusScript 0 Needs Review

NotesDateTime initializing for midnight

Currently NotesDateTime cannot be initialized for midnight. The code dim date as new NotesDateTime("2024-010-10 00:00:00") call date.adjustSeconds(5) does not make any runtime errors, but the 5 seconds are just not added, because the date componen...
4 months ago in Domino Designer / LotusScript 4 Needs Review

Import Image Resource default to PNG

The Import Image Resource action should default to PNG. Or even better include, by default, all known images formats (*.gif, *.png, *.jpg, *.bmp). It'd be really appreciated since nowadays PNG is the standard.
3 months ago in Domino Designer 0 Needs Review

The maxdocs argument of the FTSearch method and the FTDomainSearch method should be changed to a long type.

The maxdocs% argument in the FTSearch and FTDomainSearch methods of the NotesDatabase class is not correct, being of type Integer This is inconsistent with the value that can be set for FT_Max_Search_Results in notes.ini
3 months ago in Domino Designer / LotusScript 0 Needs Review