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

All ideas

Showing 8833

NotesDateTime initializing for midnight

Currently NotesDateTime cannot be initialized for midnight. The code dim date as new NotesDateTime("2024-010-10 00:00:00") call date.adjustSeconds(5) does not make any runtime errors, but the 5 seconds are just not added, because the date componen...
about 1 year ago in Domino Designer / LotusScript 4 Needs Review

Mouse wheel movement if mouse cursor in a field should always work

Given: A form with a field that's heigth is tall enough to display i.e. 8 lines of text. A mouse wheel which allows you to scroll the form vertically Problem: If the mouse pointer is "inside" the given field frame and has a contetnt that fits comp...
about 1 year ago in Notes / Documentation 0 Needs Review

Make LS debugger work in dialogs, on forms with embedded views

Currently, there are severl oft-used design constructs where you cannot use the Lotusscript debugger. Like in dialogs, or in forms with embedded views. This makes debugging scripts used in these situations incredibly painful. Please remove these l...
over 5 years ago in Domino Designer / Debugger 1 Under Consideration

Make it easy to build JAX-RS RESTful web services within the nsf

JAX-RS and annotations are a powerful way to build RESTful web services. Todai it can be done but you have to take lots of steps to make it possible. For inspiration: https://github.com/OpenNTF/org.openntf.xsp.jakartaee, (and https://www.pradny.co...
over 6 years ago in Domino Designer / Java 5 Under Consideration

Support delegated Mailfiles in Verse Mobile App

Add the capability to switch to delegated accounts in the Verse Mobile App.
about 7 years ago in Verse / Mobile (Android) 1 Assessment

Allow Domino Java Agents to keep Java threads persistent as required to support JMS API message queue functionality

Java Message Service (JMS) API message queue functionality expects certain JMS threads to persist after initial invocation. By contrast, all threads created by a Domino Java Agent are terminated when the agent completes execution. No threads are a...
almost 7 years ago in Domino 6 Under Consideration

Replicate the content and structure of database icons on Notes desktop

To keep Notes icons and Tabs on different virtual machines synchronized is a pain. if content and structure of database icons could be stored in a user's database, it would be easy to replicate the desktop between different machines. Even if there...
about 2 months ago in Notes 0 Needs Review

Slow Performance Fix: Caching of Java libraries (attachments) in Agents and Script libraries

We have many complaints of Notes being so slow, ....because when running Java agents Notes/Domino must first detach the files (libraries) in the Java agents or Script Libraries to disk before running the agent. This could easily take 10-30 seconds...
over 7 years ago in Notes 1 Assessment

modern controls and templates for xpages

xpages core is great but adding cool controls is not easy. we neet components like primefaces in standart package. https://www.primefaces.org/showcase/
over 7 years ago in Domino Designer / XPages 1 Assessment

Allow more web-like events on form fields

Would it be possibe to add (most of) the other field events to form fields, e.g. Click and DblClick? They could be very useful in various circumstances. Or implement (in JavaScript) form.field.addEventListener, so it can be accomplished using Java...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration