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 1657 of 8999

Correct line numbers on error for Lotusscript classes

As a developer the wrong error line number is reported so it is harder to find where the error occurred.
over 6 years ago in Domino Designer / LotusScript 5 Under Consideration

"Alias" for Shared actions instead of an "id"

If shared actions are used, every new shared action in a database gets a new id. The id is a number. Working with the shared actions in one database works fine. Image a second database which also uses shared actions. In the second database there a...
3 months ago in Domino Designer / Views 0 Needs Review

AI assistant

copilot is the buzz. the copilot4eclipse seems not be able to run in designer (though there is a document under HCL support that describes how to use it in domino designer). but all other development teams are using copilot to add or improve code ...
6 months ago in Domino Designer 0 Under Consideration

File upload control - support multiple files

The web has evolved since the file upload control on standard web forms was created. You can now upload multiple files. Please extend the functionality to allow multiple files to be uploaded. Edit: to be clear this is for standard web forms, not...
almost 7 years ago in Domino Designer 10 Assessment

Improve JavaScript and HTML rendering support in the classic Notes Client

the Notes Client has JavaScript support for forms and views for many years, but it is outdated and does not provide much API access make JavaScript a real alternative to LotusScript for classic Notes Client development, cross-platform full form an...
about 7 years ago in Domino Designer 1 Assessment

Complete reference for XSP.properties settings

We need a complete reference for low-level settings supported in xsp.properties (e.g. xsp.csrf.protection, xsp.sessionid.cookie.samesite, etc.). Historically I were looking into the xsp.properties.sample file in the data directory, but it’s not be...
about 4 years ago in Domino Designer / XPages 0 Under Consideration

Make text color computable ( @formula )

If you want to conditionally change the text color of an item or computedtext object in a client based Notes application, by now you need to have duplicates with according text colors that are shown / hidden depending on hideWhen. ( see screenshot...
over 7 years ago in Domino Designer / @Formulas 1 Assessment

Search bar in picklists.

It should be possible to use the search bar in picklists.
over 7 years ago in Domino Designer 8 Assessment

Add encoding @functions for custom HTML, XML and JSON

When building custom HTML, XML or JSON, there are a few character, that needs escaping. @HTMLEncode For doing HTML encoding, I use this to encode a text field/string: text := "B&O";_from := "&":"<":">":"\"":"'";_to := "&amp;":"&a...
over 1 year ago in Domino Designer / @Formulas 1 Assessment

CreateViewNavigator improvements

If I use createNavigatorFromCategory or createNavigatorFromKey.All categories disappear and that is sad because sometimes when you create apps you would like to get i.e all level 2 category names below a certain category without looking thru lots ...
8 months ago in Domino Designer / LotusScript 0 Needs Review