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 255

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

extend @GetDocField to work across databases (@GetDbDocField)

The current @GetDocField function is extremely powerful but is limited to looking up fields only from documents within the same database. It seems to be a natural extension of this to create a new @function to allow cross database field lookups. A...
over 2 years ago in Domino Designer / @Formulas 1 Needs Review

When a field contains a list you should be able to display the list as icons in a view column that uses "new line" as the multi-value separator..

I can display a list in a view column as text or numbers but I can't get a list to display as icons when using new line as the multi-value separator. The icons do not display in a vertical list, one icon per line. Instead they display on one line,...
over 2 years ago in Domino Designer / Views 0 Needs Review

Domino Access Services: JSON required to remove an item within a PATCH request

Request for means to delete an item/field from a document via JSON in a PATCH request. The current workaround below is quite convoluted so we'd like for a better approach: A. For example, test document has "value1" field on the Form with the follo...
over 2 years ago in Domino Designer 0 Needs Review

Lotusscript evaluation explained

Get the same error as when creating a @Formula agent when evaluating @Formula in lotusscript.
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

MAC - auto zip folder attachment shows different filename when displayed in View

1. Drag and drop a folder from MAC workstation onto Notes Form which auto zips the folder attachment. In the document it shows the attachment name is similar to the folder name from MAC workstation. 2. By default, the column in View will fetch the...
over 2 years ago in Domino Designer / @Formulas 0 Needs Review