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

All ideas

Showing 8900
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

Allow Nomad login page to load properly when SafeLinx server is upgraded

After upgrading the SafeLinx server, the Nomad login page is loaded from the browser cache of the previous SafeLinx release instead of the updated version. As a result, some customers are experiencing issues with the autofill feature not working a...
5 months ago in SafeLinx 1 Planning to Implement

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

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

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

Allow HTTP Basic Authentication with Umlauts using UTF-8

Currently Domino HTTP Basic Authentication Passwords need to be encoded in ISO-8859-1.Many other systems allow to use UTF.8. The standard is unclear but there is a specification where you can announce which encoding the server expects. See https:/...
almost 7 years ago in Domino / Security 2 Assessment

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