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

Clear

Ideas

Showing 86

Provide properties to control field appearance depending on whether user can edit a field value or not

Currently, we often need to create 2 fields on a form (with different hide when settings) when using field types Date/Time (with picker control), Checkbox, Radio button, etc. because when the document is being read we simply want to display the fi...
over 6 years ago in Domino Designer / @Formulas 0 Under Consideration

New API to search database incrementally and return note ids and summary data

The C API contains a very powerful undocumented method NSFSearchExtended3 to search for documents in a database using a formula, apply a filter to the documents to be scanned (e.g. an IDTable to search a subset of documents only or a filter to sea...
over 6 years ago in Domino Designer / Java 0 Under Consideration

Add new formula command @InPreviewPane

Equivalent of NotesUIdocument.InPreviewPane This can be used in form formulas to determine which form to use. e.g. display a different form in the preview pane to one that is used when the document is opened from the view. Yes you can use hide whe...
over 5 years ago in Domino Designer / @Formulas 0 Under Consideration

Add an @Formula equivalent of LotusScript's LenB

It's currently impossible to tell how many bytes a string will take up in formula language, which makes it even more difficult to work around the 32k field limit / 64k computed text limit. The encoding used for this function should match whatever ...
about 5 years ago in Domino Designer / @Formulas 0 Under Consideration

Add InternetAddress and ShortName as new parameters for renameNotesUser method in AdministrationProcess class

Renaiming a person using the Admin Client, the old ShortName and InternetAddress is moved to the FullName item in the person document. When you rename a user programmatically with LS or Java, there is no method available with the same functionalli...
about 2 years ago in Domino Designer / Java 0 Under Consideration

A property to change the colour of a tab opened on the workspace and cherry on the cake display Db icon in small format

Users often end up with multiple pages open. The name that the programer decided to show - or the default one - gets cut down, making it difficult to find a specific tab. Furthermore, when one has multiple processes going on, finding the important...
over 5 years ago in Domino Designer / @Formulas 3 Under Consideration

Add sort option to "Use Access Control List for choices" in dialog list field

Add sort option to "Use Access Control List for choices" in dialog list field. Currently there is no sort option. They seem to be listed in the order they were added. Steps: create a new field in a form and change field type to "Dialog list". sele...
about 5 years ago in Domino Designer / @Formulas 0 Under Consideration

Make it easier to work with lists in @Formula

make it more easy in @Formula to work with lists/multi-value fields in @Formula similar to javascript/java e.g. "add"/"push", "remove"
almost 6 years ago in Domino Designer / @Formulas 1 Under Consideration

Support for Web Service "choice" WSDL Schema element

Several standard elements like the Choice element in the WSDL Scheme are not supported as is. The following elements are not supported it seems: any element anyAttribute element choice element redefine element sequence element unio...
over 6 years ago in Domino Designer / Java 0 Under Consideration

Add an @Formula to transpose a list interpreted as a matrix

Lists in formula language are 1-dimensional, but sometimes the data will be interpreted as a matrix (e.g. the elements of a table). An @Formula to transpose the entries of a list by interpreting it as a matrix would be very useful for situations l...
about 5 years ago in Domino Designer / @Formulas 3 Under Consideration