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 3964 of 8900

Need "Notes 8 Theme" for Notes 12

There is "Notes 8 Theme" for Notes 11 after Choose [File] - [Preferences] - [Fonts,Colors and Themes] . But there is not "Notes 8 Theme" for Notes 12, customer need this theme, please consider to add this theme.
over 3 years ago in Notes 3 Needs Clarification

Add parameters to @Command( [FilePageSetup] )

Currently @Command( [FilePageSetup] ) displays a dialog on which user has to interactively specify parameters such as page margins. It should be possible to set all these parameters automatically by @Command and/or through LotusScript method.
over 3 years ago in Domino Designer / @Formulas 0 Needs Review

Can't see recipients in "сс" and "BCC" fields unnless sender opens the email from sent items

When you email multiple recipients, including those listed in the CC and BCC fields, their names do not appear in the "Recipient" column of the "Sent" folder, only the name of the first recipient's name shows until or unless you open the email fro...
6 months ago in Notes 0 Needs Review

Hit "You are not authorized to access that database" when clicking doclink in Alarm message

Reproduced steps: Send a meeting with "notify me" checking, and check "Send mail notification with subject" and fill some recipients. When the recipients got it they click on the doclink and get the message: You are not authorized to access that d...
over 2 years ago in Notes 0 Under Consideration

Provide the original mail Sent date/time on Reture Receipt message

(Now the sender got the Return Receipt) mail message as below: Return Receipt Your message: test receipt was received by: admin/HCL at: 2023/09/13 12:54:12 But from this Return Receipt message, the sender could not see the original mail Sent date/...
over 2 years ago in Notes 0 Under Consideration

Add global variables to LotusScript similar to Session Scope variables like in XPages/SSJS

Inside databases you can use profile documents or named documents, but there is no way to set options globally - except the so called "environment" (notes.ini) which causes a lot of problems.
over 3 years ago in Domino Designer / LotusScript 0 Needs Review

Easier conversions from Rich Text to other Format

Easier conversions from Rich Text-Fields to HTML, RTF, PDF etc and back without Declare API function.
almost 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Add hex input for color picker AND a color picker please

As a developer who also uses HTML/Js, it would be very helpful if I could a.) also input hex value like #008acc instead of rgb only b.) also could pick a color from screen :)
over 4 years ago in Notes 1 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...
6 months ago in Domino Designer / LotusScript 1 Needs Review

Support backtick (grave accent) in Javascript script libraries

When creating a Javascript script library, if you use template literals, Domino Designer will prevent the script library from being saved. It is claiming the backtick is an invalid character.See more details here: https://support.hcltechsw.com/csm...
over 4 years ago in Domino Designer / LotusScript 0 Assessment