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 2923 of 8851

Allow Domino Java Agents to keep Java threads persistent as required to support JMS API message queue functionality

Java Message Service (JMS) API message queue functionality expects certain JMS threads to persist after initial invocation. By contrast, all threads created by a Domino Java Agent are terminated when the agent completes execution. No threads are a...
about 7 years ago in Domino 6 Under Consideration

notes objects serialization to/from json

please add classes and/or methods to convert notes domino objects into json strings and reverse
over 6 years ago in Domino Designer / LotusScript 4 Under Consideration

Implement and document NRPC so we can have SNI for Domino NRPC

Modern protocols running on TLS have SNI capability (Server Name Indication). We need to have the same capability for Domino NRPC. Use case: To have a single public IP listening 1352 and based on the server the client is requesting being connected...
almost 6 years ago in Domino / Administration 4 Assessment

Allow more web-like events on form fields

Would it be possibe to add (most of) the other field events to form fields, e.g. Click and DblClick? They could be very useful in various circumstances. Or implement (in JavaScript) form.field.addEventListener, so it can be accomplished using Java...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Implement RFC3501 (2003) for Domino IMAP

The Domino IMAP implementation was created using RFC2060 (1996). Other enterprise messaging platform like Exchange implemented RFC3501 long ago. The search on server by date is a must-have feature for IMAP clients, otherwise first time spent on sy...
over 5 years ago in Domino 0 Assessment

ical will drop description if the ical stream comes over with a large size (approximately 50KB)

If user send any skype meeting invite with more than 50 KB description, description is not visible in lotus notes client. I was able to reproduce the issue with notes client and domino version 11 as well. You will only see message "The text in the...
over 5 years ago in Domino / Administration 6 Assessment

excluding a folderlist from agent-manager

we have Folders with more than 10000 databases using same template with only local executable agents When we make code changes in the template, after update on these server AMgr reloads the Agent document on every database. We never run agents sch...
about 2 months ago in Domino / Administration 2 Needs Review

Missing AppDev Pack Java APIs to read plain text from RichText fields

In our product we are using rich text fields to store large bodies of text. We have to use rich text because non-rich text fields have a 32kb limitation on text they can store. Add support for reading and writing plain text to/from rich text items...
over 3 years ago in Domino 0 Under Consideration

Document that describes Domino HTTP security settings

There's a document created years ago: https://www.caicorp.com/2017/11/22/adding-security-http-response-headers-to-ibm-lotus-domino-server-to-get-an-a-rating/ HCL should have a similar document with more security settings.
about 1 year ago in Domino / Security 1 Needs Review

NotesDateTime initializing for midnight

Currently NotesDateTime cannot be initialized for midnight. The code dim date as new NotesDateTime("2024-010-10 00:00:00") call date.adjustSeconds(5) does not make any runtime errors, but the 5 seconds are just not added, because the date componen...
about 1 year ago in Domino Designer / LotusScript 4 Needs Review