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

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

add last run time and assigned server to agents view in designer

can quicky see hat agents are running and what server they are on
about 2 years ago in Domino Designer / LotusScript 0 Needs Review

Show attached EML file even if the Content-Type: is set to just "message/rfc822"

Currently Notes and Domino can show the attached EML file (sent from Outlook) as an attachment (EML file) if it is mentioned in MIME source as below. You must have the parameter "MIMEAttachNestedMessages=2" set. Content-type: "message/rfc822 eml"C...
over 5 years ago in Domino / Administration 0 Under Consideration

A template / nsf to deploy jar files on the Domino server

If you want to have jar files available to agents and xpages you need to deploy them in the jvm\lib\ext folder. However the process is problematic, requires involvements of administratior, restart of the server and it is not clear what files are a...
almost 3 years ago in Domino / Administration 1 Already Exists