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

All ideas

Showing 8851

Better syntax for Domino Query Language

Doing some tests with Domino Query Language at the moment. The language syntax is far from intuitive sometimes. Some examples: form = 'MProcessus' and (Active = 'TRUE' or Version = 0) is a correct query and delivers, Similar queries do...
about 6 years ago in Domino Designer 2 Under Consideration

Enable quotas on archive databases

It should be possible to enable a quota on a mail archive - for example via the Admin client, in the same way that quotas can be established on a local mail file
almost 7 years ago in Notes 2 Under Consideration

Ability to Reserve Rooms and Resources in a Single Reservation

Currently, we have created various resources (e.g., projectors, notebooks, etc.) in RnR. However, there is no option to reserve these resources simultaneously when booking a room. As a result, users must create two separate reservations—one for th...
8 months ago in Domino / Templates 3 Needs Review

Ability to upload attached files from Domino Volt to an external source.

My understanding is Domino Volt does not have a mechanism for uploading attached files from Domino Volt to an external source.That mechaneism is needed on Domino volt service and/or JavaScript using XMLHttpRequest or so. Use case:Domino volt provi...
about 4 years ago in Leap 0 Future Consideration

block emails coming from the Internet that have a null sender address (i.e. <>) in the “MAIL FROM” field.

block emails coming from the Internet that have a null sender address (i.e. <>) in the “MAIL FROM” field. we should configure our anti-spam gateway to check if the “MAIL FROM” header is the same as the email’s “From:” address for all incomin...
almost 7 years ago in Domino / Security 1 Under Consideration

Language Localization of Notes Client

IBM Notes is not translated to all languages, while some government companies require this. Competitor solutions are translated to all languages, even smal countries. It would be great to have Properties file where captions are stored to make ...
almost 7 years ago in Notes 1 Under Consideration

Allow add to item array of objects "NotesDateTime"

I want that code below will work correctly and in NotesDocument will store array of dates Dim ws As New NotesUIWorkspace, uidoc As NotesUIDocument, cdoc As NotesDocument Set uidoc = ws.Currentdocument Set cdoc = uidoc.Document Dim ndt1 As New No...
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

NotesEmbeddedObject add last modified property

Add a LastModified property to the NotesEmbeddedObject property. This will be useful for when you need to detect if a user has changed an attachment. The only other method of doing this is checking the name and file size haven't changed. The attac...
about 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Fix this lingering issue.... More than 64 columns in HTML table

The error outlined in http://www-01.ibm.com/support/docview.wss?uid=swg21096027 and https://www-01.ibm.com/support/docview.wss?uid=swg1LO56586 (More than 64 columns in HTML table) has been an issue with Notes for seemingly a decade. We cannot try ...
over 6 years ago in Notes 1 Under Consideration

Correction in Documentation for NotesQueryResultsProcessor is needed badly!

Online documentation list a method Set QRP = NotesDatabase.GetQueryResultsProcessor where it is Set QRP = NotesDatabase.CreateQueryResultsProcessor Offline documentation doesn't list that method at all under NotesDatabase... Same applies to Java d...
over 3 years ago in Domino Designer / LotusScript 0 Needs Review