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

If then else shorthand like in java with some extras

I would like to have an if-then-else shorthand syntax like in java with a little bit of python spice. You all know the following syntax: condition ? expression1 : expression2 I do not stick to this exact syntax, especially because the colon is cur...
almost 2 years ago in Domino Designer / LotusScript 1 Under Consideration

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
about 4 years ago in Domino Designer / LotusScript 1 Under Consideration

A 'SelectedEntries' view property would be great

The views 'Documents' property only contains selected documents, as its name already says. But I know cases where one would like to have access to the categories, which were also selected by the user and secondly would it also allow to handle sepa...
almost 7 years ago in Domino Designer / LotusScript 1 Under Consideration

Email Reply with a Stationery

I would like to see the possibility to make an email reply with a stationary . At the moment, you can create an email with the stationery but the email address need to be enter again. I have a user that get a lot of external emails ... and need to...
almost 8 years ago in Notes 3 Future Consideration

Adding rich content is notesuidocument

I'm often facing problems when working with notes ui thru Lotusscript and I want to add rich content to a richtext field. we need functions for appending http, document, view and database links images changing font, Bold, Italic, underline, color ...
about 6 years ago in Domino Designer / LotusScript 3 Under Consideration

Additional feature to translate Anchor Link to HTML

Create a Notes URL in below format on some Page present in Notes Database. Ex --> http://<servername>/<DBname>/<viewname>/<ID> On click of this URL, notes document on browser will get opened. After the click, inst...
about 4 years ago in Notes 0 Future Consideration

Closing document with the "x" in the tab bar is not the same as hitting the ESC key

Query close: If Messagebox("Do you really want to close this document?", MB_ICONQUESTION + MB_YESNO) = IDNO Then Continue = False Close the document with the "x" in the tab bar Document closes > Messagebox appears > Answer YES Close the do...
over 5 years ago in Notes 1 Future Consideration

Show complete server name on workspace

Longer server names will not completely shown on Notes 12 Workspace. We have more servers with same names and added number, in this case we can't see on witch server database is
over 3 years ago in Notes 2 Future Consideration

I want you to be able to specify a URL as an image resource.

I want you to be able to specify a URL as an image resource. Currently, only "inline images" or images registered in the Notes Application are available. I want you to be able to set Internet images here.
about 6 years ago in Notes 1 Future Consideration

Make sending an email a background process.

When you are sending an email with a large attachment, it takes a long time before the client is responding again. It would be great that sending an email, performs in the background ( like Outlook :-( )
almost 7 years ago in Notes 3 Already Exists