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 1284

Support for self-signed certificates on Nomad

We have recently developed an LotusScript function that sends a NotesHttpRequest to a REST on our server, which has a self-signed certificate. When running the function we get the expected SSL error about self-signed certificates. In Notes clients...
10 months ago in Domino Designer / LotusScript 0 Needs Review

LotusScript Debugger: open the Design Element when running into an Error

When running into an Error using debugger, the next step is usually to either look at the data -Debuggger allows this already- or to go to the code where 'it' happend (e.g. to add break points in the area). The idea would allow to do the later one...
almost 2 years ago in Domino Designer / Debugger 1 Under Consideration

Asynchronous LS code in a Notes form

Say you want to fill some cache at the start of a form, e.g. looping through a view in the PostOpen. The user has to wait until the loop is finished. If this code could be executed asynchronously, the user wouldn't have to wait and could start fil...
almost 3 years ago in Domino Designer / LotusScript 3 Needs Review

Change password for a user ID without having ID Vault using lotusscript or Formula Language

"ResetUserPassword" method can be used to change the password for a user ID present in ID Vault. Requirement is to change/reset the password without having ID vault and this needs to be done via lotusscript or formula language.
about 3 years ago in Domino Designer / LotusScript 3 No Plans to Implement

Expand the Button Class (LS, Java,...)

Currently the button class (actions, action hotspot or button on a form) consists in LS only of 2 events. It would be great if one would have access to the Name property of the button.
about 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Make inviewedit more flexible

It currently is a pain to work with inviewedit. Some part, like query_request was never officially supported. I like e.g. to have a drop down lost when I click on a field. Or have real checkboxes and radio buttons in a Notes view. This would make ...
over 5 years ago in Domino Designer / Views 0 Under Consideration

Enable DQL via database properties box

Instead of: Procedure To add the design catalog to a database, use the following updall command: load updall <mydb.nsf> -e I want to add the design catalog for a db via the database properties. By this way it is: simple to enable, not via co...
about 2 years ago in Domino Designer 0 Needs Review

Please finally set for real number the syntax to only the decimal point

PROBLEM: Since version 8 or 9 I again and again experience problems with the decimal point when I edit LS code in the Designer. Even for old code suddenly the Designer starts to raise mistakes if one opens the design element . . . As I am working ...
over 1 year ago in Domino Designer 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...
about 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Identify which replica a document was created in

If there a database has multiple replicas, it is impractical to compare the @created and the @addedinthisfile timestamps to determine if a document was created in a specific replica. Is it possible to either a) add a lotusscript method to notesdoc...
5 months ago in Domino Designer / LotusScript 4 No Plans to Implement