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 8272

Add formulas @DocAuthorFields and @DocReaderFields

In our applications, we have lookup view column formulas like this to read a document's write access on the view level without the need to open the documents: _authorfields:=@Trim(@Transform( @DocFields; "fld"; @If(@Begins(fld;"a_") | @Begins(fld;...
almost 3 years ago in Domino Designer / @Formulas 2 Needs Review

The expiration date for ID vault certificate is not able to update

The expiration period of Password reset certificate and vault certificate is 10 years after new setup. This period is not able to update. The function to update these certificates is needed.
almost 5 years ago in Admin Client 2 Under Consideration

Move all documentation, examples etc to Git

It would be really great if HCL could move all documentation related to especially LotusScript, @Formula, NodeJS and Java (both standard Java in agents, servlets, OSGi and Proton Java gRPC API) etc to Git so that everyone could participate in exte...
about 3 years ago in Domino / General 0 Assessment

Drag Tab outside Notes => new window (like in a Firefox etc.)

When I drag a tab from Notes to the outside, nothing happens. Only with the right mouse button I can start "open in new window". Please make it like in Firefox when a tab is dragged from the tab bar that a new window opens.
over 1 year ago in Notes 0 Needs Review

Request @SetViewInfo( [SETVIEWFILTER] works for non-categorized column.

The @SetViewInfo function is able to filter documents to those matching the first column, which must be categorized. e.g. @SetViewInfo ([SetViewFilter]; "ABC"; "Column1"; 1) This formula filters the view to display only those documents which conta...
almost 3 years ago in Domino Designer / @Formulas 0 Needs Review

Option to permanently change the "From address" when sending outgoing mail on notes client

This will provide a setting where it will set the alternate address as the permanent address of the sender. It will eliminate the prompt or need to change the address when sending mail. Related to feature "Enable alternate from"
over 2 years ago in Notes 1 Under Consideration

Allow drag & drop between categories in views in order to behave like cards

Would be nice zu be able to drag & drop documents between categories in views to behave like a cards.In addition a new type of view format to be able to organise documents like card boards (e.g. Kanban) with using categories as columns.
almost 3 years ago in Notes 2 Needs Review

Entitle Domino REST API in Domino Messaging Express licencing

There are still customers that use just mail, either Notes or Verse. If they need to publish calendar contents of a mail database to be consumed by external apps it's necessary to use the old DAS api. By allowing the use of DRAPI, just for mail da...
2 months ago in Domino / General 1 No Plans to Implement

When copying a form, use Oldformname - COPY

We have a lot of views in a database, and when we create a copy in the Designer, we have to scroll up to the copied view which name starts "Copy of". Then, when I correct the name using F2, it moves away again... When a field is copied though, its...
over 2 years ago in Domino Designer 1 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 struc...
about 5 years ago in Domino Designer / Java 2 Under Consideration