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 1288 of 8992

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

Enablement "Out of Office" notification without end time

In HCL Verse Mobile you have the option to enable the OoO notification for an infinite time. This would be very helpful to also have this option also in VoP and maybe also in HCL Notes ?
over 1 year ago in Verse / Verse on Premises 0 Future Consideration

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

Increase the recursive calls stack size limit on 64-bit systems

The current limit of recursive calls (recursion level for a given LotussScript function) in 32-bit/64-bit system is 32Kbyte stack size: https://help.hcltechsw.com/dom_designer/12.0.2/basic/LSAZ_LIMITS_ON_COMPILER_AND_COMPILED_PROGRAM_STRUCTURE.htm...
about 3 years ago in Domino Designer / LotusScript 2 Needs Clarification

NewInstance parameter needs to recognized in notesUIWorkspace.EditDocument method

>>>>>>>Observation Scenario for Target and Pointer database setup: 1. Target database - It contains user records with some basic user information. 2. Pointer database - It contains pointer documents. After creating some user r...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Allow different from address

In the Notes mail template, you have the option to change the from address for outgoing emails based on the addresses available in your person document in the Domino Directory. I would like to have the same option in the verse android client, curr...
over 1 year ago in Verse / Mobile (Android) 0 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
about 7 years ago in Domino Designer / LotusScript 2 Assessment

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

Show LotusScript functions or subroutines that are not called.

No description provided
over 7 years ago in Domino Designer / LotusScript 3 Under Consideration

NotesDateTime initializing for midnight

Currently NotesDateTime cannot be initialized for midnight. The code dim date as new NotesDateTime("2024-010-10 00:00:00") call date.adjustSeconds(5) does not make any runtime errors, but the 5 seconds are just not added, because the date componen...
over 1 year ago in Domino Designer / LotusScript 4 Needs Review