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

Domino Designer

Showing 1288

Allow to show images on views from another database

Allow to show images on views from another database, for example to have a repository of employee photos in a single source and show that in multiple databases views
almost 4 years ago in Domino Designer / Views 0 Under Consideration

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412. If a field with the given name does exist in the fo...
over 3 years ago in Domino Designer / LotusScript 0 Needs Review

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 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Default Value overwrites the saved data in Xpages for disabled field

The default value of a field can overwrite a value that has been previously saved. This occurs in the following circumstances 1. User accesses an Xpage with a field with default value. 2. User inputs a value in the field and saves the changes....
over 2 years ago in Domino Designer / XPages 1 Needs Review

Remove libnotes dependency on JNI and IDEHelper

Currently, when importing a Java agent as non-raw DXL, libnotes has a hard dependency on finding a JNI environment and using classes from Notes.jar. While there's a certain amount of natural dependency in the process of compiling agents, the class...
about 3 years ago in Domino Designer / Java 0 Needs Review

Allow usage of network paths for file operations without using windows drive letters

it's never been easy to access file ressources located on a network drive from LotusScript file operations like 'open'. With Domino running as a Windows service, or on Linux we cannot use drive letters for network ressources, at least not without ...
over 5 years ago in Domino Designer / LotusScript 5 Under Consideration

DQL / QueryProcessor : add a Count / Limit parameter to get only the first n result and optimise performance

Currently we get all the result in the executeToJSon or forthcoming view. Sometimes we only need the first results of a complex query and sorting operation. Returning only a subset of the result would help parsing / navigating view performance. As...
over 3 years ago in Domino Designer 2 Under Consideration

Allow multiple selections of items before adding to list of items to restyle.

Currently if you are restyling a batch of views you have to click add on each view and then get taken back to the top of the list and scroll back down to find the next view. It would be much cleaner to either be able to highlight all of them and h...
4 months ago in Domino Designer / ReStyle 0 Needs Review

When copying an enabled agent, the copy should be disabled

When you copy an agent that's enabled, the copy is also enabled. If you don't disable the agent immediately, problems could occur. Besides, it doesn't make sense for the copy of an agent to also be enabled. thanks clem
about 4 years ago in Domino Designer 0 Under Consideration

Generate Java POJO from Document

I find myself spending lost of time hand crafting a pojo to represent a Notes document. Other environments like JBoss tools the ability to create a POJO from a SQL Table. Other tools I've used create POJOs from Json schema. It would be productiv...
over 5 years ago in Domino Designer / Java 1 Under Consideration