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 8472

Add foreach to handle document collections

When looping a document collection, one has to use a structure like this Do Until(doc Is Nothing) <<code>> Set doc = col.GetNextDocument(doc) Loop or Do Until(doc Is Nothing) set docNext = col.getNextDocument(doc) <<code>>...
over 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Modify NotesThread.NnotesInitThread to report error codes in hexadecimal

Currently, if there is an exception in process/thread initialization, the status is reported as a decimal number: java.lang.Exception: Notes initialization failure - err 433 at lotus.domino.NotesThread.NnotesInitThread(Native Method) at lotus.do...
over 3 years ago in Domino Designer / Java 0 Assessment

Add HCL Verse for iOS in the list of Applications that can be used to send photos from an apple device

Currently, if you select a photo/s using an iPhone device and select share or the option to choose an app where you can send the photo, HCL Verse App is not included in the list of applications that can be used. Adding this option will be more con...
about 5 years ago in Verse / Mobile (iOS) 2 Under Consideration

Make @IfError() Available Again

@IfError() was introduced in R6, but depreciated with R7 and therefor should not be used any more. Probably, because IBM wasn't able to fix some bug. - However, this @function is very useful and makes code much easier to read and understand than a...
almost 4 years ago in Domino Designer / @Formulas 1 Under Consideration

Tools that will show ACL , Roles , etc

See and compare an entire server’s worth of ACLs all at once – all in one central interface.Compare ACLs across all mailbox and database instances to locate inconsistencies. Locate and analyze any given ACL entry by their name, type, access level,...
9 months ago in Domino / Administration 3 Already Exists

Automate Domino key rollover process for certificates

The Domino key rollover procedure for the organization \ or organization unit(consider to rollover 100's+ of OU's) is a time-consuming process since it doesn't have any automation available. So, request to implement some way to automate this proce...
9 months ago in Domino / Administration 3 Needs Clarification

Domino Leap services URL should be configurable.

Customer deployed Domino Leap in test environment then production. In test environment, the service URL pointed to different address with production URL. Customer wish the URL is configurable so they don't need to modify it after they move it to p...
9 months ago in LEAP 1 Needs Review

Upload multiple files or zip archive to app files location and additionally subfolder

At the moment, each file has to be uploaded individually; it would make sense if we could upload a zip archive (Leap would need to unzip and discard any retaining top folder). Alternatively, how about being able to select multiple files and upload...
over 1 year ago in LEAP / Documentation 1 Planning to Implement

Make Domino Designer LotusScript Eclipse editor respect CamelCase as documented

The old lotusscript editor, when completing object properites and methods, completes with the CamelCase name as in the documentation. The Eclipse LotusScript editor has failed to do so since it's introduction. It's about time it followed the stand...
about 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Add Session.setReuseDocumentHandles(boolean) to prevent Java API from reusing handles of open documents

When opening a document in the Notes Java API (Notes.jar), there's an internal logic to check whether that document has been opened and not recycled before. So for example in this snippet Database db = session.getDatabase("Server1/Org", "test.nsf"...
about 2 years ago in Domino 0 Under Consideration