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 3063 of 8858

Sort all lotusscript Classes, Subs and Functions alphabetically in the Objects pane

Instead of the current spiffy random order
over 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Add method overloading to LotusScript

We've only been asking for this since 1995 ... In OO languages you can usually create more than one method with the same name, but different signatures, that is different sets of parameters. This is called method overloading. This way you could ...
over 7 years ago in Domino Designer / LotusScript 3 Under Consideration

Automatically synchronize Journal/Notebook to MailDB via Replicator (like Contacts).

As it can be very useful to have the locally stored Journal/Notebook (journal.nsf or notebook.nsf) also synchronized to the MailDB so that it can be used in iNotes or on mobile devices via IBM Traveler, it would be fine to have a setting "Synchron...
over 7 years ago in Notes 0 Assessment

Support for proxy set at Windows O.S. level

Customer added iCal feed at his calendar. But it gives the error "java.io.IOException: For input string:"//http-proxy-2.acme.com" . 1) At Windows 11 O.S. proxy server is defined as "http://http-proxy-2.acme.com". 2) If proxy is set as "http-proxy-...
8 months ago in Notes 0 Needs Review

Need modify the font size for Notes menu/button

Notes menu/button font size are so small for some users, refer the screenshot. And there is on option to modify this settings.This is too inconvenient for many users So some users have to adjust from OS, such as Change the size of text,apps, and o...
8 months ago in Notes 0 Needs Review

Make a Lotus Script equivaluent for the Formula command @SetHTTPHeader

Unfortunately currently there is no way to set HTTP Header variables from a WebQueryOpen Agent being called from a web form. There should be a new command like this: Call session.setHTTPHeaderVariable(name, value) Also this should be working in We...
12 months ago in Domino Designer / LotusScript 1 Needs Review

add parameter for db.CreateCopy to remove template inheritance

if there could be a parameter to remove/blank out the "inherit design from template" when using db.CreateCopy it would help (or create a 'set' method to it in the NotesDatabase class of Lotuscript). This would benefit when using a DB as a starting...
12 months ago in Domino Designer / LotusScript 2 Needs Review

File name length limitation for Notes on MacOS

For Notes on MacOS, there is a limitation of 63 characters for file name length when used in LotusScript functions like DIR or KILL. There is no such limitation for Notes on Windows OS. Request to remove the limitation or increase the length limit...
over 1 year ago in Notes 2 Needs Review

Add an AutoUpdate function to the client that is working - like Chrome or Firefox autoupdate

I know there is Smart Upgrade out there. But build in an autoupdate function that is working. Add the Notes for Mac client for example to the Apple Mac Appstore, like it will be done for HCL NOMAD (Domino Apps iPad). posted by Detlev Poettgen - ...
over 7 years ago in Notes 2 Planning to Implement

Resizable arrays (lists) in LotusScript

There should be a class similar to Java's ArrayList, a resizable array to put elements into it with methods like: list.add(Variant item) list.isEmpty() list.Iterator() list.removeAt(int index) list.remove(Variant item) list.size() ...
about 7 years ago in Domino Designer / LotusScript 2 Under Consideration