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 8515 of 8515

Reflect the stage name in message title when submitting form data

Who needs this? Leap Manager application owner and developer What do they want? The ability to change the message displayed in the submission information box to the [desired] stage name, instead of the default 'Submitted' Why do they want it? Comm...
5 months ago in LEAP 0 Needs Review

Allow more web-like events on form fields

Would it be possibe to add (most of) the other field events to form fields, e.g. Click and DblClick? They could be very useful in various circumstances. Or implement (in JavaScript) form.field.addEventListener, so it can be accomplished using Java...
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Type ahead not working for in-string

Example : if the Domino Directory contains an entre for : Greg De Harrisson/ACME - greg.deharrisson@acme.com Typing "harr" in To field of a new memo returns nothing. Same for "dehar". But for "de h", it works. So type ahead should match any chara...
about 6 years ago in Notes 1 Assessment

Pub/sub for domino events like document changed/created/deleted/read

Using a websocket on a secure protocol or other comparable technology it would be great to follow the idea of reactive programming. Domino would offer events on topics and clients can subscribe to them or simply listen to all. To be able to updat...
over 6 years ago in Domino 4 Assessment

Status icon for various clients

In the previous versions the icon next to a user name, changed according to the kind of device he was connected with. Now in V11 even if the user is connected with a mobile device, the icon is always the same, e.g the green square. I understand th...
over 4 years ago in Sametime / Chat 5 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, ...
about 1 year ago in Domino Designer / Java 0 Needs Review

Option to Grant Specific Access to a User

The admin would like to provide this specific user with limited access. For example, the user should be able to register new users and modify the Person document but should not have access to other documents such as Groups, Policies, Certificate...
about 1 month ago in Domino / Administration 1 Needs Review

Support Verse as backend service for HCL Connections Mail client

In the current HCL Connections Mail plugin, iNotes is required to make this plugin work. With iNotes being deprecated in the near future please make sure this plugin keeps working. On top of that, on the current plugin and before we get to the rem...
almost 2 years ago in Notes 0 Needs Review

Increase the recursive calls stack size limit on 64-bit systems

The current limit of recursive calls (recursion level for a given LotussScript function) in 32-bit/64-bit system is 32Kbyte stack size: https://help.hcltechsw.com/dom_designer/12.0.2/basic/LSAZ_LIMITS_ON_COMPILER_AND_COMPILED_PROGRAM_STRUCTURE.htm...
about 2 years ago in Domino Designer / LotusScript 2 Needs Clarification

Add methods canRead, canEdit, canRemove

I'm, as a developer, want to have 3 methods in class NotesDocument. This are: Function canRead( [in_name as NotesName] ) as Boolean Function canEdit( [in_name as NotesName] ) as Boolean Function canRemove( [in_name as NotesName] ) as Boolean De...
about 5 years ago in Domino Designer / LotusScript 1 Under Consideration