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 3701 of 8910

Conflict handling - add an option to merge a field (especially document history fields)

Many developers add a "history" field in their applications to document when/who updated a document and what happened. This prevents the "Conflict Handling" form property "Merge Conflicts" option from working as there could always be a difference ...
almost 7 years ago in Domino Designer / LotusScript 4 Under Consideration

"GetDocumentByKey" is not giving search result when key has new line present in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) If the value of the "keyArray" parameter has a new line present in it, then the search does not give any results irrespective ...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Add SetColorForCell method for NotesRichTextTable object

Now we can use only Main Color and Alternate Color for all NotesRichTextTable
over 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Error handling: try.. catch java-style error handling in Lotusscript

Even javascript has this! java/javascript is like this: try { some lines of code... some code that erros } catch(error) { deal with error } With new Try Catch End Try block, Lotusscript could be .. Try Do this Do that Do another Catch <...
over 7 years ago in Domino Designer / LotusScript 2 Under Consideration

Identify which domino group is no longer used

No description provided
over 6 years ago in Domino / Administration 2 No Plans to Implement

Save View without updating Index (ie when saving action buttons or column titles)

When saving a view the index is updated, even when not needed. very slow for big views.
about 7 years ago in Domino Designer / LotusScript 1 Under Consideration

Delete NLO reference ticket from the database without deleting document for which NLO is missing

If NLO was deleted for a particular database and database contains document which still refer to NLO. We do not have option to delete that reference from database. We can delete complete document with fixup -d but we cannot delete reference NLO ti...
about 4 years ago in Domino / Administration 0 Under Consideration

C-API support for missing DAOS NLOs

Currently the only official way to list missing NLOs is levarging tell daomgr missing command.To allow better integration having C-API support for missing NLOs would be very helpful.Listing all missing NLOs with a call-back would be fine to allow ...
over 6 years ago in Domino / Integration 1 Under Consideration

Domino Volt - Dark Theme for IDE

Add option to change the appearance of the IDE and enable the use of the Dark theme.Working in the same way as other modern IDEs allow, such as Visual Studio Code, Eclipse, IntelliJ, etc ...
about 5 years ago in Leap 0 Under Consideration

Ability to get information about inline images in richtext in LotusScript

Ability to get information about inline images in richtext in LotusScript It would be useful if LotusScript could get inline image information in richtext. For example, the following information - Width size of the original image - Height of ...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review