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 875 of 8987

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...
8 months ago in Domino Designer / LotusScript 1 Needs Review

Notifying the owner of meeting room when a person joins a non-moderated meeting

-Every authenticated user can access a non-moderated room (of another person) at any time. - This is bad from a security perspective. Even if a room is not moderated it should not be accessible without the owner receiving a notification.
almost 5 years ago in Sametime / Meetings 2 Future Consideration

Create View and ViewColumn in Lotusscript

Expose more properties from view dialog and the view column property dialog in the Lotusscript Classes for views and view columns.So we can create / change views within applications better.
over 2 years ago in Domino Designer / LotusScript 4 Under Consideration

Enhancing LotusScript Web Service Consumer: Adding Support for SOAP Headers

This enhancement would make LotusScript a more viable option for SOAP-based integrations, eliminating unnecessary complexity while maintaining native functionality.
about 1 year ago in Domino Designer / LotusScript 0 Needs Review

Input and output date and time values ​​in ISO8601-compliant format

If you use the LotusScript NotesDominoQuery class to set the date and time in a DQL query, you must type an ISO8601-compliant format. @dt(‘2021-01-01T00:00:00.00+0900’) The date and time that we usually see in the document properties and vie...
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

DB.FTSearch/DB.Search: Flag to Identify that the search text actually found in the attachment or in the document fields

Db.FTSearch/DB.Search searches in the entire document irrespective of document fields and attachments. As of now there is no such flag found which can identify that the search text actually found in the attachment or in the document fields. Please...
over 3 years ago in Domino Designer / LotusScript 4 Under Consideration

IBM WebPlayer Plugin support of 64bit browsers with Sametime Web Client

Currently the WebPlayer Plugin only support 32bit browsers for use with the Sametime Web Client. This would only support IE and 32bit Firefox. Chrome is 64bit only, so it's not currently supported. Without this support, users would not have Rich C...
over 7 years ago in Sametime / Chat 2 No Plans to Implement

Support for file transfer from Sametime Web client chat to Mobile (iOS) client chat

Unable to transfer file to Mobile (iOS) client from the Web client. When a user (web client) tries to send a file to a Sametime mobile client, he gets an error saying the target user has cancelled the transfer. Error message which states: File tra...
over 4 years ago in Sametime / Mobile (iOS) 2 Already Exists

Improve Notes limitation for LotusScript Iterative statements looping assignment variables

Using @Formula laguage for Iterative Statements such as @For, @DoWhile, and @While will give an Error in Notes 64-bit client when an existing variable inside the loop gets updated multiple times. "The formula has exceeded the maximum allowabl...
about 1 year ago in Domino Designer / LotusScript 1 Needs Review

Add optional "comment" parameter to (Notes)DominoQuery createIndex method

To identyfy views/indexes that have been created programmatically using the createIndex method of the (Notes)DominoQuery class, an additional (optional) parameter is needed in the createIndex() method. The parameter can be used to add a comment to...
almost 5 years ago in Domino Designer / LotusScript 0 Needs Review