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 3624 of 9011

More than crud for Node.js

The Node.js api is today only crud operations but we need more. If this is to replace XPages/Java or Lotusscript as a full development language for Domino and not only as an addon. We need a full Domino api implementation for Node.Js. We need more...
about 7 years ago in Domino 1 Under Consideration

Support LDAP RFC2307 schema

Domino LDAP is way behind current LDAP standards. At a minimum support for RFC2307 is required. This would e.g. allow for integration into SSSD on linux operating systems.
over 7 years ago in Domino / Administration 0 Assessment

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 ( ...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

AUT integrates with MarvelClient Upgrade

It would be great if AUT integrated with MarvelClient Upgrade, so the tools work together instead of possibly conflicting with each other. Both HCL and panagenda, and most importantly the users would greatly benefit if Upgrades are easier to manag...
about 2 years ago in Domino / Administration 1 No Plans to Implement

Log IP-address in mail header of sending client

For SMTP server it would be helpful to have senders IP-address in the mail header (iNotes, Verse). If mails are beeing sent outside the company, the IP-address can be checked. This would allow to block mails sent from untrusted IP-address ranges (...
over 6 years ago in Verse / Verse on Premises 2 Future Consideration

Domino Backup Restore - support TRANSLOG_RECOVER_PATH without deleting files after restore

There is a notes.ini setting TRANSLOG_RECOVER_PATH which can be used in combination with the DBRECOVER_ALT_RETRIEVE_PATH option to allow to store temporary TXN files on restore into a separate directory. There are backup solutions, which allow to ...
over 6 years ago in Domino 0 Under Consideration

Add Ability To Set Secure Cookie Attribute To Domino Server

Can the ability to set the Secure cookie attribute be added to the HCL Domino server? This could be done similar to the SameSite cookie attribute that was added to Domino version 12.0.x. Most HTTP servers provide the ability to set the Secure cook...
almost 4 years ago in Domino / Security 4 Already Exists

Property to check what is the default view of domino application

Please add a property to easily find out what the domino application's default view is. Currently, I am getting all the views using the Views Property of the NotesDatabase class and inspecting each NotesView using the IsDefaultView property, but t...
over 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Domino file types and file extension information requested with respect to Anti Virus

There is no official document which lists all the used file types in Domino. Specifically there is no official information which describes the exclusion list for virus scan programs which runs on the OS. If there is no official statement nor docum...
over 6 years ago in Domino / Administration 2 Under Consideration

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 ...
about 2 years ago in Domino Designer / LotusScript 0 Needs Review