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 1201 of 8908

Request to have user's rank/title display on emails and type ahead

We would like a title field to be added to display the rank / title along with the user's name. This would work for both the email field and type ahead, so titles can be searched instead of the name. Currently the format for emails is (First Nam...
over 1 year ago in Verse / Verse on Premises 0 Future Consideration

Option to make the verse app to the default mail app on iOS

create a mail form other apps on iOS always opens the native iOS mail client
over 5 years ago in Verse / Mobile (iOS) 1 Planning to Implement

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

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

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...
about 1 year ago in Domino Designer / LotusScript 1 Needs Review

PicklistStrings using data array instead of documents

It would be very helpful to have the ability to let the user pick one ore more data sets out of given tabular data presented based on a view or folder design. The data maybe provided as multi dimensional array, some kind of key/value sets or maybe...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Incorrect notification when "Empty trash" that has 20k documents in Verse

To make the Verse user understand that there is a limit to the number of mails that can be deleted in the Trash at one time. Because a user tried to empty his trash that has 20k documents and receives the notification "Your messages were not perma...
6 months ago in Verse / Verse on Premises 0 Future Consideration

Add support for iPadOS and Android running on a tablet device for HCL Verse

According to the following System Requirements, iPadOS and Android running on a tablet device are not supported for HCL Verse. KB0099020 HCL Verse 3.0 System Requirements https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB00990...
over 2 years ago in Verse / Verse on Premises 2 No Plans 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() ...
over 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
almost 7 years ago in Domino Designer / LotusScript 2 Assessment