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 on products and upcoming events around #dominoforever, please visit: HCL Domino Page


ADD A NEW IDEA

Clear

Pinned ideas

PINNED Use React components to render Notes applications
As a user I need Notes to open an application and show it using modern React based components, because it will look more modern, will be reactive to screen size, be better for accessibility, give us useful additional controls and allow us to contr...

Ideas

ability to programmatically navigate to a document in a view

I want to have the option to highlight a document in a view when I open the view e.g. in the postopen event I can use the document unid that I have set as environment property. the idea is to toggle between views but keep focus on a choosen / high...
almost 3 years ago in Notes 0 Needs Review

Break Long running lotusscript code

It would be good to have a way to break long running lotusscript code. Sometimes you get a long running lotusscript code that is blocking the client and you want to break it. It would be good to have some known keyboard sequence to press to break it.
almost 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Add Formula Language to search capabilities for Views

In the search for views, add the ability to use known Notes functions such as @name or @name([CN];@username()). Reason is if we have documents that are assigned or created by users and we want to create a PUBLIC SAVED search for users, we can just...
over 5 years ago in Notes 0 Future Consideration

Additional Entry for message usage report

This request will add the following field on the report generated by the server • How many employees (receipients) open/reading the email. • How many employees (receipients) not reading and deleting the email.
over 5 years ago in Notes 0 No Plans to Implement

Can we overwrite "Input validation" used in multiple fields in a FORM through some single liner code/

"Input validation" has formula present for multiple fields in a FORM. All these formulas get triggered before document could be saved. This is working as designed. Can we prevent all these formula from being executed through some one liner code or...
over 5 years ago in Domino Designer / @Formulas 2 Under Consideration

Delete Duplicate emails from mail database

There is a requirement to delete duplicate emails from Mail database. While copying and pasting the mail documents from one Archive Db to another, many duplicate emails got pasted in new database. The count for duplicate emails is on higher side t...
over 5 years ago in Notes 1 No Plans to Implement

Let "Go to last opened document" on notes view really work

When in the Notes View attributes the "Go to last opened document" is selected (instead of "Go to Last/First Document") what is highlighted is not the same document but the same past position in the view.For example, in my mail, if I select the fo...
almost 3 years ago in Notes 1 No Plans to Implement

Mail Rules to enable the scheduled delivery of copied messages

When the Router delivers an incoming message to the mail database, a Mail Rule can send a copy of the message to a specific address at the same time. I request Mail Rules to have an ability to add an action to send a copy of the messages at the sc...
almost 3 years ago in Notes 0 Future Consideration

The ability to launch entire views in a new window

Hi There are often times when you end up having to switch between different views to check something. it would be useful if you could have 2 or more views open separately so you can put them side by side can do your checking that way. You can have...
over 5 years ago in Notes 1 Future Consideration

The ability to disable notes cache to get objects by lotusscript

When retrieving a document in LotusScript, the cache may return an old document. For example , this problem occurs bt the following steps and codes. Codes: (Decralations) Dim doc as NotesDocumet (Click) Dim session As New NotesSessionDim db As Not...
over 5 years ago in Domino Designer / LotusScript 4 Needs Clarification