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 1601 of 8862

Auto-disable broken mail rules

Inattentive users often have broken rules in their mailboxes: - move the incoming mail to a nonexistent folder that has been deleted or renamed - conflicting rules with the same criteria - prohibited sending a full mail copy to external domains ...
almost 7 years ago in Domino / Administration 1 Under Consideration

Easy way to set Template Version

Template Version 10.0.0 and Date is set in some $Icon design elements accessed only by scripts. should be a way to do this more friendly or even turn on Automatic numbering/build version
almost 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Define design upgrade for databases

As an administrator I had to realize during the TOTP configuration that the IDVault database has not received any template updates since its creation (9.0.1). From the support I got the answer ".. that we have to upgrade manually the design of IDV...
over 2 years ago in Domino / Administration 0 Under Consideration

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
over 3 years ago in Domino Designer / LotusScript 3 Needs Review

Domino LDAP support openldap format

When i use third party integrate with domino eg. nextcloud file share. I found error when i use next config to connect with domino ldap but active directory can work properly.
about 4 years ago in Domino / Administration 1 No Plans to Implement

Make LotusScript Instr faster for iterating thru all matches in a long string

The current algorithm for Instr is very inefficient. If you give it a starting position for the search, it doesn't actually start searching at that location. Instead, it searches from the beginning of the string, and each time it finds a match, ch...
about 7 years ago in Domino Designer / LotusScript 1 Under Consideration

V10 Bug: Cannot open Script Libraries or XPages after editing Notes native element (like form or view)

Bug exists since V9 FP10 IBM Case Number TS002160381 When working on LotusScript / JavaScript / Java-Libraries or XPages with Domino Designer every now and then I need to check some fields in a form or view columns to ensure that I get the corr...
over 6 years ago in Domino Designer / LotusScript / XPages 4 Under Consideration

Add status field (Active/Inactive) to Person document

Many staff are contracted as a fixed term hire on a repeating basis. (i.e. hired for a fixed period of time e.g. 3 months each year) The ability of a Domino Administrator to be able to change the status of a person from Active to inactive inactive...
about 7 years ago in Domino / Administration 7 Under Consideration

Increase Noteslog limit

Currently Agent Log can hold only 64KB of information. When the information written to it exceeds this limit, the following message is displayed and the agent stops running: Error executing agent <agent-name> in <database-name>. Memory...
over 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Parameter for view.getDocumentBykey specifying the sort column of the view.

The View class getDocumentBykey searches within the first sort column of the view. For this reason, getDocumentBykey requires a separate view for each sort column. if one view has two sort columns, we want to specify the second sort column.
about 3 years ago in Domino Designer / LotusScript 0 Needs Review