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

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...

All ideas

Showing 8486

Encrypted / masked fields depending on rights

We have the possibility to encrypt fields in the client but it would be good to have a field type that can't be viewed from the property box of documents that will mask the data except if you have the rights from a role, group or directly and sett...
almost 6 years ago in Domino Designer / @Formulas 2 Needs Clarification

Allow to customize the http error 500

When customer follow below method to disable customer access one db from browser: Enable the Don't Allow URL Open setting in Database Properties > Basics tab. When this property is set, the following error is displayed: "Error 500 HTTP Web Serv...
over 5 years ago in Domino / Administration 0 Under Consideration

Password reset and password forgot template with notes and web

Cloud you please provide password reset and password forgot template with notes and web. Password reset with secret question.
over 5 years ago in Domino Designer / LotusScript 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 2 years ago in Domino Designer / LotusScript 3 Needs Review

Shared Mail-in Database Inbox does not Refreshes Automatically in notes client

is there any way to refreshes shared Mail db automatically in notes client
about 4 years ago in Notes 0 Needs Review

Option to disable creation of private folders

For auto template updates are private folders in mail dbs not so funny. So i would like to get the option to disable it for the users. For example in the mail template. Otherwise i would like to get a view or something else in the admin client whi...
about 6 years ago in Notes 6 Under Consideration

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 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Add install option to install/uninstall for Fix Packs/Interim Fixes

The customer request us to add install/uninstall flag to Fix Packs/Interim Fixes installer's option. Currently, If customer want to uninstall FP from their env, he should launch installer again. However if version does not match, FP installer auto...
almost 5 years ago in Notes 1 Under Consideration

Remove User Roles Limit

When I use roles to control permissions on some application menus and features.The role limitation is a maximum of 75 roles. It is not enough for some applications. Please remove this limitation.
almost 2 years ago in Domino Designer / @Formulas 1 Needs Clarification

Missing documentation for NotesDominoQuery class

Currently working my way through DQL and QRP topics. Tried to get a catch on NamedResults and was wondering for a couple of days why I couldn't get it to work: I'm working on a simple query like Set nQuery = myDb.CreateDominoQuery() sQuery = "task...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review