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

Domino Designer

Showing 1173

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.
almost 2 years ago in Domino Designer / Views 0 Under Consideration

Ability to re-sort in an embedded view that show single category

If the entire view is displayed with a header in the embedded view, it can be re-sorted by another column that has it set. However, if show single category is set, the triangle for sorting will disappear. This is because it would turn off the cate...
10 months ago in Domino Designer / Views 0 Needs Review

Add lotusscript keystroke events for simple input field

The domino developer should be able to attach lotusscript code to keystroke events for input fields. This would make it possible for development to run lotusscript code when the user presses e.g. the ENTER.
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Programmatic Column name that matches existing Field Name should not conflict

When there is a display value for View's column as formula, then if its Programmatic name matches exactly the name of other Field in the document, it will alter the formula value to field value instead. Use case example: You have View column title...
7 months ago in Domino Designer / Views 2 Needs Clarification

Add HasElement to the NotesJSONNavigator class to test if an element exists

There is the GetElementByName method for a NotesJSONNavigator in LotusScript. A serious drawback is that it gives an error when trying to get an element that isn't there. Please supply HasElement (or just don't generate the error).
12 months ago in Domino Designer / LotusScript 0 Needs Review

Add @Formula and LotusScript to input a string from QR code

Nomad already supports QR codes. But that functionality seems to be added for fields. Please add @Formula and LotusScript statement that can be used like @Prompt or InputBox.
12 months ago in Domino Designer 1 Assessment

Get content of NotesRichTextItem in HTML

Add a method to the NotesRichTextItem to handle (read / write) the content in HTML. For example: read: NotesRichTextItem.getHTMLContent() As String Or NotesStream write: NotesRichTextItem.setHTMLContent(String Or NotesStream) Pantelis Botsas
about 5 years ago in Domino Designer 5 Assessment

Please release the Japanese version of Designer Help

Designer help is not available in any language other than English, including the web site. Japanese users want to read Designer topics in Japanese.
almost 3 years ago in Domino Designer 4 Under Consideration

Formula Debugger

Notes Formulas are a fast and elegant way to run actions, but testing without changing the code is worse. A formula debugger like the script debugger would be helpfull.
over 4 years ago in Domino Designer / Debugger 3 Under Consideration

Add inner / outer join functionality in DQL

While it is not possible to work with JSON and LotusScript in a professional way, and also in Java merging two JSON results ends up implementing a punch card logic from the 17th century, I would really like to see a way to inner / outer join DQL r...
8 months ago in Domino Designer 0 Needs Review