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

LotusScript

Showing 212

More options in richtext navigator class

We need better options to handle richtext Some examples tables, i.e. remove border cell, table add embedded images & remove images, add inline attachments, remove inline attachment
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Add new Methods to NotesUIDatabase and NotesUIFrameSet

Need way to manipulate View->Search this View programmatically. Many users suffer from unfriendly search syntax, for example so find "Lamborgini" user expect to search for "Lambo" and will get no results, while Notes expects "Lambo*" with aster...
over 4 years ago in Domino Designer / LotusScript 2 Under Consideration

NotesEmbeddedObject add last modified property

Add a LastModified property to the NotesEmbeddedObject property. This will be useful for when you need to detect if a user has changed an attachment. The only other method of doing this is checking the name and file size haven't changed. The atta...
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

There used to be a way to automatically format LotusScript code. Please bring it back.

In previous versions of Designer, there was an option to format code automatically fixing any incorrect indents. It was a very handy tool and as far as I can tell,it is no longer included in version 10.
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Record What Objects DesignReplace and DesignRefresh Updates

Replacing designs programmatically is very useful for rolling out code, but there is currently no way to verify what design elements were affected, you can only watch the progress bar and hope you saw what you needed to see.
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Enhance LS2J

LS2J is very useful to let LS communicate with Java. You can use LS to invoke Java libraries. LS2J has many limitations. Please enhance LS2J so that we can make more new functions and solutions based on Java+LS.
about 5 years ago in Domino Designer / LotusScript 1 Under Consideration

LotusScript equivalent of @Command([ComposeWithReference]) as it is used in the Mail file

The only to replicate the Reply-with-History format generated in the Mail file is to use @Formula language. If there is a way to do this in LotusScript then it's hidden very well & is undocumented.
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

LotusScript hint list should default to declared variable type

Say you are writing LotusScript and declare a variable like Dim doc as NotesDocument Then later in the code you want to instantiate it and write set doc = new ... The classes hints list starts with "NotesACL" and lists all the possible classes ava...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

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

A NotesEntry should not contain all values, if the "Show multiple values as separate entries" is enabled

If one has a column in a view, where the option ""Show multiple values as separate entries" is enabled and one gets an entry object from i.e. a notesviewnavigator, in the column values Property is an array with all(!) values in that field, while i...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration