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 195 of 8846

Ways to validate uploaded files

When Domino is out in the open, many more requirements for handling incoming files in application are required which today we can not met. Checking the extensions or validate the content-type are not sufficient because they can be spoofed. Therefo...
over 1 year ago in Domino Designer / Java 0 Under Consideration

Add "since" in QueryResultsProcessor#executeToView to reuse an existing view if it's newer than the param

Currently, #executeToView throws an exception if the named view doesn't exist. If you as a programmer want to re-use an existing one, that means you need to manually try to get the view and then, if it exists, check your timeout against its creati...
almost 4 years ago in Domino Designer / Java 0 Under Consideration

Add mechanism to retrieve QueryResultsProcessor JSON as an InputStream or Reader

The executeToJSON method emits a full String of JSON content, which generally means that a Java-side consumer will have to immediately pass that to a JSON parser. These parsers generally have a variant (or do so exclusively) that takes an InputStr...
almost 4 years ago in Domino Designer / Java 0 Under Consideration

Automatically adjust and display for the form or view screen according to the size of smartphone

Need feature to resize the form/view etc. design elements while working with application on mobile using NOMAD.
over 3 years ago in Nomad / Nomad (iOS) 3 Already Exists

Automatically Open "Authenticator" Application When an Additional Authentication Factor Is Required

When Nomad Federated Login is enabled, it is possible to configure Multi-Factor Authentication (MFA) on the IdP, requiring users to provide an additional factor (e.g., OTP) for authentication. To enhance user experience, please implement functiona...
11 months ago in Nomad / Nomad (iOS) 0 Needs Review

To identify the actual Fonts being used in Nomad App.

While creating any notes document using Notes Client, it is easier to check the Fonts applied to the text and also it is easy to change the Fonts to some other type. However, while viewing same document in Nomad app (iOS or android), below observa...
over 3 years ago in Nomad / Nomad (iOS) 1 Already Exists

Ability to reach and set "Implicit headers" when a web service consumer is used from a java agent

One workaround today is to write code in the generated web service consumer "BindingStub". But in this situation, it is difficult to reach the information that is necessary to put in the service. If it were possible to reach and put those headers ...
almost 7 years ago in Domino Designer / Java 0 Assessment

Multiple selection for ios photo picker

Ability to insert more photos at once as attachment.
over 4 years ago in Nomad / Nomad (iOS) 0 Assessment

Nomad Web: Access restriction for specific Domino servers

Provide a function of access restriction between SafeLinx (Nomad Web) and Domino. In Nomad Web when accessing Domino server from external + use Notes client in internal. They want access restriction for some specific Domino servers from externa...
about 4 years ago in SafeLinx 1 Already Exists

Different way to store design/code of agents

when scanning design of database for code vulnerabilities we notice that (java) agents are skipped because they are xml files and not java files. therefor the code scanner is not reading the java code that resides in the xml file for the agent. so...
over 1 year ago in Domino Designer / Java 0 Needs Review