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 5006 of 8897

Allow Export to PDF in Notes to also include File Attachments in the exported PDF Document

In Notes 11.0.1, the feature to export mail document as PDF is possible. However, the attachments in the email is only exported as an icon/image. It would be very helpful if the exported PDF document will also include the attachment or the referen...
over 5 years ago in Notes 1 Assessment
104 VOTE

Improve printing documents

Printing RTF body fields is terrible for years. Tabs and spaces are pigheaded. Every print from Notes gives another paper which looks diffrerent from what is on the screen - definitely not wysiwyg...
over 7 years ago in Notes 1 Assessment

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

Verse mobile support for passkeys

HCL Domino 14.0 introduces authentication with passkey via the WebAuthn/FIDO2 protocol. https://help.hcltechsw.com/domino/14.0.0/admin/wn_140.html To configure passkey authentication: https://help.hcltechsw.com/domino/14.0.0/admin/conf_dominopassk...
over 1 year ago in Verse / Mobile (Android) / Mobile (iOS) 0 Under Consideration

Dark Mode for Verse on premise

This is not a high priority feature but it would be very nice if you can switch Verse into a dark design.
over 6 years ago in Verse / Verse on Premises 9 Under Consideration

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

Possibility to create a resource of a Zoom Meeting Room inside the resource reservation database.

This request is to have a feature to create a resource in the Domino Resource Reservation Database that directly points to Zoom Rooms so that every user in the company should be able to book this MS Teams Rooms resource via the Domino reservation ...
12 months ago in Notes 3 Under Consideration
101 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
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