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 260

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...
about 3 years ago in Domino Designer 2 Needs Review

Upgrade Apache Axis to Axis2 (or latest at the time) to resolve issues with WSDL import functionality

Please consider updating the version of Apache Axis used in Domino Designer. Designer includes Axis v1.4 which has been included with Designer since Notes 9 (possibly Notes 8). Complexity of webservices have moved on a long way since that time, a...
6 months ago in Domino Designer / LotusScript 0 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 ...
9 months ago in Domino Designer / Views 1 Needs Review

Make a Notes client JavaScript User Guide

I'd like to know the details of how to use JavaScript in a form in the Notes client (V11+). One can do marvellous things in the UI, but most of it is unknown to the average developer. Could you please write a User's Guide, describing what javaScri...
11 months ago in Domino Designer / Documentation 0 Needs Review

Update Designer Documentation with respect to Nomad Web

Currently, there is short and long term limitation explained with respect to Nomad Web in below URL--> https://help.hcltechsw.com/nomad/1.0_web/nomad_web_limitations.html There are additional URLs with respect to LotusScipt and Formula language...
about 1 year ago in Domino Designer / Documentation 0 Needs Review

Provide more than one text line in PicklistCollection

The PicklistCollection dialog only prompts one line of text, even if the parameter prompt contains line breaks. Sometimes it would be very helpful if more than one text line could be displayed when the user needs to select a document based on more...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

New parameter to specify default selection documents for views displayed in notesUIWorkspace.PickListStrings.

The last parameter of PickListStrings can specify a category. However, there is no parameter that allows specifying the default selection document. NotesUIView.SelectDocument allows the Notes client to select documents for the view it displays. A...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

The size of Twisty Icons should be consistent and controlled by Designer

As illustrated in the attached file called "Twisty Size.gif", the size of the Twisty (the icon highlighted in the attachment, which is used to display the values in the respective lists) is different for Dialogue List and Combo Box fields on Nomad...
over 2 years ago in Domino Designer 0 Needs Review

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412. If a field with the given name does exist in the fo...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

LotusScript completes private parts of a superclass in a subclass

The LotusScript class system differs in a key way from the way Java works. In Java, if you create a subclass from a parent class, the subclass can only access the Public methods, variables and properties, not the Private methods, variables and pro...
4 days ago in Domino Designer 0 Needs Review