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

My ideas

Showing 8419
195 VOTE

Create own @Formula binded to LotusScript, another @Formula (or Java?) function(s).

As you can do in Excel (Formula binded to VBA) and could do in 1-2-3. Would allow many new functions that are currently not easy/possible to create.Is also a way to be able to centralize @Formulas by creating an abstracted @Formula. PS : I am no...
about 6 years ago in Domino Designer / @Formulas 6 Under Consideration

Collapsable code loops in lotus script

When looking at lotus script it would be super helpful in longer code sections to be able to collapse the code for while, do, for, etc loops - look at most other design development tools and this is a standard option.
about 2 years ago in Domino Designer / LotusScript 1 Assessment

Copy Into New -> Message,should support MIME mail message render the right formatting

1. From Inbox open one received external mail message. 2. Right click the mail from Inbox,select "Copy Into New -> Message",then MIME message format lost(such as, picture and highline color text). Pls consider to support this feature for MIME m...
3 months ago in Notes 0 Needs Review

Increase the meeting interval time for weekly, monthly, daily and yearly

1) Notes User has received an appointment (update notice) from external Outlook user.2) The meeting interval is set to 15 weeks.3) At Notes user when opening the appointment (Update notice) gets an error message "Array index out of bounds" for the...
4 months ago in Notes 0 Needs Review
195 VOTE

Extend Notes URLs to execute agents with parameters

(not my idea, credit goes to Ben Langhinrichs ) You can currently access a document in a Notes client by using notes://server/repid/viewid/noteid, but it would be really handy if this could be extended to allow notes://server/repid/agent?OpenAge...
over 6 years ago in Domino Designer 3 Assessment

Downgrade Notes client or uninstall FPs using AUT

Ability to automatically uninstall FPs or downgrade Notes client using AUT
24 days ago in Domino / Administration 1 Needs Review

Please remove the 64k limit from NotesHTTPRequest

Please remove the 64k limit from NotesHTTPRequest. It accepts a String as input, those can be 2 GB. Also helpful if it would accept a NotesStream, so proper encoding can be ensured.
almost 3 years ago in Domino Designer / LotusScript 0 Under Consideration
188 VOTE

Fix all source control issues

There are currently a number of issues with DXL round-tripping that affects use of source control. These include: All day agents are stored as running from 00:00 to 00:00. Somewhere in the DXL export / import that gets corrupted Something on navig...
over 6 years ago in Domino Designer 16 Assessment
190 VOTE

Multi Threaded Design

Can we bring this capability in domino so that agent can be design and run in multiple threads. HTTP requests can be design and process in multiple threads. Documents can be read write in multiple threads. In order to bring the functional performa...
over 6 years ago in Domino Designer 5 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...
4 months ago in Domino Designer / LotusScript 4 Needs Review