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

Domino Designer

Showing 1275 of 8249

Designer - JavaScript Editor is outdated

The JavaScript editor in the Designer (Script Libraries) is outdated. It does not allow modern notations (backtick, arrow functions, etc.) and we cannot save the JS file if we use these notations.
over 2 years ago in Domino Designer 4 Assessment

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.
almost 2 years ago in Domino Designer / LotusScript 1 Assessment

db.CreateReplica LotusScript with "CreateAsAStub" option

It's time to have this option. Set notesDatabaseReplica = notesDatabase .CreateReplica( newServer$ , newDbFile$ , CreateAsAStub as boolean) We need a new option to create replica stubs via LotusScript. The value defaults to "false" and optional so...
22 days ago in Domino Designer / LotusScript 0 Needs Review

Dialog List design overhaul

The dialog list is one of the main reasons why notes is recognized as "old". The select icon has a really small size and is hard to hit with a mouse. It moves along when typing and isn´t really that nice to look at. On the other hand it´s the cont...
5 months ago in Domino Designer 0 Needs Review
194 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...
almost 6 years ago in Domino Designer / @Formulas 6 Under Consideration

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.
over 2 years ago in Domino Designer / LotusScript 0 Under Consideration
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...
about 6 years ago in Domino Designer 3 Assessment
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...
about 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...
about 6 years ago in Domino Designer 5 Under Consideration

Built in HEAP dump analyzer

It would save a lot of time and effort if Domino had a built in HEAP dump analyzer so when a Heap dump is generated, Domino can point to the suspects
about 1 year ago in Domino Designer / Java 3 Already Exists