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

All ideas

Showing 8826

A new feature for Nomad Mobile that allows users to log out of the app.

I would like to request a new feature for Nomad Mobile that allows users to log out of the app. In many cases, mobile devices are shared among multiple end users, making a logout feature essential to meet security requirements. Currently, the proc...
10 months ago in Nomad / Nomad (iOS) 0 Needs Review

Documentation of Domino Leap limitations

I have confirmed that in Domino Leap, the length of attachment names is less than 100 bytes and the number of characters entered for a single line entry is the maximum number of characters in the property settings (default 50, maximum 256). Please...
over 2 years ago in Leap / Documentation 0 Needs Review

Add Purge Interval Replication Control (PIRC) status to Database.ReplicationInfo property

We have sometimes experienced that the Purge Interval Replication Control has been turned off on server databases, without intervention from users. The Purge Interval Replication Control status is missing on the ReplicationInfo property for NotesD...
about 2 months ago in Domino Designer / LotusScript 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...
4 months ago in Domino Designer / LotusScript 1 Needs Review

Add Option to Reopen Document when switching to Editmode

A common cause of conflicts are documents that users keep open in read mode for long times (sometimes several days). Re-reading the current state of the document before switching to edit mode avoids many conflicts. It would be nice to have an buil...
almost 6 years ago in Notes 4 Under Consideration

Resizable arrays (lists) in LotusScript

There should be a class similar to Java's ArrayList, a resizable array to put elements into it with methods like: list.add(Variant item) list.isEmpty() list.Iterator() list.removeAt(int index) list.remove(Variant item) list.size() ...
about 7 years ago in Domino Designer / LotusScript 2 Under Consideration

lotusscript functions to create sha256 sha384

With the new http and json classes a possibility to create sha256 and sha384 would be good to have natively in lotusscript
over 6 years ago in Domino Designer / LotusScript 2 Assessment

Nomad: Workspace supported and enabled by default as home page

Current last 12 applications homepage is very limited and not simple for changing location of db local or on server
over 5 years ago in Nomad 5 Under Consideration

Allow @GetProfileField to get data from other databases

Currently, @GetProfileField only allows you to read values from profile documents in the same database. Please add the possibility to read from other databases, too, like it is already possible by @DbLookup for "normal" documents.
over 4 years ago in Domino Designer / @Formulas 0 Under Consideration

Ability to retrieve the schedule agent information using LotusScript

Currently, there is no property or method to retrieve the following information using the Notes Agent class. 1. Alias Name 2. Trigger: 'Action menu selection' or 'Agent list selection. Note: The Notes Agent class has a Trigger' property, but f...
over 2 years ago in Domino Designer / LotusScript 3 Needs Review