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

Domino Designer

Showing 1284

Make Document Properties an API not a Notes Client function

The Document Properties box is great for the Notes Client. But it's probably not going to work on HCL Nomad, doesn't support traditional Domino web or XPages, and won't support JavaScript development. For better flexibility and modernisation, my s...
over 6 years ago in Domino Designer 2 Under Consideration

NotesHttpRequest support for self signed certificates

When using the NotesHtppRequest to call a web service running with self signed certificates the client aborts with an SSL Certificate error. When adding the parameter DEBUG_NotesHttpRequest=1 the log file shows the message: "SSL certificate prob...
about 5 years ago in Domino Designer / LotusScript 5 Assessment

Calendar Pop-Up should be more elegant

When a User wants to enter a date, using a Nomad Web application or the Notes Client, they are forced to either enter the Date manually, or click on the tiny Calendar icon as illustrated in the attachment. The User should be able to click anyweher...
over 3 years ago in Domino Designer 0 Under Consideration

Lotusscript events on documents

It would be nice to have onSave and afterSave events on Notesdocuments. Events can be based upon the form used, but should be triggered if saved in backend (and frontend). This makes it easier to build validation or postprocessing for documents th...
over 6 years ago in Domino Designer 4 Under Consideration

Add HTTPJavaDebugOptions parameter to enable Java remote debugging in the HTTP task

The JavaDebugOptions Notes.ini parameter is used to enable Java remote debugging, e.g. JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8010 Unfortunately, both the agent manager JVM and the HTTP task JVM read the same variable,...
over 5 years ago in Domino Designer / Debugger 1 Under Consideration

New field type "Source code"

In some cases it is useful to store lotusscript in a text-/richtextfield in a notes document. This source code then is used to execute from a compiled script. This generally works fine. It would be very helpful if a new field type "Source code" (o...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Dialog method to show DialogList Prompt of a field

Notes has a native dialog list field with options, which can be shown in a dialog by pressing the helper icon in the field or press enter if the field is focused. But there is no way to open this dialog by formula or lotusscript code. A way to ope...
about 1 year ago in Domino Designer / LotusScript 0 Needs Review

Sign As.. sign design element(s) using a different ID

So that we don't have to switch IDs.
over 5 years ago in Domino Designer 2 No Plans to Implement

Create a "Web Editing" RichText Field

Similar to RichText Light, please create a "Web Editing" RichText Field Type that allows Notes Clients to only use Web Editing (HTML Editors) compliant RichText Features. This would help in building Web- and Notes Client based apps and allow round...
almost 5 years ago in Domino Designer 3 Under Consideration

"GetDocumentByKey" is not giving search result when key has new line present in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) If the value of the "keyArray" parameter has a new line present in it, then the search does not give any results irrespective ...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review