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

Clear

Ideas

Implement Auto Launch first attachment - open file in new browser tab

We use Auto Launch first attachment to open preview of attachments, printed documents in pdf.We copy attachment to a new document that has only a RichText with Auto Launch set.It is one of crucial features for printing and quick preview of attachm...
over 3 years ago in Nomad / Nomad (Web) 1 Already Exists

Needs a parameter in notes.ini which can control to hide/display the archive links

Customer needs a parameter in notes.ini which can control to hide/display the archive links on the left navigation bar. Background: Customer does not want to expose the address of the archive server, therefore the URL redirect is passed by NGX rev...
about 4 years ago in Verse / Verse on Premises 1 Future Consideration

Add isValid or equivalent to NotesCalendarEntry

When you use NotesCalendar#getEntry, it will always return a NotesCalendarEntry object even if the UID is not found. An invalid UID will result in an object that throws an exception when you try to do basically anything with it. While documented, ...
over 2 years ago in Domino Designer / Java 0 Under Consideration

Allow Nomad to update the internet password when user changes an ID file password

Currently when the user changes the password from Nomad Web via "Change Password" menu then it can successfully change the password in the ID Vault. However if there is a Security Policy set in Domino to sync the ID file password with internet pas...
over 1 year ago in Nomad / Nomad (Web) 1 Future Consideration

Completely hide the PWA install dialog for users

Currently to hide the Verse PWA install dialog for users using supported PWA desktop browsers we use VOP_GK_FEATURE_218=0. However, with this setting PWA install dialog still visible inside browser menu. Customer requirement is to completely hide ...
11 months ago in Verse / Verse on Premises 0 Future Consideration

Add Strikethrough to font style in NOMAD client.

The Nomad client's rich text editor does not have strike-through style. This font style is often used. Please add it.
almost 4 years ago in Nomad / Nomad (Web) 2 Future Consideration

Create a meeting over 1 day meeting in calendar.

I would like the ability to create more than one day of meetings on the calendar. Notes client or OnTime can create them.
about 3 years ago in Verse / Verse on Premises 0 Future Consideration

Ability to create custom repleating calendar entries

It's currently not available in iNotes either.
over 7 years ago in Verse / Verse on Premises 0 Future Consideration

Update Designer Documentation with respect to Nomad Web

Currently, there is short and long term limitation explained with respect to Nomad Web in below URL--> https://help.hcltechsw.com/nomad/1.0_web/nomad_web_limitations.html There are additional URLs with respect to LotusScipt and Formula language...
almost 3 years ago in Domino Designer / Documentation 1 Already Exists

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 6 years ago in Domino Designer / Java 2 Under Consideration