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

FILTER BY CATEGORY

@Formulas

Showing 87

improved search functions when editing forms/subforms

It's a problem when searching for text in a form design, that neither of the two search functions work very well. For searching the "rich text" pane, you can only find static text. It would be very helpful if the search would also locate: butt...
almost 5 years ago in Domino Designer / @Formulas 0 Under Consideration

@getDocField(srv:db;filePath;IndexedView;KeyListArray;keywords) even in view columns

This require a lot more re-enginering of index service indeed, what about allow to make a join-like @ formula that allows to make a calc comlumn that show data from other DB? @getDocField(srv:db;filePath;IndexedView;KeyListArray;keywords) even in...
over 5 years ago in Domino Designer / @Formulas 1 Under Consideration

I would like to add a parameter to the @UserRoles function.

The @UserAccess function allows the user to get the current user's access rights by specifying the server name and file name. I want @UserRoles function to be able to get the current user's roles by specifying the server name and file name in the ...
19 days ago in Domino Designer / @Formulas 0 Needs Review

@ValidateInternetAddress does not return correct result

@ValidateInternetAddress ( [ Address821 ] ; "?.?@domain.com" ) This formula says, that the given Internet Mail Address is correct. But that is not true.
10 months ago in Domino Designer / @Formulas 5 Needs Review

Form table - new cell or column property - can be on a new line

If there would be a new property in the table cell or column - the cell can be on a new row if the formula is true (similar to hide paragraph if formula is true...), it would allow responsive appearance of the tables and thus the whole form. Use c...
about 1 year ago in Domino Designer / @Formulas 0 Assessment

Add an @Formula to transpose a list interpreted as a matrix

Lists in formula language are 1-dimensional, but sometimes the data will be interpreted as a matrix (e.g. the elements of a table). An @Formula to transpose the entries of a list by interpreting it as a matrix would be very useful for situations l...
over 3 years ago in Domino Designer / @Formulas 3 Under Consideration

Add an @Formula to generate a list of consecutive integers

To get a list of consecutive integers in formula language without using an @For loop, you currently have to get creative using predefined lists of digits, the permutation operators and @Subset. It would be handy to have an @Formula that gives you ...
over 3 years ago in Domino Designer / @Formulas 2 Under Consideration

Add an @Formula for the cumulative sum of a list of numbers

Getting the cumulative sum using an @For loop is easy, but runs into the memory limit for large lists. In addition to its mathematical uses, having access to the cumulative sum would make it easier to work around the 32k field/64k computed text li...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration

Designer : Support @Formula dialog for Web applications.

We can't use UI prompt functions(i.e. @Prompt) in Web applications. Please support Web application.
almost 5 years ago in Domino Designer / @Formulas 1 Under Consideration

Allow @MailSend to set scheduled messages delivery

Allow @MailSend to set messages scheduled delivery, such as add a parameter of "$SentAt" to enable delayed messages delivery.
5 months ago in Domino Designer / @Formulas 0 Needs Review