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 1312

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...
almost 4 years ago in Domino Designer 2 Under Consideration

Domino Designer help should add Example: How to read/write Notes Rich Text with Oracle Blob through LSX

There are lots of products which support read/write application data with Oracle Blob. And they provide clear sample code. We refer this "Chapter 8 Connector for Oracle " in below designer help, we understand that Domino also support read/write No...
4 months ago in Domino Designer 2 Needs Review

Make content assist (ctrl+space) available at every place in the designer

nothing more, nothing less... content assist should work on EACH place, where you can enter code (java, xpage source, serverside js, clientside-js, dialogbox for computed values, lotusscript, etc)
about 6 years ago in Domino Designer / XPages 0 Under Consideration

Add option to fit combobox and listbox width to the window in Domino Designer

Domino Designer provides multiple sizing options for textfields: Fixed (Size) Fit to window (%) Fixed (characters) For comboboxes and listboxes only the following options are available: Fixed (Size) Fixed (characters) For a proper rendering of...
over 5 years ago in Domino Designer 0 Under Consideration

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...
over 3 years ago in Domino Designer / Java 0 Needs Review

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

@ValidateInternetAddress does not return correct result

@ValidateInternetAddress ( [ Address821 ] ; "?.?@domain.com" ) This formula says, that the given Internet Mail Address is correct. But that is not true.
about 2 years ago in Domino Designer / @Formulas 5 Needs Review

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

Fulltext index field removal dialog

Wild card selection would be really good here. Like select all fields that ends with _old or the possibility to inverted selection. Because it's often more useful to know what fields are indexed than the other way around. Another good this would b...
4 months ago in Domino Designer 0 Needs Review

Add "explain" output for QueryResultsProcessor

The DominoQuery object you can feed into QueryResultsProcessor has an explain method, but it would be convenient to have an equivalent in QRP too. At an initial level, this could just execute explain on each inserted Query object, which would be u...
about 3 years ago in Domino Designer / Java 0 Under Consideration