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 1233

C API / LotusScript for Contacts Synchronization

As there is some limitation on C API for replication between same databases -- we need to have an API that utilized the synchronization of contacts from pernames and mail file This is to provide more options for customization and to bring the func...
about 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Prevent status (enabled or disabled) of "Before new mail arrives" agent from being inherited.

"Before new mail arrives" agent is created in template. Multiple DBs inherit design from this template. Requirement is to prevent the status (enabled or disabled) from being inherited. Need feature/control to prevent status of this agent being app...
about 2 years ago in Domino Designer / LotusScript 1 No Plans to Implement

Remove packaged Jar files from classpath

In addition to the JDK Domino/Notes bring a lot of Jars that linger around in .../ext and some other directories. All of these should be separated and hidden from Java code in databases. They cause disturbances and we could not rely on them becaus...
about 2 years ago in Domino Designer / Java 0 Under Consideration

Add NotesDocument to a Collection like an array

Our Problem: We are trying to search multiples NotesDocuments from an agent in a database to a view in another database. We then proceed to add those documents to a NotesDocumentCollection with the function AddDocument (NotesDocumentCollection - L...
over 2 years ago in Domino Designer / LotusScript 3 Needs Review

Disable "Public Encryption Keys" option from "Document Properties"

Customer is looking for option to not allow users to add/remove names from "Public Encryption keys" present in "Security" tab of "Document Properties" for any document.Requirement is to restrict users to not use this option somehow.
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

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

Add a method to change the character set.

NotesHTTPRequest responses are sometimes returned in a format other than UTF-8. Please add a method to specify or change the character encoding.
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review

"Input enabled" not always working

In (at least) V11.01 FP2, when using a @formula in the input enabled section of (at least) checkbox, radio button or listbox field, it is not working. When using a simple formula like @if(@getfield("IsAdmin")="1";@True;@False), it looks like the @...
about 3 years ago in Domino Designer / @Formulas 0 Needs Review

Extend the limitation of action name's length

Action name has the 128 byte limitation and the following message is displayed when it's over. "The action's composite name is too long. (An action's composite name includes the names of its parent actions.)" When we use DBCS characters for ...
about 3 years ago in Domino Designer 0 Needs Review

Add a final newline when compressing js files

We have several 3rd party products in js in our XPages application. These js files do not end the last line of code with newline. Consequently, when Use runtime optimized JavaScript is selected, the first line of file b.js is attached directly to ...
about 3 years ago in Domino Designer / XPages 1 Under Consideration