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 436 of 8846

PROMPT_YESNO default "NO"

The NotesUIWorkspace methode PROMPT_YESNO (2) add the Option default that we can set it to "NO"n And make it also with @Prompt available
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

The ability to disable notes cache to get objects by lotusscript

When retrieving a document in LotusScript, the cache may return an old document. For example , this problem occurs bt the following steps and codes. Codes: (Decralations) Dim doc as NotesDocumet (Click) Dim session As New NotesSessionDim db As Not...
almost 5 years ago in Domino Designer / LotusScript 4 Needs Clarification

HEI should issue multiple row updates in one connection to improve latency

When all servers (Domino, HEI & SQL) are either on the On-Premise or on the AWS instance, then there is good latency seen while doing SQL based activities. However, when Domino & HEI are on the AWS instance and the SQL server is on the On-...
almost 5 years ago in Enterprise Integrator 0 Under Consideration

Build a special Tibero connector for HEI

build a special Tmax's Tibero connector for HEI https://www.tmaxsoft.com/products/tibero/
about 5 years ago in Enterprise Integrator 0 Under Consideration

Lotus script method to get the size of ACL entries in a database

As of now there is no way to check the size of ACL entries on a database. It would be helpful to have a method to get the size of ACL entries on a database. We can avoid the limitation of 32k for ACL entries by using groups or wildcards in ACL, bu...
about 5 years ago in Domino Designer / LotusScript 1 Needs Clarification

Source code compare feature

When i develop code with many developers. I want to compare source code change line by line. It will reduce a lot of time to fix the program.
over 2 years ago in Domino Designer / LotusScript 3 Already Exists

I don't know how to use CancelSendOnMissingKey

I do not understand how to use CancelSendOnMissingKey of NotesDocument class.Set True to CancelSendOnMissingKeyWhen I send an email, I get error number 4000, but I want another number. I wrote my findings on my blog.Please refer to it.https://guyl...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Encoding directories on Mac client

Using the dir$ statement on a Mac, characters are being encoded in a certain type of UTF-16. Using this encoded string does not work for Open statement. LotusScript should use encoding/decoding consistently
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Require HEI Image on Docker platform

Currently, HCL has released docker images for Traveler and Domino volt. There is no such docker image available for "HEI". Please consider in future.
almost 3 years ago in Enterprise Integrator 1 Under Consideration

Format function does not return four-digit year if year number is in three digits.

Format("111/02/03", "YYYYMMDD") Format("0111/02/03", "YYYYMMDD") Format("0111-02-03", "YYYYMMDD") The three LotusScript results above are "1110203". The year was 3 digits. The requested result is "01110203", a four-digit number with leading...
about 3 years ago in Domino Designer / LotusScript 1 No Plans to Implement