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 1238

Give a Designer tab a different colour when the file is modified

When I modify a file in the Designer, the only visual change to the screen is a tiny asterisk in a corner of the tab. It would be a great help if there were better visibility of a file that's been modified but not saved.
almost 5 years ago in Domino Designer 1 Under Consideration

Reopen previous Designer tabs

Unlike the Notes client, the Deisgner always opens with an empty screen. I'd like to be able to reopen the Designer with the same tabs open and the opened files at the same position as I left them when I closed the Designer.
almost 5 years ago in Domino Designer 1 Under Consideration

Make new Lotus Script function "ShellAndWait"

The existing shell functions only call the external target but do not wait for its ending. It runs asynchronous. Therefore it would be great if there was an additional Script function which wait for the called program to end. Mark Reiser, sir...
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Update Domino Java classes to use Java 8+ collections (retire Vector)

Replace Vectors with newer collection data structures that support Streams, Collections. Forexample: Integer sum = Item.getValues().stream() .collect(Collectors.summingInt(Integer::intValue)); Somehow, we have to get to at least Java 8 ...
almost 5 years ago in Domino Designer / Java 2 Under Consideration

Generate Java POJO from Document

I find myself spending lost of time hand crafting a pojo to represent a Notes document. Other environments like JBoss tools the ability to create a POJO from a SQL Table. Other tools I've used create POJOs from Json schema. It would be product...
almost 5 years ago in Domino Designer / Java 1 Under Consideration

MIME-CD conversion when html, head and body tags are omitted

The following HTML Reference states that html, head and body tags can be omitted.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/htmlhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/headhttps://developer.mozilla.org/en-US/docs/W...
almost 5 years ago in Domino Designer 0 Under Consideration

LotusScript binding with Node/Proton services

Similar to https://domino.ideas.aha.io/ideas/IDEAAD-I-15, LotusScript developers would benefit from a LotusScript to Node interface similar to LS2J. There are already a huge library of Node modules on NPM that LotusScript developers could utilize ...
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Click sort using other column values

When I click on a column that has "Click on column header to sort" enabled, I may want to sort by other column values. For example, the first column is the country name, and the column value is "USA" or "Japan". The second column is the country c...
almost 5 years ago in Domino Designer / Views 0 Under Consideration

Domino application auto generate form to MicroServices and secure

Donino application should be agile and auto generate microservices to integrate and secure and share data to the other services in domino app or other platform.
almost 5 years ago in Domino Designer / Views 1 Needs Clarification
117 VOTE

Show line numbers when using LotusScript Debugging (stepping through)

When stepping through code in LotusScript, line numbers are not shown. Please show the line numbers when stepping through code. It is helpful to identify the location of the error, take screenshots to share with other developers.
almost 5 years ago in Domino Designer / Debugger 2 Assessment