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

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

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

Add NSF path to the name of runtime XPages ClassLoaders

Since Java 9, there are ClassLoader constructors that take a name parameter, which then shows up in the class name in stack traces. Providing this contextual information in an XPage app's ModuleClassLoader.DynamicClassLoader instance could make it...
5 months ago in Domino Designer / XPages 0 Needs Review