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 1291 of 8418

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

Add FTSearch function to view

FTSearch on db and on view is different. to make FTSearch consistent add an FTSearch function that returns a documentcollection like on the database object
10 months ago in Domino Designer / LotusScript 0 Under Consideration

CICD pipeline halted due to java agents that need to be recompiled

when I synchronize my ODP with Git repo the Java agents need to be recompiled after synchronization, especially those agents that are using a jar file or java class. otherwise at runtime the agent is complaining that a class could not be loaded. t...
5 months ago in Domino Designer / Java 0 Needs Review

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

Workflow Diagram XPages Control

Workflow diagram control support xml data to display in workflow diagram
almost 6 years ago in Domino Designer / XPages 0 Under Consideration

Update GIT Plugin

The git - Plugin as described at "https://www-10.lotus.com/ldd/ddwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Redbooks%3A+Lotus+Domino+Development+Best+Practices#action=openDocument&res_title=3.7_Source_control&content=pdcontent" is very old. I...
about 6 years ago in Domino Designer / LotusScript 1 Assessment

Expose API function NSFBuildNamesList to Java and LS

We have Session.getUserGroupNameList() to retrieve all groups and names for the current user. But sometimes one needs the groups and names for some other user. I.e. to check if a user is in a certain group or a subgroup. As the function is present...
over 3 years ago in Domino Designer / Java 0 Under Consideration

Improve application development documentation

In particular, create extensive documentation for using items in the Extension Library. Build a documentation library from the standpoint of someone who's never used Notes/Domino before. Beginner, Intermediate, Expert areas. In the past you could ...
about 6 years ago in Domino Designer 5 Assessment

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 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Include more best practice Java libraries plugins out-of-the-box for XPages / DOTS

Some best practice Java libraries like org.apache.commons.lang, client, beanutils etc are available as part of the server and client install in the rcp/eclipse/plugins folder. But because they're not in the shared/eclipse/plugins folder, they cann...
over 6 years ago in Domino Designer / Java / XPages 2 No Plans to Implement