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

FILTER BY CATEGORY

Domino Designer

Showing 201

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
over 2 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...
over 2 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...
over 2 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
over 2 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...
over 2 years ago in Domino Designer 0 Needs Review

New Option "Copy As Shared Field"

Rightklick on an Field, add the option "Copy as shared Field" as the same Option on a Column in an View.
over 2 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...
over 2 years ago in Domino Designer / @Formulas 1 Needs Review

Update the elements on every database sign

https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0087077 According to this article, there are no updates on the DB elements when subsequently sign by the same ID as Domino recognizes that there are no changes on who signed the...
over 2 years ago in Domino Designer / Views 0 Needs Review

Implement the constant "PROMPT_CHOOSEDATABASE".

PROMPT_CHOOSEDATABASE is an argument to the Prompt method of NotesUIWorkspace. According to the help, it says the following. -----From----- Note: The constant name PROMPT_CHOOSEDATABASE is not implemented but the literal value 13 can be used inste...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Lotusscript Method Names should allow more than 40 Characters

In writing clean explainable code (and we still have some Lotusscript code) it sometimes would be useful to be able to use more than 40 characters for a Method Name / Function. 64 characters might be a better limit. Currently an error is thrown: N...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review