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 3602

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

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

Embed HCL Verse in to mail file access via Nomad

Rather than render the mail file the old Notes 8 way, allow for opening user mail file using Verse embedded (if installed). Since Verse has a better UI than Notes 8 this would augment mail without having to put bloatware like Eclipse in to the mix.
over 1 year ago in Nomad 0 Under Consideration

Add "allow guests" option for meetings created from a Notes meeting invite

extending idea STC-I-225 where the guest control was added "before" the meeting starts - allow administrators or users to by default allow guests into their meetings (not the global "allow guests" setting). Our users have forgotten to "allow guest...
over 1 year ago in Notes 5 Under Consideration

Default to set "EDIT_FIND_SUPP_FONT=0" in Notes client's notes.ini file

Background: From Notes client 1101FP6/l202 and later version, it contains the fix for the issue of "Traditional Chinese characters and symbols get garbled", refer to following link: https://support.hcltechsw.com/csm?id=kb_article&sysparm_artic...
about 1 year ago in Notes 0 Under Consideration

ProgressBar for Import / Export Data

Make an Lotusscript ProgressBar available for Import or Export Data. Example: Import 250 of 2500 Document 10% (Progressbar form 0 to 100%)
almost 3 years ago in Domino Designer / LotusScript 2 Under Consideration

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...
almost 5 years ago in Verse / Mobile (iOS) 2 Under Consideration

Being able to add a contact from a message in Verse

Being able to add a contact from a message in Verse
about 2 years ago in Verse / Verse on Premises 0 Under Consideration

The expiration date for ID vault certificate is not able to update

The expiration period of Password reset certificate and vault certificate is 10 years after new setup. This period is not able to update. The function to update these certificates is needed.
almost 5 years ago in Admin Client 2 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