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

@Formulas

Showing 97 of 8202

Add Command @Command([ViewExpandOnlyCategories])

When working in views with lots of subcategories, there is no way to be able to scroll quickly only through the categories. You need to expand each main category, then each nested sub-category Using [ExpandAll] makes all documents and responses ...
over 4 years ago in Domino Designer / @Formulas 0 Under Consideration

Explain the values 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form

To avoid confusion it may help to explain via REM statement the values represents 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form (see attached file). Currently, these are the values represents in WebRetri...
6 months 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.
over 1 year ago in Domino Designer / @Formulas 5 Needs Review

Lotusscript version of @URLEncode

I would like to be able to use @URLEncode using Lotusscript instead of Evaluate() I have also found that @URLEncode does not work correctly with chr(10) & chr(13)
about 4 years ago in Domino Designer / @Formulas 0 Under Consideration

Setting/Option to disable line break in Text Field

Requirement is to have some inbuilt setting like in TEXT FIELD to disable line break while using this field in edit mode.
about 3 years ago in Domino Designer / @Formulas 1 Needs Clarification

Extend Eclipse TODO/Tasks usage to other languages (LotusScript)

As the title says. Why is // TODO restricted to Java ? It seems very useful in other languages, e.g. LotusScript, CSS, SSJS.
almost 4 years ago in Domino Designer / @Formulas / LotusScript 0 Under Consideration

Frameset Display Switching Command

OpenFrameset @Commnad opens a new frameset, but displays multiple framesets that one database has at the same time. We are requesting the ability to swap the display of frameset. The following process will close the database that has the frames...
about 1 year ago in Domino Designer / @Formulas 0 Needs Review

Add a new @dblookup that allows text lists of keys and names instead of a single key and single fieldname

So multiple inputs and outputs
about 6 years ago in Domino Designer / @Formulas 2 Under Consideration

Extend @GetDocField to cache the received data

When I run a form with @GetDocField($Ref; fieldname) on multiple fields, it issues the same number of NRPC commands as the number of fields, and receives the entire document for each command. There are two problems. 1. If the size of the referen...
over 2 years ago in Domino Designer / @Formulas 1 Under Consideration

One item but different values in LS and Formula

If you create a date/time item and write the year "0022", LotusScript interprets it as "2022" but Formula Language interprets it as "22". Because of this, you can't validate the item value properly by LotusScript and rely on the right value when y...
about 2 years ago in Domino Designer / @Formulas 4 Needs Review