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 260

Show text in action bar

When the action buttons of the action bar are displayed in the right and left corners, a blank space is created in the center. I want to display text generated by functions and expressions such as @DbTitle in this blank space. If I can display te...
over 2 years ago in Domino Designer / Views 0 Needs Review

Automatically adjust the width of individual entries of an outline embedded in a page, displayed within a frameset, to taking into account the width of a client like the Notes client or Nomad Mobile.

The user develops an application that works with both the Nomad Mobile and Notes clients. This application has three folders. The outline that switches the folders to be displayed is embedded in the page, and the page is displayed in the frames...
over 2 years ago in Domino Designer 0 Needs Review

Notes form and view more beautiful in web style and mobile friendly

Notes form and view should be the same with web and mobile style. The are very old and a lot of limitation eg. no repeat control, no table style, no form template, ui not friendly when use in mobile device, scroll down, lazy load and so on. Please...
over 2 years ago in Domino Designer 0 Needs Review

Add NotesDocument to a Collection like an array

Our Problem: We are trying to search multiples NotesDocuments from an agent in a database to a view in another database. We then proceed to add those documents to a NotesDocumentCollection with the function AddDocument (NotesDocumentCollection - L...
over 2 years ago in Domino Designer / LotusScript 3 Needs Review

Notes Listbox options should wrap around the field instead of presenting a horizontal scroll bar

Listbox options should wrap around the field instead of presenting scroll bar. A field option to wrap text or present scroll bar or not would be better. This would allow us to create better user interfaces for the Notes client. This would be parti...
over 2 years ago in Domino Designer 0 Needs Review

Option to change the style of the selected row on the view/folder

When viewing a view in Nomad Mobile, the column values can be displayed to fit the width of the screen. The only way to indicate to the user that multiple entries are selected at this time is to show an area on the left side to put a check mark. ...
over 2 years ago in Domino Designer / Views 0 Needs Review

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;...
over 2 years ago in Domino Designer / @Formulas 2 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...
over 2 years ago in Domino Designer / @Formulas 0 Needs Review

Categories from formulas

Using NotesViewEntryCollection and NotesViewNavigator, category rows can be retrieved from a view (NotesViewEntry with IsCategory = True). Aggregate values can then be retrieved from them (using ColumnValues) without retrieving documents and aggre...
over 2 years ago in Domino Designer / @Formulas 1 Needs Review

Asynchronous LS code in a Notes form

Say you want to fill some cache at the start of a form, e.g. looping through a view in the PostOpen. The user has to wait until the loop is finished. If this code could be executed asynchronously, the user wouldn't have to wait and could start fil...
over 2 years ago in Domino Designer / LotusScript 3 Needs Review