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 1559

Increase the maximum length of the lotusscript identifier

The maximum length of a LotusScript identifier is 40 characters. If LotusScript is generated from a Web service WSDL file, longer identifiers may be generated. E.g. because the names of the generated constants for enum are composed of two names fr...
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Add option to authenticate in Foreign SMTP Domain

If I want to route a mail to a certain SMTP Domain to another host than my other smtp mails are routed to, I create a "Foreign SMTP Domain". Unfortunately I cannot add authentication information to it. The only way for authenticated SMTP Relaying ...
almost 5 years ago in Domino / Administration 3 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

Preserve java.pol when upgrading Domino

When updating Domino server (windows), custom java.pol gets deleted. This is verified on update to 12.0.2. We need these files to be preserved when updating. When applying fixpacks the files are not affected
over 2 years ago in Domino / Administration 0 Under Consideration

Need LotusScript functionality like 'Copy Link As URL' in Notes Client

Currently, unable to use the LotusScript method/function to achieve the requirements like 'Copy Link As URL' in Notes Client. The requirement is to copy the URL from the Notes document and paste it into the clipboard using LotusScript.
12 months ago in Domino Designer / LotusScript 3 Needs Review

Expand the default size limitation of console log in Domino server

The default size limitation of console log (console.log) in Domino server is 10 MB. If the size exceeds 10MB, the contents of the log will be cycled and the old contents will be deleted. However, with the amount of features available on Domino ser...
almost 4 years ago in Domino / Administration 4 Under Consideration

Make new Lotus Script function "ShellAndWait"

The existing shell functions only call the external target but do not wait for its ending. It runs asynchronous. Therefore it would be great if there was an additional Script function which wait for the called program to end. Mark Reiser, sirius...
over 6 years ago in Domino Designer / LotusScript 4 Under Consideration

Deleting an e-mail archive when deleting a user

To pop-up dialog for deletion user from Domino directory adding options for deleted archive mailbox from archive Domino server.
over 7 years ago in Domino / Administration 2 Under Consideration

AUT to support localized version of Notes Clients

AUT should include the feature to be able to upgrade the Italian Language Notes Client (Other supported language clients as well). As currently, the AUT feature which came up starting with Domino V10.0.1 and is used for up-gradation to 10.0.1.X. I...
almost 6 years ago in Domino / Administration 3 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...
12 months ago in Domino Designer / LotusScript 1 Needs Review