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 906 of 8857

Automatically add "secure" flag to all cookies, when https is used

When a Domino server serves http requests through encrypted https, it should automatically add the " secure " flag to all cookies. There should be a global flag to enable/disable this feature. (default: enabled) In reality, most Domino servers wit...
about 2 years ago in Domino / Security 0 Needs Review

Work with Collections: Give the Notesview a new LS command: Search.

I herwith suggest to have a new LS-command: NotesView. Search It should be similar like Notesdatabase.Search, but should only work on the view content. I know that db.search has the reputation to be slow, but if it would only work in a view it cou...
almost 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Make Default- Classes Subclassable in LotusScript

We have some advanced applications, where we need the default classes NotesDocument or NotesUIDocument or any other to have some special functions like "SaveWhenModified" or "ReplaceItemValueHashed" (only mark the document as changed when the valu...
about 7 years ago in Domino Designer / LotusScript 3 Under Consideration

Ability to switch to Notes Client if LotusScript Debuger is open

No description provided
about 7 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

Get parameters in a notes: link

Given a notes-link, like notes://server/database/form?openform&somefield=1, could you make it possible to transfer parameters in the Query_String, in this case getting the value of somefield ? In other words, can you implement that a notes-lin...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review

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

When a person or Group added to ACL, it is always unspecified while user type is known when selecting from NAB

When we add entry to ACL, we have directory and we see user type, User, Group, Server, but when Added to ACL we should always set this from UNSPECIFIED to proper type again. seems few lines of code will make it for friendly
over 7 years ago in Domino / Security 0 Under Consideration

Central logging for all password changes

Have a central logging for all password(Notes and Internet) changes on the whole environment. It should contain the username, date/time, how was the password changed(note client, web, etc.), and where it was changed(IP address). This way we can tr...
over 1 year ago in Domino / Security 2 Needs Clarification

Sync Outlook with Lotus Notes Personal Address book (names.nsf).

Sync Outlook with Lotus Notes Personal Address book (names.nsf).
2 months ago in Traveler for Microsoft Outlook-HTMO 0 Needs Review

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