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 2861 of 8853

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

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

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

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

Count in 'By Sender' view

Provide the number counts corresponding to each sender in the 'By Sender' view.
8 months ago in Notes 0 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

Make it easier to resize an image while maintaining its aspect ratio

To resize an image in a rich text field in edit mode, you must specify the width and height numerically in the properties, which makes it difficult to achieve the desired size in a single operation, and the operation must be repeated until the des...
about 1 year ago in Notes 6 Assessment

lotusscript functions to create sha256 sha384

With the new http and json classes a possibility to create sha256 and sha384 would be good to have natively in lotusscript
over 6 years ago in Domino Designer / LotusScript 2 Assessment