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

Domino Designer

Showing 1344

"Plain text only" designer property for RichText fields

Add (Domino Designer) property to rich text field that makes the Notes client only allow plain text. This is useful for editable fields containing Json, XML or other text were text decorations are not useful/wanted.
about 3 years ago in Domino Designer 0 Under Consideration

HTML-formatting in Editor

Add possibility in Editor to autoformat selected text to HTML indentation; for example if you paste in: <div class="card-body"><div class="row"><div class="col"><label>Field label</label></div><div class="col...
about 3 years ago in Domino Designer 2 Needs Review

Improve syntax-error reporting in LotusScript compilation

When compiling LotusScript in notes (either via Designer's Recompile All LotusScript or in C via NSFNoteLSCompile), it's very easy to run into a situation where the compiler reports just "Syntax Error", with no indication as to the source of the t...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Option to change the style of the selected row on the view/folder

When viewing a view in Nomad Mobile, the column values can be displayed to fit the width of the screen. The only way to indicate to the user that multiple entries are selected at this time is to show an area on the left side to put a check mark. ...
over 3 years ago in Domino Designer / Views 0 Needs Review

Option to change default font in designer client

The default font and size is Default sans serif 10. A lot of time is spent fiddling with fonts if you want to develop and maintain an application where you wish to use a different font across the entire application. It would be nice to be able to ...
almost 4 years ago in Domino Designer 0 Needs Review

Controlled Access Section - allow users with reader access to use HotSpots in the section

We use HotSpots to provide links to other documents so users can easily navigate to relevant information. For example, click on the customer name on an invoice to take you to the customer record. If the HotSpot is in a Controlled Access Section th...
almost 4 years ago in Domino Designer 0 Needs Review

DQL / QueryProcessor : executeTo "non materialized" view for optimal performance

The forthcoming executeToView method may create a "real" view which is very cool... but sometimes we only need results of our query but be able to navigate them like a view. Maybe an "in memory" or "non materialized" view could perform better if w...
over 4 years ago in Domino Designer 2 No Plans to Implement

Implement the constant "PROMPT_CHOOSEDATABASE".

PROMPT_CHOOSEDATABASE is an argument to the Prompt method of NotesUIWorkspace. According to the help, it says the following. -----From----- Note: The constant name PROMPT_CHOOSEDATABASE is not implemented but the literal value 13 can be used inste...
over 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Rebuild Dependent Agents/Script when Script Library Classes are Updated

Changes to script library classes can break code throughout a database, with errors such as "Cannot find external name: EMAILREMINDER" occurring until the agents/scripts are re-saved. This can be frustrating as Designer doesn't automatically re-bu...
over 4 years ago in Domino Designer / LotusScript 3 Under Consideration

Allow add to item array of objects "NotesDateTime"

I want that code below will work correctly and in NotesDocument will store array of dates Dim ws As New NotesUIWorkspace, uidoc As NotesUIDocument, cdoc As NotesDocument Set uidoc = ws.Currentdocument Set cdoc = uidoc.Document Dim ndt1 As New No...
over 4 years ago in Domino Designer / LotusScript 4 Under Consideration