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 767 of 8849

GetThreadinfo(LSI_THREAD_CALLMODULE) should return the name not any internal address

It would be great if the LS GetThreadinfo(11) command would return the calling modul name instead of an internal cryptic string number string like in example "*F134C18". This would allow to write a much better error handling routine and would also...
over 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Discussion template suitable for Nomad (Mobile/Web)

Traditioanl discussion template is old hashoned and ancient style. I suggest adding new and modern template for mobile use and web too to use with Nomad Web and Mobile.
over 4 years ago in Nomad / Nomad (Web) 4 Under Consideration

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

New features in Domino Designer to develop mobile applications on HCL Nomad

My idea is a new perspective for development with a focus on HCL Nomad, with preview features for IPad, IPhone, Android. New components: pen input, slider, rating, and easier to develop, allowing to edit and format the code, like a DXL panel, simi...
over 5 years ago in Nomad 3 Under Consideration

Enable an appropriate action when HCL Nomad displays phone numbers and e-mail addresses

As a Nomad user, I would like to start phone calls or send email by clicking the entry in the document or in the Nomad view representation.
almost 6 years ago in Nomad 0 Under Consideration

Programmatically resize photo quality for device-captured attachments

We need to add photos captured from the iPad camera to documents in a Domino app. But there will be hundreds of thousands of photos over the course of a year. The native iPad camera will generate a 3MB file for each photo. The database will be hug...
almost 7 years ago in Nomad 2 Assessment

Transactional Logging via LotusSript TransactionBegin, TransactionCommit, TransactionRollback should work together with dialogbox of NotesUIworkSpace class

In LotusScript, following error is thrown if dialogbox of NotesUIworkSpace class is used after TransactionBegin of NotesDatabase class, then execute TransactionCommit or TransactionRollback: "TransactionBegin must be called before other Transactio...
8 months ago in Domino Designer / LotusScript 1 Needs Review

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

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