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

Add "spaced used in database by view/folder indexes" to catalog.nsf data

Currently, the catalog task reports the size of a database file and also its full text index size (if it has one). What would be really useful (when specifying new servers and/or identifying ways to optimising disk usage) would be to also know the...
about 1 year ago in Domino / Administration 0 Needs Review

Include more customization options in Domino Designer for creating buttons for Notes Client/Nomad

Using Domino Designer to create a button for forms/subforms or pages accessed by the Notes Client or Nomad, the button component has few customization features, there is no mouseOver feature, or option to place an icon next to the button caption. ...
almost 2 years ago in Domino Designer / ReStyle 1 Needs Review

Allow NotesStream to be handled in memory for streams greater than 51 KB instead of writing tmp file to disk

If the NotesStream is up to 51200 bytes then it is handled in memory, but if it is greater than 51200 bytes then it is written as a tmp file into the Domino temp folder. To test this, run the following LotusScript on a Domino Server (Windows) and ...
over 3 years ago in Domino Designer / LotusScript 1 Needs Review

Allow Maximum size limit for console log beyond 4gb or unlimited.

Domino server console.log has a maximum size cap of 4GB. When the ini "Console_Log_Enabled=1" is set on the server, console log is getting overwritten when it reaches 4GB size. There should be a way to have the console.log file unlimited on the s...
over 3 years ago in Domino / Administration 1 Needs Clarification

Add foreach to handle document collections

When looping a document collection, one has to use a structure like this Do Until(doc Is Nothing) <<code>> Set doc = col.GetNextDocument(doc) Loop or Do Until(doc Is Nothing) set docNext = col.getNextDocument(doc) <<code>>...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Need Domino command to display the current user list for specific database in real time

Customer require to use Domino command to display the current user list for specific database in real time. This function is very helpful for confirming the user status. The command format should be as follows: show userlist DBpath, e.g, show user...
over 1 year ago in Domino / Administration 1 Needs Clarification

64-bit support for COM objects

Currently, COM library supports 32-bit application only. Request Provide 64-bit version of Lotus Domino Objects (domobj.tlb)
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Script Editing in Form (Subform), View, Action (Shared Action) Events the Same as in Agents and Libraries

In the next release like to see the script coding/editing of both LotusScript and Java Script in the various events of Form & Subform, View, Action & Shared Action, working the same as in LotusScript agents and script libraries. Basically ...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Add support for IMAP Idle (https://tools.ietf.org/html/rfc2177)

Add support for IMAP Idle (https://tools.ietf.org/html/rfc2177) This is being tracked under SPR # KGEW66V3WV; Enhancement Request for use of IMAP's IDLE command in Domino. APAR LO31116 http://www-01.ibm.com/support/docview.wss?uid=swg1LO47602 ...
over 6 years ago in Domino / Administration 2 Under Consideration

ability to programmatically navigate to a document in a view

I want to have the option to highlight a document in a view when I open the view e.g. in the postopen event I can use the document unid that I have set as environment property. the idea is to toggle between views but keep focus on a choosen / high...
about 2 years ago in Domino Designer / LotusScript 1 Needs Review