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 260

please extend the NotesDocumentCollection class with a ".Search" method, in addition to the ".FTSearch" method

it is a great way to search a NotesDocumentCollection with ".FTSearch". With a ".Search" we could narrow down the search in the collection more precisely. And the same for a NotesViewEntryCollection - please ;)
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

RenderToRTItem should render all subforms used in a form

Currently, the RenderToRTItem method in NotesDocument class does not render subforms if the first line is hidden by a HideWhen formula. This is an unexpected behaviour.
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

Changes on the Java code called by ScriptLibrary do not reflect immediately

ScriptLibrary written on LotusScript is calling a method from a Java code - getVersion e.g. Print "Java version: " & reader.getVersion() If we append something else on the Java code for getVersion e.g. public String getVersion() { return "<...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review

LotusScript method PickListCollection should support accent sensitive sorting

When using LotusScript method PickListCollection to retrieve a document collection, the passed key does not use accent sensitive comparison. For example, in the NAB, Peter Salen/Company and Peter Salén/Company are two separate persons with uniq...
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

DQL / QueryProcessor : add a Count / Limit parameter to get only the first n result and optimise performance

Currently we get all the result in the executeToJSon or forthcoming view. Sometimes we only need the first results of a complex query and sorting operation. Returning only a subset of the result would help parsing / navigating view performance. As...
about 3 years ago in Domino Designer 2 Needs Review

DQL / QueryProcessor : executeTo "non materialized" view for optimal performance

The forthcoming executeToView method may create a "real" view which is very cool... but sometimes we only need results of our query but be able to navigate them like a view. Maybe an "in memory" or "non materialized" view could perform better if w...
about 3 years ago in Domino Designer 0 Needs Review

possibility of displaying a help line for actions onMouseOver

insert the possibility of displaying a help line for actions even when only show icon in action bar is not selected
about 3 years ago in Domino Designer / Views 0 Needs Review

Improved layout capabilities when designing forms

Designing good looking forms has alwas required a lot of work even with the latest improvement being tables that were introduced i R5(!). Even using tables and nested tables is a lot of work with table- and cellpaddings, margins, spanned columns a...
about 3 years ago in Domino Designer 0 Needs Review

Add ability to tables to change row color programmatically

We have several Tabbed rows that have fields on them. Some of those fields are mandatory. It would be nice to be able to highlight the row and change the color if one of these field is not filled in. Its a visual clue to the user that they need to...
about 3 years ago in Domino Designer / @Formulas 1 Needs Review

Refresh a document from an embedded view

When I make an emmbedded and I put in the code Dim ws as new notesuiworkspace set uidoc=ws.currentdocument call uidoc.refresh() The system crush and error lotus notes. In version 10 i've this error. Resolve this error.
about 3 years ago in Domino Designer / Views 1 Needs Review