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

Clear

Ideas

Showing 3895 of 8900

Open/import iCalendar automatically

When you double click an ics file on the Operating System or an attachment in a Notes message , you may get the following dialog: HCL Notes What do you want to do with *.ics "Add this calendar to your show calendars list" (This option checked by d...
over 2 years ago in Notes 0 Under Consideration

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Allow multiple script libraries to %Include the same constants

If you have two script libraries that both include the same constants file: 'LibraryA %Include "lsconst.lss" 'LibraryB %Include "lsconst.lss" and then you use both libraries in a design element 'FormC Use "LibraryA" Use "LibraryB" this generates t...
over 4 years ago in Domino Designer / LotusScript 3 Under Consideration

Add Multi column list box as a design element for the Notes Client form

Developers are always trying to find a way of modeling the most common business documents - PO/Invoice/Sales Order and have reverted to a lot of twisted (and sometimes ugly) methods to display this on screen. Embedded views are a possible solution...
over 4 years ago in Notes 0 Under Consideration

Provide settings to change the default browser used to render HTML/MIME mail in Notes client

As of now, the Notes client uses the Internet Explorer as its default browser in order to render HTML/MIME mail in Notes client. It would be great to have the ability to change the default browser used for rendering email like MS Edge, Google Chro...
almost 6 years ago in Notes 1 Under Consideration

StrRightBack ,StrLeftback etc. should always return a string

PROBLEM:In an import method I had to detect that the combination of StrLeftBack(StrRightBack( HTMLrow$,"<") ,">") returned not, as expeted, an empty string "" but Empty.I had to write a test for each HTML value wether it IsEmpty or not. REAS...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Allow multiple areas to be selected at the same time

In Microsoft Outlook and Microsoft Word, you can use the Ctrl key to select multiple areas at once, for example, to change fonts at once. In the Notes client, only one area can be selected in edit mode. I would like to be able to select multiple a...
over 1 year ago in Notes 0 Needs Review

global lotus scriptlibraries/objects

I have a project that consists of over 40 domino databases.There I have a class that encapsulates database access (session, datbase, view, ..).(dim appOrg as New App ("ProVeOrg") or dim appQuali as New App ("ProVeQuali") ...).This is used in many ...
over 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Sign As.. sign design element(s) using a different ID

So that we don't have to switch IDs.
almost 7 years ago in Domino Designer 2 No Plans to Implement

Add profiling of a Notes database to Domino (and Notes)

Often, a Notes database design grows and grows, developers come and go, and after 10 or more years, nobody knows whether elements in the database are used or not. The difficult way to find out is by asking the users. A more logical way would be to...
almost 3 years ago in Domino Designer 3 Under Consideration