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 1359

Add inner / outer join functionality in DQL

While it is not possible to work with JSON and LotusScript in a professional way, and also in Java merging two JSON results ends up implementing a punch card logic from the 17th century, I would really like to see a way to inner / outer join DQL r...
over 2 years ago in Domino Designer 0 Needs Review

alt or title property for column icons

from an accessibility point of view they view column icons are not compliant due to the lack of a title or alt property. the column icons in a view are not that strong so they create room for incorrect interpretation by users with good sight. a ti...
10 months ago in Domino Designer / Views 2 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 finds the...
4 months ago in Domino Designer / LotusScript 1 Needs Review

Notes view - Column margins

Add possibility to set view column margins. Situation:There are two columns. 1st is numeric and justified to the right, 2nd is text justified to left. The resulting view has very narrow space between the values and you have to add extra column or ...
about 2 years ago in Domino Designer / Views 1 Needs Review

Add NotesView.AllDocuments property for LotusScript

So useful...
over 7 years ago in Domino Designer 1 Under Consideration

Please allow Java debugging as a permanent development tool again - or allow debugging only for http task

Background for our request: We develop XPages-based applications with a large Java framework with a larger development team. Up to Domino 10 we have used the Java Debugging on a regular basis many times a day, therefore on all of our development w...
over 5 years ago in Domino Designer / Debugger 0 Under Consideration

regular expression support for different aspects, field validation, db search

Regular expressions are very powerfull, but since we have dont have native support in LotusScript please extend LS classes to support it.
almost 7 years ago in Domino Designer / LotusScript 3 Under Consideration

sessionAsSigner for LotusScript

Really grew to love sessionAsSigner in Xpages apps. E.g. perfect for workflow apps! Now everytime I build or maintain a pure Notes client app I'm deeply missing the flexibility of sessionAsSigner in LotusScript!
over 6 years ago in Domino Designer / LotusScript 3 Under Consideration

Enable opening and removing multiple applications in Domino designer

When you get a large project that is spanning over multiple .ntf it is a bit of a hassle to add them one by one to your workspace. It would be nice if you could select multiple ntfs in the 'Open application' dialog and add them all to the workspac...
about 7 years ago in Domino Designer 0 Under Consideration

Improve LotusScript Lists with something like a size or count property

I love using Lists in LotusScript, as well as HashMaps in Jave etc. There are a few things though that I've always missed with Lists: a size or count property/option telling us how many elemts are stored in a List if that is not possible for whate...
about 4 years ago in Domino Designer / LotusScript 5 Needs Review