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

Search results

Showing 636 of 636

NewInstance parameter needs to recognized in notesUIWorkspace.EditDocument method

>>>>>>>Observation Scenario for Target and Pointer database setup: 1. Target database - It contains user records with some basic user information. 2. Pointer database - It contains pointer documents. After creating some user r...
about 1 year ago in Domino Designer / LotusScript 1 Needs Review

Make HTTP Status Code customizable from web forms

1.) Domino Web FormsSimilar to the existing formula function "@SetHTTPHeader" there should be a way to customize HTTP status code (and text) output for Domino web form which are called like: - YourForm?OpenForm- YourForm?ReadForm- YourDocument?Ope...
over 1 year ago in Domino 2 Under Consideration

Make Domino Config General Error mapping also handle path errors

Within the Domino config database (domcfg.nsf) one can set a mapping for a custom "General Error" form to be displayed if such an error occours. Unfortunately this mapping obviously doesn´t count for (non-database related) path errors. For examp...
over 5 years ago in Domino / Administration 0 Under Consideration

Increase the meeting interval time for weekly, monthly, daily and yearly

1) Notes User has received an appointment (update notice) from external Outlook user.2) The meeting interval is set to 15 weeks.3) At Notes user when opening the appointment (Update notice) gets an error message "Array index out of bounds" for the...
about 1 year ago in Notes 0 Needs Review

Support for proxy set at Windows O.S. level

Customer added iCal feed at his calendar. But it gives the error "java.io.IOException: For input string:"//http-proxy-2.acme.com" . 1) At Windows 11 O.S. proxy server is defined as "http://http-proxy-2.acme.com". 2) If proxy is set as "http-proxy-...
6 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...
about 7 years ago in Notes 1 Assessment

Search box is required

It seems Domino Volt does not provide a search box although it has a "Filter" on LEAP.It's critical for users to find a document quickly.
over 5 years ago in Leap 0 Shipped

Copy Into New -> Message,should support MIME mail message render the right formatting

1. From Inbox open one received external mail message. 2. Right click the mail from Inbox,select "Copy Into New -> Message",then MIME message format lost(such as, picture and highline color text). Pls consider to support this feature for MIME m...
about 1 year ago in Notes 0 Needs Review

Add LotusScript class for reading Near Field Communication (NFC) tags in Nomad Mobile

We have been running a Domino application for 20 years to allow employees to request transportation expenses from the company. IC cards using NFC (FeliCa) are widely used in Japan, and one IC card is enough to get on almost all public transportati...
over 4 years ago in Nomad / Nomad (iOS) 0 Assessment

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and finds the...
3 months ago in Domino Designer / LotusScript 1 Needs Review