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 800 of 8898

Desktop.dsk api

an api to read databases on each tab in desktop.dsk and add a database on a certain tab. And create a tab These three api calls would be really good to have.
about 2 years ago in Domino Designer / LotusScript 0 Needs Review

More User-Friendly Error Messages for NotesHTTPRequest

I've encountered a number of error codes for NotesHTTPRequest.Post(), all of which have the description "user-defined error". I haven't locked down the cause of one, but they are indeed errors of my own cause. But the lack of a helpful description...
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Add functionality for Rich Text fields to be used in dialogbox.

When a form is launched via a dialogbox, a rich text field on the form is recognized and updated but can not be accessed via code.
almost 4 years ago in Domino Designer / LotusScript 1 Needs Review

Domino Leap: Please add workflow logging

Please add a workflow logging system into Leap. Currently there is no way to answer the question: Who has approved, who has done which step in a certain Workflow-Document? Unless we add some kind of custom logging (write into table or create log-d...
almost 2 years ago in Leap 0 Under Consideration

Expand the Field Class

Currently the field class only has Events. Allow us to get also the fields name.
over 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Enhancing LotusScript Web Service Consumer: Adding Support for SOAP Headers

This enhancement would make LotusScript a more viable option for SOAP-based integrations, eliminating unnecessary complexity while maintaining native functionality.
11 months ago in Domino Designer / LotusScript 0 Needs Review

Allow renaming of users properly

Once a user is renamed or moved to another OU, their CN changes and all Dleap app logic is blown up. This is a severe business issue that limits value of Dleap apps. Please allow Domino admin process to rename users in all DLeap apps. This include...
almost 2 years ago in Leap 0 Needs Review

Allow multiple script libraries to %Include the same constants

If you have two script libraries that both include the same constants file: 'LibraryA %Include "lsconst.lss" 'LibraryB %Include "lsconst.lss" and then you use both libraries in a design element 'FormC Use "LibraryA" Use "LibraryB" this generates t...
over 4 years ago in Domino Designer / LotusScript 3 Under Consideration

Number of Records on Data Grid

The new component Data Grid shows the # of records I'm seeing in each page from 1 to 5 or from 6 to 10., but it doesn't show the total number of records. This information, # of records, will help the end users to navigate inside the Data Grid.
about 4 years ago in Leap 1 Needs Review

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration