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 49

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 4 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 4 years ago in Domino Designer / @Formulas 1 Under Consideration

Add an @Formula equivalent of LotusScript's LenB

It's currently impossible to tell how many bytes a string will take up in formula language, which makes it even more difficult to work around the 32k field limit / 64k computed text limit. The encoding used for this function should match whatever ...
over 4 years ago in Domino Designer / @Formulas 0 Under Consideration

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.
over 4 years ago in Domino Designer / @Formulas / LotusScript 0 Under Consideration

Add new formula command @InPreviewPane

Equivalent of NotesUIdocument.InPreviewPane This can be used in form formulas to determine which form to use. e.g. display a different form in the preview pane to one that is used when the document is opened from the view. Yes you can use hide whe...
over 4 years ago in Domino Designer / @Formulas 0 Under Consideration

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)
over 4 years ago in Domino Designer / @Formulas 0 Under Consideration

@emptydate function

When computing date fields you sometimes want to set the datefield to a empty value. Today this isn’t possible at all the field becomes invalid and can give problems with compute with form.
over 4 years ago in Domino Designer / @Formulas 2 Under Consideration

Request that "View Selection" Formula can select the documents which belong to a folder

"View Selection" Formula can't select the documents which belong to a folder or not belong to any folder. Request the formula which pick up document from a folder at "View Selection" e.g request use @WhichFolders for "View Selection"
over 4 years ago in Domino Designer / @Formulas 2 Under Consideration

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 ...
almost 5 years ago in Domino Designer / @Formulas 0 Under Consideration

A property to change the colour of a tab opened on the workspace and cherry on the cake display Db icon in small format

Users often end up with multiple pages open. The name that the programer decided to show - or the default one - gets cut down, making it difficult to find a specific tab. Furthermore, when one has multiple processes going on, finding the important...
almost 5 years ago in Domino Designer / @Formulas 3 Under Consideration