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 1279 of 8272

Fix AppendTable() Limit Bug

NotesRichTextIteam.AppendTable() allows 255 rows. At least according to the documentation. However, even in V12 the number of rows is limited to 29, or so. Using the client it works, but not using LS. Error message is "Illegal column width - check...
about 2 years ago in Domino Designer / LotusScript 3 Assessment

Text string selection by double clicking

Text string is selected by double clicking. For example, in Designer 9.0.1 FP10, when you move and put the cursor on the following text string of "CurrentDatabase" which is a property of NotesDatabase class, and double click it, then "CurrentData...
over 1 year ago in Domino Designer 2 Assessment

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 3 years ago in Domino Designer / LotusScript 3 Under Consideration

Make compare with a great Designer tool

There is a compare function function within package explorer Compare with>>eachother that would be supergood if it had an option for Domino and that would be to be able to have an option to filter out the database specific information from a...
over 1 year ago in Domino Designer 2 Assessment

View and Form events need hover help and link to Declaration

While coding an agent or script-library, this feature presents the programmer with immediate help for the property or method over which the mouse is hovering. It works great in Agents and Script Libraries; very convenient, quick, easy. It helps sp...
about 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Make rich text fields editable in dialog boxes (Notes Client development)

A fixed size,scroll-able, rich text control would also help so that the contents of the dialog box doesn't start to scroll off the bottom when you add extra lines.
almost 6 years ago in Domino Designer 0 Under Consideration

Allow new folders based on any view

At the moment, Database.enableFolder(folderName) creates a new folder with a design based on the default view. AFAIK, the only way to (programmatically) create a folder based on some other view is to make that view the default view, create the fol...
about 2 years ago in Domino Designer / Java 1 Needs Review

Make Ctrl-Break work to stop Search in Designer or other actions

Yeah, I know, I probably shouldn't have double-clicked a source line before Search had terminated, but now I'm stuck with a hung Designer and I have to kill Notes. Why oh why isn't Ctrl-Break working? I need an emergency Ctrl-Brake!!
over 2 years ago in Domino Designer 0 Under Consideration

Multiple Shared Actions collections

Currently there is only 1 collection of shared actions. It would be great to have multiple named collections of shared actions that can be inherited separately
over 2 years ago in Domino Designer 1 Needs Review

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 3 years ago in Domino Designer / LotusScript 4 Under Consideration