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

Clear

Ideas

Showing 4997 of 8900

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.
about 7 years ago in Domino Designer / LotusScript 4 Under Consideration
100 VOTE

Whenever a field formula throws a run-time error, the message should indicate the field name and formula

For example, instead of "Only plain text can be used in this type of formula" I'd rather expect an error message like "Field xyz, Input Translation formula: Only plain text can be used"
about 7 years ago in Domino Designer 2 Assessment
102 VOTE

Support optional parameters in LotusScript

Provide the ability to define optional parameters for a LotusScript function. Also support the ability to define a default value should an optional parameters not be provided.
over 7 years ago in Domino Designer / LotusScript 2 Under Consideration

Buttons aligment in action bar

In the action bar there is an option "Aligment" to align buttons at left or right. If I have form content centered, I miss the option to start align buttons at center or set the left margin of action bar. Could you please implement some option?
5 months ago in Domino Designer 1 Under Consideration
101 VOTE

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
over 7 years ago in Domino Designer 6 Assessment

Support SVG graphics

The support for SVG graphics would designing appealing applications much easier. While this is generally true, there are two areas which would benefit greatly from SVG graphics. 1.) Nomad mobile applications Every retina display needs a higher res...
over 4 years ago in Notes 4 Assessment

Distinguish between ntf and nsf on workspace icons

As a developer, you usually have multiple icons of the same database on your workspace in the Notes client: Template, Test, Production, ... Currently, it is not possible to see which of the icons belongs to the template. We add something like "(Te...
almost 4 years ago in Notes 4 Assessment

Make Notes tabs behave like all modern browsers

We have certain expectations based on the way modern browsers work. Specifically: If I drag a tab outside of the Notes client, that should be the obvious trigger to "Open in New Window". I shouldn't have to right click to get to that feature. T...
almost 6 years ago in Notes 5 Assessment

Give a progress bar or percent complete on server tasks running against databases

When performing a task on a database from the server console, there is no telling how long it will take or what kind of progress is being made. Sometimes these processes take many minutes or even hours. I need to see some kind of metrics on the pr...
6 months ago in Domino / Administration 0 Needs Review

Add encoding @functions for custom HTML, XML and JSON

When building custom HTML, XML or JSON, there are a few character, that needs escaping. @HTMLEncode For doing HTML encoding, I use this to encode a text field/string: text := "B&O";_from := "&":"<":">":"\"":"'";_to := "&amp;":"&a...
about 1 year ago in Domino Designer / @Formulas 1 Assessment