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

My ideas

Showing 8482

How can a simple user disable Group By Date in all folders?

How can a simple user disable the option "Group By Date" in all his folders? End users need to do that for each folder (too complicated and too long) or add parameters in notes.ini. (For now, this action can't be done by a simple user.) The end us...
over 1 year ago in Notes 0 Needs Review

Improve auto complete/suggestions

If lotusscript code contains an error, autocompletion and suggestions fail. Please make sure that this works even when the code contains errors. This would help developers a lot.
almost 3 years ago in Domino Designer / LotusScript 0 Under Consideration

PDF format of the product documentation

The customer has a requirement to gather user manuals in PDF format for all applications that they use. They need this for Notes, Designer and Administrator.
5 months ago in Notes / Documentation 0 Needs Review

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

Can't expand the group members after click + from To field

Reproduce steps: 1. Create internet group in Domino directory with mail domain & group internet address. 2. Open outlook, create a new memo, select the created group from domino directory. 3. The group name is added in To field, the group name...
about 3 years ago in Traveler for Microsoft Outlook-HTMO 1 Assessment

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

Completing Free/Busy lookup from MS O365 / Exchange to Domino

Ability for an Exchange user (onprem+O365) to query the availability of a user hosted on Domino.
almost 2 years ago in Domino / Integration 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

Printing from Verse-Mobile-Client on Android

now no option to print a document from mobiles using the verse-client even if they can see wifi-printers. now the way around using android-built-in mail must be used. so its no android-problem, but a missing app-feature.
about 6 years ago in Verse / Mobile (Android) 0 Under Consideration

Update Domino Java classes to use Java 8+ collections (retire Vector)

Replace Vectors with newer collection data structures that support Streams, Collections. Forexample: Integer sum = Item.getValues().stream() .collect(Collectors.summingInt(Integer::intValue)); Somehow, we have to get to at least Java 8 struc...
over 5 years ago in Domino Designer / Java 2 Under Consideration