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 1339

Add NSF path to the name of runtime XPages ClassLoaders

Since Java 9, there are ClassLoader constructors that take a name parameter, which then shows up in the class name in stack traces. Providing this contextual information in an XPage app's ModuleClassLoader.DynamicClassLoader instance could make it...
2 days ago in Domino Designer / XPages 0 Needs Review

Support properties on Record objects in EL

As of 14.5, if you have a Record class with a "name" property, the EL binding #{someRecord.name} results in an exception of "Error getting property 'name' from bean of type somepackage.SomeRecordClass". The XPages EL property resolver should map t...
about 5 hours ago in Domino Designer / XPages 0 Needs Review

Support Eclipse Marketplace plugin installation

Having access to the Eclipse Marketplace mechanism of plugin installation would make it much, much easier to exten Designer, at least with the plugins that work on 2023-12 and don't conflict with existing bundles in Designer.
about 5 hours ago in Domino Designer 0 Needs Review

compute the font colour

making the font colour e.g. for a text field could add great value e.g. mark in red/green/orange to emphasize a status
1 day ago in Domino Designer / @Formulas 0 Needs Review

Improve YAML based source control feature

The YAML based ODP looks absolutely promising, but currently feels like a step backwards because it contains less readable information. That makes it impossible to do code reviews or check what changes others have made. Most of the 'text-based' co...
22 days ago in Domino Designer 1 Needs Review

Improve Delimiters?

I submitted an entry in the Forum, and it was confirmed that what I want is not currently possible. https://developer.ds.hcl-software.com/t/are-dynamic-field-sizes-supported/171572 To paraphrase... " No one ever said they like field delimiters. Th...
2 days ago in Domino Designer 0 Needs Review

Enable control over popup behavior in embedded views to improve user experience.

Insert the embedded view into the form. Make a selection within the embedded view. Move the cursor over the row in the corresponding view. Observed Behavior: A popup appears when hovering over the selected document row, as shown in the attach...
9 days ago in Domino Designer / Views 0 Under Consideration

Renaming the programmatic name when inserting a Shared Column

When I insert shared columns, the programmatic name is not carried over. This is annoying when you insert several columns at the same time for many views. It then just shows something like $6 instead of $IconForm. I use the programmatic name to di...
11 days ago in Domino Designer / Views 0 Needs Review

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and fin...
10 days ago in Domino Designer / LotusScript 0 Needs Review

Add new/extend LotusScript classes in core LotusScript

Include LotusScript extensions just shown into the core LotusScript engine so they can be used on Domino server, Notes and Nomad clients. Timezone management and conversion HTTP handling of Binary files All sorts of hashing algorithms exposed to L...
about 1 year ago in Domino Designer / LotusScript 2 Assessment