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

Pinned ideas

PINNED Domino Intelligence / Domino IQ
Adding AI to a Domino server Please add comments that tell us what use cases you would have for AI available from Domino. Here are some examples to get you started: Summarise long email threads Reply to email with AI Translate the email thread Hig...

Ideas

Showing 4109 of 8993

Add equivalent of @DbColumn/@DbLookup for single column lookups

NotesViewEntryCollection and NotesViewNavigator are great when you need to query a lot of columns per row, but if all the data you need is encoded in a single column, @DbColumn and @DbLookup are much faster. The Evaluate statement is a bit awkward...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Improve options in Domino Designer for creating fields for HCL Nomad and Notes Client

Improve features for creating fields in HCL Nomad and Notes Client: Text mask (using regular expression) set Maximum and minimum characters in field properties set Automatic capitalization in field properties option for Restrict character...
over 1 year ago in Domino Designer / ReStyle 1 Under Consideration

HTTP task : Better error reporting all round

"HTTP Web Server: IBM Notes Exception - A view of that name cannot be found in the specified database" - which view? "HTTP Web Server: Field content is too large for 32k limit" (can't remember the exact wording) - which field? "HTTP Web Server...
over 7 years ago in Domino 1 Assessment

Support for Transfer-Encoding: chunked

In order to integrate with some soap web service and other http-based integrations, this support is required. The problem was not resolved in the Domino V10 which we had hoped for.The problem applies to both the web service consumer and the provid...
over 7 years ago in Domino / Integration 0 Assessment

A formula or script function to get all groups a user belongs to

To have a native function to get all groups a user belongs to. For example being able to call @usernameslist with a username parameter.
over 7 years ago in Domino Designer 4 Under Consideration

Provide a better API for handling of RichText fields

The present API for handling and manipulating RichText fields is half-baked at best. Please provide better Navigation and manipulation. (Java)
over 7 years ago in Domino Designer 1 Under Consideration

Show and repeat the content of categorized columns when the user clicks a column for sorting

Currently, when clicking a column header to sort in a view, categorized columns are empty. This confuses users, and they lose the context of the documents. Showing them would help a lot. if, for any reason (I don’t see any) hiding them (like it is...
over 7 years ago in Domino 0 Under Consideration

Make new Lotus Script function "ShellAndWait"

The existing shell functions only call the external target but do not wait for its ending. It runs asynchronous. Therefore it would be great if there was an additional Script function which wait for the called program to end. Mark Reiser, sirius...
over 6 years ago in Domino Designer / LotusScript 4 Under Consideration

Dark mode for Designer

Working in an IDE with dark colors is a lot more friendly to the eyes than light colors. For inspiration: just look at VS Code. There have been some attempts (https://www.intec.co.uk/eclipse-color-themes-and-domino-designer/), but would be good to...
over 5 years ago in Domino Designer 1 Under Consideration

Improve Alternate from feature mail-in database lookup

The code in the Entering event of the IsMailInDB item in the CalendarProfile form should be improved. I have cases where db.Server is not returning CN=ServerName/O=Org but just ServerName/Org, thus this comparison is going to fail: If (MDBdoc.Mail...
almost 2 years ago in Domino / Templates 0 Needs Review