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 265

Add optional "comment" parameter to (Notes)DominoQuery createIndex method

To identyfy views/indexes that have been created programmatically using the createIndex method of the (Notes)DominoQuery class, an additional (optional) parameter is needed in the createIndex() method. The parameter can be used to add a comment to...
over 4 years ago in Domino Designer / LotusScript 0 Needs Review

DLAU and multiple external address books

DLAU supports estimating CCX user Licenses for accounts found in external addressbooks.Here I found some optimizations: DLAU does only look into Directory Assistance configured on the Administration Server for additional addressbooks. Member serve...
about 1 year ago in Domino / Administration 0 Needs Review

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Improve "Automatically Add 'Option Declare '"

It just doesn't work right, this option, especially when I have to update an older form that didn't have the Option Declare in it. The code in a button on the form contained a non-declared variable. Customer not happy, me not happy. I don't even w...
about 3 years ago in Domino Designer / LotusScript 2 Needs Review

Make view OnSelect event work for an embedded view from a remote database

The view Onselect event works in embedded views from the same database but not remote databases. Onselect can be used to return selected document IDs in the embedded view to the parent NotesUIdocument. It would be great if this functionality was e...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

New field type "Source code"

In some cases it is useful to store lotusscript in a text-/richtextfield in a notes document. This source code then is used to execute from a compiled script. This generally works fine. It would be very helpful if a new field type "Source code" (o...
over 3 years ago in Domino Designer / LotusScript 1 Needs Review

Domino COMPACT task should handle FILE-FRAGMENTATION like DBMT does

As of today, the Compact task actually worsens the file-fragmentation of the database file when doing a copy-style compact. Though, Domino knows very well how to compact with defragmentation : with the DBMT task. And now many admins are using the ...
about 1 year ago in Domino / Administration 3 Needs Review

Compact and fix open databases

The limit of not doing compact, fixup of open databases like log.nsf, domlog.nsf or names.nsf needs to be removed. When operating a critical server somtimes these operations needs to be done but downtime is often limited. a way to do these operati...
5 months ago in Domino / Administration 0 Needs Review

Create whitelist for IP addresses excluded from Lockout

There is a problem when a lot of users are connecting to Domino web server via same IP address (i.e. local WiFi) and Lockout based on IP address is set. That particular IP address will be locked out for all users. Often local WiFi is taken as secu...
over 3 years ago in Domino / Administration 0 Needs Review

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