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 1252

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...
over 2 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...
over 2 years ago in Domino Designer / Java 0 Under Consideration

Make inviewedit more flexible

It currently is a pain to work with inviewedit. Some part, like query_request was never officially supported. I like e.g. to have a drop down lost when I click on a field. Or have real checkboxes and radio buttons in a Notes view. This would mak...
over 5 years ago in Domino Designer / Views 0 Under Consideration

Ability to get information about inline images in richtext in LotusScript

Ability to get information about inline images in richtext in LotusScript It would be useful if LotusScript could get inline image information in richtext. For example, the following information - Width size of the original image - Height of ...
12 months ago in Domino Designer / LotusScript 0 Needs Review

Allow longer field names in forms

Currently we're limited to 32 characters in a field name when creating them in Domino Designer.This is sometimes limiting in regards to describing field names. If possible, it would be nice to be able to have longer field names.
12 months ago in Domino Designer 0 Needs Review

Dynamic Views

In the Notes Client, in Notes Views, display dynamic data based on a query that does not require an index.Such a feature has been introduced in Notes/Domino 7 with the Db2 access views but was limited to Db2 data.We would like to have possibility ...
over 4 years ago in Domino Designer / Views 1 Under Consideration

Compiling XPages projects in Designer 10 with external addons

In designer 10 building xpages project that has a plugin that is attached to the build process has stopped working. There is a workaround but it's better that this is supported right out of the box like in Designer 9.0.1 https://openntf.org/main...
almost 5 years ago in Domino Designer / XPages 1 Under Consideration

App dev pack / Proton : expose V12 QueryProcessor and / or some view Navigation methods

Hi, Currently the way to get documents from Domino via GRPC/Proton is to perform a DQL Query. But DQL does not allow for document sorting, so if - for ex - I want to get the 5 first documents based on a field sorting, I need to get all the documen...
over 3 years ago in Domino Designer / Java 1 No Plans to Implement

DQL in SSJS / XPages

add dql classes to ssjs
over 5 years ago in Domino Designer / XPages 1 Assessment

Frame width

I want to display data different depending on whether a document is opened in a (smaller) preview frame or in a separate tab. With the @resolutionWidth and @resolutionHeight formulas, it is possible to get the dimensions of the client window. This...
12 months ago in Domino Designer / @Formulas 0 Needs Review