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 280

User Activity: Define timeframe to record the User Activity

It is possible to record User Actvitiy in a database, but there is no way to set the Timeframe how long the User Activity should be stored in the Database. Some Databases store only 1 Day of User Activity Data, some store 11 Days, some 869 Days. I...
over 1 year ago in Domino / Reporting & Analytics 2 Under Consideration

Extend Eclipse TODO/Tasks usage to other languages (LotusScript)

As the title says. Why is // TODO restricted to Java ? It seems very useful in other languages, e.g. LotusScript, CSS, SSJS.
over 5 years ago in Domino Designer / @Formulas / LotusScript 0 Under Consideration

Update LotusScript erl() issue when used within a custom class

When using the erl() function within a custom class in Lotusscript the function will return what seems to be an incorrect line number. From what I remember, a workaround used is to take the line numbers in the options section, add it to the erl() ...
almost 7 years ago in Domino Designer / LotusScript 2 Under Consideration

Remove border from a hotspot when created from 'notesrichtextitem.appendDocLink'

This is a default action on new hotspots - which can be turned off in edit mode from the user interface, but not via program code. There is a hotSpotTextStyle property which has no effect on the border, this make generated reports look UGLY. If yo...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Property to check what is the default view of domino application

Please add a property to easily find out what the domino application's default view is. Currently, I am getting all the views using the Views Property of the NotesDatabase class and inspecting each NotesView using the IsDefaultView property, but t...
about 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Show internet users in monitoring tab in admin client

Customize the Server - Monitoring view in the Admin Client to include Internet users as well. In the standard installation, I can only see the "normal" users and have to switch to the Status tab to view the Internet users.
about 1 year ago in Domino / Reporting & Analytics 0 Under Consideration

Domino SNMP Agent to support SNMP version 3

SNMP is still used in enterprise environments as an easy way to integrate with modern SIEM platforms. The Domino SNMP agent should be updated to support the much more secure SNMP version 3.
over 3 years ago in Domino / Reporting & Analytics 0 Under Consideration

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...
about 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Expose LibCurl curl_easy in Domino C-API SDK

Domino ships with a very recent LibCurl version. It should also make Daniel Stenberg happy and appreciates his awesome work! (he is not happy about the update strategy in Windows). When leveraging OpenSource at minimum a vendor should keep up with...
over 2 years ago in Domino / Reporting & Analytics 0 Under Consideration