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 3048 of 8855

Ability to switch to Notes Client if LotusScript Debuger is open

No description provided
about 7 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

Get parameters in a notes: link

Given a notes-link, like notes://server/database/form?openform&somefield=1, could you make it possible to transfer parameters in the Query_String, in this case getting the value of somefield ? In other words, can you implement that a notes-lin...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review

Increase the maximum length of the lotusscript identifier

The maximum length of a LotusScript identifier is 40 characters. If LotusScript is generated from a Web service WSDL file, longer identifiers may be generated. E.g. because the names of the generated constants for enum are composed of two names fr...
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Add option to authenticate in Foreign SMTP Domain

If I want to route a mail to a certain SMTP Domain to another host than my other smtp mails are routed to, I create a "Foreign SMTP Domain". Unfortunately I cannot add authentication information to it. The only way for authenticated SMTP Relaying ...
almost 5 years ago in Domino / Administration 3 Assessment

Integrate application lifecycle management features for templates and apps

Development, deployment, versioning and keeping track of changes in Notes applications is a highly manual process. The git integration in the designer client is useful but not 100% working. Domino administrators need better tools to manage proce...
almost 6 years ago in Domino / General 1 Assessment

When a person or Group added to ACL, it is always unspecified while user type is known when selecting from NAB

When we add entry to ACL, we have directory and we see user type, User, Group, Server, but when Added to ACL we should always set this from UNSPECIFIED to proper type again. seems few lines of code will make it for friendly
over 7 years ago in Domino / Security 0 Under Consideration

Central logging for all password changes

Have a central logging for all password(Notes and Internet) changes on the whole environment. It should contain the username, date/time, how was the password changed(note client, web, etc.), and where it was changed(IP address). This way we can tr...
over 1 year ago in Domino / Security 2 Needs Clarification

Allow JVM Java Debug permanently activated - or add HTTPJavaDebugOptions parameter only for http

Background for our request: We develop XPages-based CRM applications with a large Java framework with our development team. Up to Domino 10 we have used the Java Debugging on a regular basis many times a day, therefore on all of our development se...
over 5 years ago in Domino Designer / Debugger 0 Under Consideration

Preserve java.pol when upgrading Domino

When updating Domino server (windows), custom java.pol gets deleted. This is verified on update to 12.0.2. We need these files to be preserved when updating. When applying fixpacks the files are not affected
over 2 years ago in Domino / Administration 0 Under Consideration

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and finds the...
5 months ago in Domino Designer / LotusScript 1 Needs Review