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 1409 of 8869

Allow user to hide or show specific columns in a view

I'd like to add columns to a view that are invisible at first, but the user can make them visible, by right-clicking a column header and selecting visible columns. Just an example: in the catalog.nsf database, there is a field DbSize that I'd like...
over 3 years ago in Domino Designer / Views 2 Needs Review

Allow @MailSend to set scheduled messages delivery

Allow @MailSend to set messages scheduled delivery, such as add a parameter of "$SentAt" to enable delayed messages delivery.
over 2 years ago in Domino Designer / @Formulas 0 Needs Review

Include Export in App history

The feature request harmonises with LEAP-I-82 namely can we please have a history entry if the app has been exported.
5 months ago in Leap / Documentation 0 Needs Review

Display in Designer current amount of input widgets per form

Given there is a limit on the number of input fields per form / app, it would be nice for app developers to see the current number of used fields and make pre-emptive decions ie.e. secondary app or additional form should the 500 target be approach...
5 months ago in Leap / Documentation 0 Needs Review

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 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Display in designer the number of input widgets used in each form in the app

Given the limit of input fields that may be used in each form (I believe to be 500), it would help app designers if they could see just how many input fields are currently assigned to the form. This would help the app designer to plan and help pre...
5 months ago in Leap / Documentation 0 Needs Review

Give a Designer tab a different colour when the file is modified

When I modify a file in the Designer, the only visual change to the screen is a tiny asterisk in a corner of the tab. It would be a great help if there were better visibility of a file that's been modified but not saved.
over 6 years ago in Domino Designer 1 Under Consideration

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 4 years ago in Domino Designer 2 Under Consideration

Clearing the application list in Domino Designer is only possible by selecting each application Mutlyple cannot be selected

When using Domino Designer,the current situation is as follows: 1) In the application List on the Left hand side Select database for removal.2) Right click and select Remove. I hope to remove multiple applications in one instance.
over 6 years ago in Domino Designer / Views 1 Under Consideration

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412. If a field with the given name does exist in the fo...
over 4 years ago in Domino Designer / LotusScript 0 Needs Review