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 1238 of 8027

Controlled Access Section - allow users with reader access to use HotSpots in the section

We use HotSpots to provide links to other documents so users can easily navigate to relevant information. For example, click on the customer name on an invoice to take you to the customer record. If the HotSpot is in a Controlled Access Section th...
over 2 years ago in Domino Designer 0 Needs Review

Delete Private view from database

Requirement is to delete personal views belonging to all user's from the database. Is it possible to achieve this via script? The current functionality is that personal views are visible to only user who created them and not to others. There is a ...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Correct indentation on "End Select" in Lotus Script

The auto indentation of Lotus Script misplaces an "End Select" line. It would need an additional indent tab to be placed correctly. Please just fix this! Mark Reiser sirius-net GmbH
almost 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Calendar Pop-Up should be more elegant

When a User wants to enter a date, using a Nomad Web application or the Notes Client, they are forced to either enter the Date manually, or click on the tiny Calendar icon as illustrated in the attachment. The User should be able to click anyweher...
almost 3 years ago in Domino Designer 0 Under Consideration

Finish documenting $ViewFormat format

The $ViewFormat item in views and folders contains an ever-expanding list of structures, most of which have variable data. The C API documentation, however, mostly stopped bothering keeping up to date - half of the references stop around R4, while...
almost 3 years ago in Domino Designer / Views 6 Planning to Implement

Add APIs for progress indicators and modal "processing" dialogs in LotusScript

For a good number of years, I've used a LS wrapper class around some C API calls to display a progress bar, which is handy when progress steps are knowable. Ideally, this should be available essentially as-is to display a client-modal (or task-mod...
almost 3 years ago in Domino Designer / LotusScript 2 Under Consideration

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

Fields Greyed-Out in Read-mode

Some types of fields, like Combobox field and Date/Time field with Style "Calendar/Time control", are greyed out with a tinted blue background colour in read mode, as shown below: In read mode, we'd like to have the fields in solid colour, not gre...
almost 3 years ago in Domino Designer 1 Needs Review

AppendToTextList to append notesitem values instead of wiping out if hitting item summary limit

NSF to support higher item summary limit and backend code (Core module) has to be modified accordingly.
almost 3 years ago in Domino Designer / LotusScript 3 Needs Clarification

Remove the necessity to call sinitThread/stermThread

The need to (de-)register threads has always been a source of panic. E.g. calling Domino functions from within Swing. But Java 8 brings another, more subtle problem. Working with streams makes a lot of things much easier and more clearly - but if ...
almost 3 years ago in Domino Designer / Java 0 Needs Review