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 95

Add a keyword to @DbLookup to continue past non-matching keys

If you call @DbLookup with a list of keys, the lookup will stop after the first non-matching key. I would like it to keep going and process the rest of the keys in the list. For example, say you want the entries for the months February, March, Aug...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration

Add parameter newInstance to @Command([EditDocument]) to avoid save conflicts

Just like in LotusScript function notesUIWorkspace .EditDocument, please add a parameter newInstance in @Command([EditDocument]). Maybe even add some options in Notes that prevents from opening a document twice when using "right click -> edit d...
about 1 month ago in Domino Designer / @Formulas 0 Needs Review

Add support for opening a specific attachment in Formula

There is @Command( [AttachmentLaunch] ) Would it be possible to allow @Command( [AttachmentLaunch]; "AttachmentName" ) so a specific attachment can be opened with only one click?
11 months ago in Domino Designer / @Formulas 0 Assessment

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

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

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

Make it easier to work with lists in @Formula

make it more easy in @Formula to work with lists/multi-value fields in @Formula similar to javascript/java e.g. "add"/"push", "remove"
over 4 years ago in Domino Designer / @Formulas 0 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 ...
4 months ago in Domino Designer / @Formulas 0 Needs Review

Commands to change the frame size in a frameset

Although the mouse can be used to change the size of each frame in a frameset, it would be useful to have the ability to change the size with a command or LotusScript. For example, one could specify the height or width of a particular frame as a ...
9 months ago in Domino Designer / @Formulas 0 Needs Review