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 1337
100 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
almost 7 years ago in Domino Designer 5 Assessment

Cell borders cannot be shown as dashed lines in Designer with Win11 recommended Display Scale of 125%

Developers found in Designer: on notepad +win11: in Designer->forms, create a table, change cell border thickness to 0 borders are bold, not dashed. change the default display scale from 125% to 100%, bold lines will be changed to dashed lines,...
10 months ago in Domino Designer 1 Needs Review

Create proper documentation for new classes and features as soon as they are published!

I'm filing this under "LotusScript but it's true for other topics as well, and I'm talking about online AND offline versions of Designer help: New classes and features must be properply documented as soon as they are published, esp. if they aren't...
over 3 years ago in Domino Designer / LotusScript 5 Under Consideration

Add feature to save complied version and bitness in each design element

Notes/Domino has some defects caused by Domino Designer version or bitness. To investigate such problems, I want to confirm the version or bitness of Designer in each design elements. Currently, the $DesignerVersion of any design element has 8.5.3...
28 days ago in Domino Designer / LotusScript 1 Needs Review

A new debugger

Please please please - give us a state-of-the-art debugger and replace the decades-old one...it's really a pain in the a**.
almost 7 years ago in Domino Designer / Debugger 1 Assessment

The option to programmatically set the Tab label and caption for a Table with multiple tabs

There are many times when a table with tabs are useful but the tab headers cannot be set via a formula option. That means for shared databases the designer client must be used to alter the tab headings. This feature will improve table usage in app...
over 3 years ago in Domino Designer / @Formulas 2 Under Consideration

Formula Debugger

Notes Formulas are a fast and elegant way to run actions, but testing without changing the code is worse. A formula debugger like the script debugger would be helpfull.
over 6 years ago in Domino Designer / Debugger 3 Under Consideration

Better LotusScript access for front-end elements like embedded views

There are still a lot of elements which are not properly accessible via LotusScript. E.g. access to UIView in an embedded view, get curser position in embedded view, open and close categories in views etc. Every element available for the NotesClie...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Transactional Logging via LotusSript TransactionBegin, TransactionCommit, TransactionRollback should work together with dialogbox of NotesUIworkSpace class

In LotusScript, following error is thrown if dialogbox of NotesUIworkSpace class is used after TransactionBegin of NotesDatabase class, then execute TransactionCommit or TransactionRollback: "TransactionBegin must be called before other Transactio...
4 months ago in Domino Designer / LotusScript 1 Needs Review

A design Object which is locked for design should not be used to refresh another db

WHAT:A design object whose design is locked, is obviously under construction. But it is used in any db refresh process although it is under construction ! WHY: if a incomplete design object gets used to refresh another DB it can cause problems as ...
3 months ago in Domino Designer / Documentation 6 Needs Review