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

Showing 48

Support properties on Record objects in EL

As of 14.5, if you have a Record class with a "name" property, the EL binding #{someRecord.name} results in an exception of "Error getting property 'name' from bean of type somepackage.SomeRecordClass". The XPages EL property resolver should map t...
4 months ago in Domino Designer / XPages 2 Needs Review

Allow RFC822 address format for Mail-In databases

You can configure the address of a mail-in database like "My Teammailbox" <team@acme.com> and this format will be used for sending, if you use this entry as owner of the mailfile. Stupid problem: You will not be able to receive to this addre...
22 days ago in Domino / Templates 0 Needs Review

Add NSF path to the name of runtime XPages ClassLoaders

Since Java 9, there are ClassLoader constructors that take a name parameter, which then shows up in the class name in stack traces. Providing this contextual information in an XPage app's ModuleClassLoader.DynamicClassLoader instance could make it...
4 months ago in Domino Designer / XPages 0 Needs Review

Need ways to identify what application a Java memory leak is coming from.

Currently when we see a Java memory leak we know it is most likely caused by not recycling the Java objects but have no idea what application it is coming from. This means that the developers need to look at all the applications running on the ser...
over 2 years ago in Domino Designer / Java 0 Needs Review

Add role [AccessContact] to local names.nsf, if seperate contact-rights are used in mail delegation

Hi guys, yesterday I got an incident from a costumer. An assistant creates contacts in the mailfile of the manager. These contacts get the reader field "Readers" with "[AccessContacts]" in it. The Manager is seeing these contacts on his iPhone but...
about 1 year ago in Domino / Templates 0 Needs Review

Room & Resource template design should be increase usability

Since Domino 12.x, the Resource & Reservation template (resrc12.ntf) design is changed and modernized, but at some usability is decreased. Hard to see the difference between Editable fields and calculated fields in new Reservation form and Res...
almost 2 years ago in Domino / Templates 0 Needs Review

Reduce overhead/memory footprint when loading Style Sheet (CSS) resources for the Design tab

Opening an XPage file containing a large number of xp elements, CustomControls, and CSS styling rules causes Designer to take significantly longer to render all visuals in the 'Design' tab and thus becomes unresponsive until all rendering is compl...
over 1 year ago in Domino Designer / XPages 0 Needs Review

Allow view column sorting to refresh only the view panel without refreshing the entire XPage

Currently, if you have enable "partialrefresh" as "true" then ideally it should refresh only the panel for which this property is enabled. If you enable this property for view panel where sorting is applied on view column, then on click og column ...
about 3 years ago in Domino Designer / XPages 1 Needs Review

Improve Alternate from feature mail-in database lookup

The code in the Entering event of the IsMailInDB item in the CalendarProfile form should be improved. I have cases where db.Server is not returning CN=ServerName/O=Org but just ServerName/Org, thus this comparison is going to fail: If (MDBdoc.Mail...
over 1 year ago in Domino / Templates 0 Needs Review

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, ...
almost 2 years ago in Domino Designer / Java 0 Needs Review