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

Pinned ideas

PINNED Domino Intelligence / Domino IQ
Adding AI to a Domino server Please add comments that tell us what use cases you would have for AI available from Domino. Here are some examples to get you started: Summarise long email threads Reply to email with AI Translate the email thread Hig...

Ideas

Showing 2209 of 8908

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

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

Support binary request body in NotesHTTPRequest

Support binary body in a NotesHTTPRequest request to be able to send binary data to the server.
5 months ago in Domino / General 1 Needs Review

PreferStream in NotesHTTPRequest

Being able to get a NotesStream as a response of a NotesHTTPRequest can help handling large text responses and binary responses.
5 months ago in Domino / General 0 Needs Review
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

Fix position of icons on workspace

In applications consisting of more than one nsf‘s it is not helpful that the items are always reordered. It should be the same behavior as in notes client where reordering can be done manually by the user.
almost 6 years ago in Nomad / Nomad (Android) / Nomad (iOS) 2 Assessment
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

Checkbox to create a non SUMMARY field in the field properties

At the moment, it is only possible to create non summary fields through code (lotusscript or java).It should be made possible to indicate that a field is non summary via the field properties in the designer.
5 months ago in Domino Designer 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