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 8851

Dialog method to show DialogList Prompt of a field

Notes has a native dialog list field with options, which can be shown in a dialog by pressing the helper icon in the field or press enter if the field is focused. But there is no way to open this dialog by formula or lotusscript code. A way to ope...
about 2 years ago in Domino Designer / LotusScript 0 Needs Review

Give developers a more powerful base64 decoder/encoder

The built in decoder only works on a NotesStream, and it only works if its UTF-8 encoded. This is not insurmountable, I just have to get out of lotusscript and use some Java libraries with more powerful options. I'd rather do it in lotusscript tho...
about 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Password reset and password forgot template with notes and web

Cloud you please provide password reset and password forgot template with notes and web. Password reset with secret question.
about 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Support for double byte characters in NVARCHAR(2)

"Data overflow" error often appears while running HEI activity with Source as "Oracle" and Destination as "Notes". Log similar to below can be observed while running the HEI activity --> 2023/04/14 16:31:34 Activity started 2023/04/14 16:31:35 ...
about 2 years ago in Enterprise Integrator / Documentation 0 Assessment

Is HCL Enterprise Integrator supported on Docker Container?

Is there any documentation available to install the Enterprise Integrator into a Docker Container? Is it supported? If yes kindly share the steps/documentation --->As per updates on PRB0117957 HEI/LEI L3 suggested currently no option for...
over 2 years ago in Enterprise Integrator / Documentation 2 Assessment

RenderToRTItem should render all subforms used in a form

Currently, the RenderToRTItem method in NotesDocument class does not render subforms if the first line is hidden by a HideWhen formula. This is an unexpected behaviour.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Replace with Node-RED

Build as functionality for Node-RED. This may require routing some processes through NRPC or gRPC to avoid errors if agents are hidden from web. https://www.npmjs.com/package/node-red-contrib-odbc seems to cover ODBC integration. The format files...
about 7 years ago in Enterprise Integrator 2 No Plans to Implement

It is determined whether the date and time is the date and time of the specified range.

I would like a method to use the NotesDateRange class to find out if a date is in range For example, the following method isWithinRangeDays( targetDate:Variant, rangeDate:NotesDateRange ) : boolean targetDate -> 01/30/2019 rangeDate ...
almost 7 years ago in Domino Designer / LotusScript 2 Under Consideration

Support Partial Classes in LotusScript

Provide support for partial classes in a similar way to that allowed in Visual Basic, C# etc, This would allow me to take a class defined in one LotusScript library (or the based Notes classes) and extend them in another place.
over 7 years ago in Domino Designer / LotusScript 1 Under Consideration

Allow clicking an action button programmatically

We have several situations in which it would be very useful to be able to start a mail in the user's mail database from a different application. As an example: relevant mails are stored in the Project database (moved/deleted from the mail db). Whe...
over 2 years ago in Domino Designer / LotusScript 3 No Plans to Implement