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

Ideas

Showing 846 of 9007

Add global variables to LotusScript similar to Session Scope variables like in XPages/SSJS

Inside databases you can use profile documents or named documents, but there is no way to set options globally - except the so called "environment" (notes.ini) which causes a lot of problems.
almost 4 years ago in Domino Designer / LotusScript 0 Needs Review

Printing with system combo-boxes should not change column sizes in print-view

Printing with system combo-boxes should not change column sizes in print-view. The combo-box are enlarged to the largest selectable value resulting in changing the size of table columns. Just show the value without a control and just as text for p...
3 months ago in Nomad / Nomad (Web) 0 Future Consideration

Improve the formula editing window

In HCL Nomad Designer and Domino Designer, improve formula editing window, including dark theme option, line number, syntax color, autocomplete, text wrapping and full screen opening.
about 2 years ago in Nomad / Nomad (Web) 0 Future Consideration

Support LotusScript NotesSession.internethostname and NotesSession.internetdomainname

With IDMA and LotusScript addition of NotesHTTPRequest, the ability from a local replica on IDMA to call a REST service on the server replica is useful. But it's important to have the host name and domain name, and ideally the port (although that ...
almost 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Improve setting headers and footers when printing documents

Setting headers and footers in the form properties is very limited. A simple requirement like this ID: xxx |SPACE_BETWEEN_LEFT_AND_CENTER| Customer: yyy |SPACE_BETWEEN_CENTER_AND_RIGHT| Page: 1 of 5 can't be set as a header right now, as you can't...
over 3 years ago in Domino Designer / LotusScript 0 Needs Review

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

Option to avoid horizontal scrolling

When scrolling on a document on a mobile device, the document can also be scrolled sideways, even if the design is made for small screens Provide an option to prevent sideways scrolling
almost 6 years ago in Nomad / Nomad (Android) / Nomad (iOS) 0 Needs Review

Imported attachment icons specific to the file type

When an attachment is imported into Nomad it should show icon corresponding to file type instead of paperclip icon.
over 3 years ago in Nomad / Nomad (Web) 0 Future 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...
about 6 years ago in Domino Designer / LotusScript 5 Under Consideration

Improve Notesitem.text functionality to get all body content of a mail with forwarded mail

In an application, the content of the mail body is read with the help of item.text and written to another document. For some mail body with forwarded mails, the body is not read completely. Sample code: dim bodytext as string dim item as...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review