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 3103 of 8861

Fix the LS2J bug "Error loading USE or USELSX module.." It has been around forever!

When using LS2J often you will get the error "Error loading USE or USELSX module.." at UseLSX "*javacon" in LotusScript in the Designer. There is no error! ... but the Designer reports an error and you can not compile. It is very annoying because ...
over 7 years ago in Domino Designer / LotusScript 5 Under Consideration

Add Session.setReuseDocumentHandles(boolean) to prevent Java API from reusing handles of open documents

When opening a document in the Notes Java API (Notes.jar), there's an internal logic to check whether that document has been opened and not recycled before. So for example in this snippet Database db = session.getDatabase("Server1/Org", "test.nsf"...
about 3 years ago in Domino 0 Under Consideration

Delete FTI / Full Text Index using command line or Program Document

User would like to delete the Full Text Index using command line or Program Document before running a compact -Replica (rebuild of db)
about 2 years ago in Domino / Administration 4 Needs Clarification

Prevent "empty trash" for mailboxes - Mimic SmartCloud Behaviour

SmartCloud has a feature which allows mailboxes to prevent "empty trash" and allows documents to be finally deleted only after the soft deletion time expires. This feature reduces the need to have an "mailbox restore" request for users that dele...
over 5 years ago in Domino / Administration 2 Assessment

Select Multiple Documents in the view using LS

It will be very helpful if I can use something like: NotesUIView.SelectDocuments( coll as NotesDocumentCollection ) which marks all documents from the collection with selection marks.
over 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Add the reservation's description to the R&R views

When a power users manages the R&R reservations he/she cannot see why the reservation (description field named 'Purpose') has been made unless opening each one of them. Yes, you can add it yourself as a column, but you are then modifying a sys...
almost 2 years ago in Domino / Templates 0 Under Consideration

Let DQL include $Fields in queries

A lot of internal states and information in a Domino App lives in $-Fields in Documents. Currently, DQL does not support those in a query so we can't e.g. de-select replication/save conflicts or select only documents that have attachments or docum...
almost 5 years ago in Domino 1 Under Consideration

Allow mail soft deletions (trash folder) to replicate to other servers

If you create a mail replica on another server the soft deletions (trash folder) do not replicate. It makes sense that all documents should replicate regardless or not if they are in the Trash folder.
almost 6 years ago in Domino / Administration 1 Under Consideration

Make new methods in NotesView Class named view.refreshIndex and view.rebuildIndex

As the existing method NotesView.refresh does NOT refreshing the views index but just updates the in-memory object data with the current view index, I´d wish there was a script method which would really refresh/rebuild the views index. In additi...
almost 6 years ago in Domino Designer / LotusScript 5 Under Consideration

About ReadEncoded method of NotesStream class

I have heard that there is a bug in the ReadEncoded of the NotesStream class. Please fix it and release it to the public.
over 1 year ago in Domino Designer / LotusScript 1 Needs Review