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 of 8027

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

Allow developers to set the column width based on a formula

In V12 you can get the screen width using @ResolutionWidth. This allows us to hide columns based on the screen size. A calculated column width based on this formula would be even better.
over 2 years ago in Domino Designer / Views 0 Under Consideration

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

It should be possible to set the row height in a view to a value greater than 9.

It happens fairly often that I want a view column to display more than 9 list entries. This happens often when the field displayed in the column contains either email addresses or file names. I would like to see the limit on row height increased t...
over 2 years ago in Domino Designer / Views 0 Under Consideration

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

Change password for a user ID without having ID Vault using lotusscript or Formula Language

"ResetUserPassword" method can be used to change the password for a user ID present in ID Vault. Requirement is to change/reset the password without having ID vault and this needs to be done via lotusscript or formula language.
over 2 years ago in Domino Designer / LotusScript 2 Needs Clarification