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 2933 of 8858

Add support for SurveyMonkey and Mailchimp

SurveyMonkey and Mailchimp are popular tools used by many people. Formatting of a campaign works on all mail systems except Domino. When I send out a mailing from SurveyMonkey or Mailchimp, formatting works fine in Verse and Imap clients, but not ...
about 6 years ago in Notes 3 No Plans to Implement

Mail Rules Extended

The dialog for mail rules is a simple GUI for administrators to create mail rules. The mail rule itself is stored as a formula in the $FilterFormula in the MailRule form. In fact the Rules dialog and the script library "Rules" is used only for cre...
about 6 years ago in Notes 0 Assessment

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and finds the...
5 months ago in Domino Designer / LotusScript 1 Needs Review

Option to remove a server from File Open Application

If servers go away / Organisations change, Users and Admins are faced with the old Servername sticking around in the client forever in a) List of Servers in Crtl-O (File Open Application). b) List of replicas of Database icons c) Most likely Boo...
almost 6 years ago in Notes 1 Under Consideration

Ability to pop up @user dialog

In gmail / hotmail, there is a function in body text. When I type @ in body field, there will be a pop up window list out the searched email address. Notes client could consider to add the feature. see the image of Gmail & Hotmail:
over 2 years ago in Notes 1 Under Consideration

Japanese translation of "is before" and "is after" for date in Search Builder is not proper.

In the following English document, "is after" and "is before" are not including the date set in "date created" or "date modified". *************************************************** Table of document selection conditions https://help.hcl-software...
10 months ago in Notes 0 Needs Review

Indicator That Emails Have Already Been Printed

Admin would like to be able to tell if someone has already printed the email. Admin requesting to have an indicator / flag that would show that the email is already printed. This would be most useful when Customer copy the email to the (internal) ...
about 1 year ago in Notes / Documentation 0 Needs Review

Computewithform failure

When you use computewithform today and you get an error it's almost impossible to find what field is causing the problem. It would be great to have a feature to find out what fields are failing. Today we use the great tool from http://www.nsftools...
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Add equivalent of @DbColumn/@DbLookup for single column lookups

NotesViewEntryCollection and NotesViewNavigator are great when you need to query a lot of columns per row, but if all the data you need is encoded in a single column, @DbColumn and @DbLookup are much faster. The Evaluate statement is a bit awkward...
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration

If then else shorthand like in java with some extras

I would like to have an if-then-else shorthand syntax like in java with a little bit of python spice. You all know the following syntax: condition ? expression1 : expression2 I do not stick to this exact syntax, especially because the colon is cur...
about 1 year ago in Domino Designer / LotusScript 1 Needs Review