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 1230

Improve Notesitem.text functionality to get all body content of a mail with forwarded mail

In an application, the content of the mail body is read with the help of item.text and written to another document. For some mail body with forwarded mails, the body is not read completely. Sample code: dim bodytext as string dim item as...
7 days ago in Domino Designer / LotusScript 1 Needs Review

Bring back ConverttoHTML to documentation

the ConverttoHTML for richtextitem was available in the documentation for v10 https://help.hcltechsw.com/dom_designer/10.0.1/basic/H_NOTESRICHTEXTITEM_CLASS.html but is not available in the Designer Help nsf for v12.0.2. Bring it back to the docum...
22 days ago in Domino Designer / Documentation 0 Under Consideration

Rich Text Append URL Link Programmatically.

There are lots of known limitations with the available methods and properties of NotesRichTextItem so this is just one which I feel would be useful. The ability to programmatically add a URL link to a NotesRichText item ie the String and the href ...
28 days ago in Domino Designer / LotusScript 0 Needs Review

Maven in DDE - download jar files directly into nsf

in visual studio it is sooo easy to add an external dependencies to projects.. Just search for it and include the nuget and you’re done. In Java not so easy. there are a few option where Maven is the most popular I think. With maven you need to ge...
about 1 month ago in Domino Designer / Java 0 Needs Review

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
about 2 months ago in Domino Designer / LotusScript 0 Needs Review

Add option "Hide noreplace" in comparedbs.ntf

In comparedbs.ntf, there is already the option "Hide fromtemplate" when preparing Code Review. Please add the option "Hide noreplace" which should work similarly for design elements that are prevented from being updated. I added the option in the ...
6 months ago in Domino Designer 4 Needs Review

Create View and ViewColumn in Lotusscript

Expose more properties from view dialog and the view column property dialog in the Lotusscript Classes for views and view columns.So we can create / change views within applications better.
7 months ago in Domino Designer / LotusScript 3 Under Consideration

Property to check what is the default view of domino application

Please add a property to easily find out what the domino application's default view is. Currently, I am getting all the views using the Views Property of the NotesDatabase class and inspecting each NotesView using the IsDefaultView property, but t...
7 months ago in Domino Designer / LotusScript 0 Under Consideration

Ability to create Date/Time item with only date information in LotusScript

When a Notes client opens a form and saves a date field that does not display a time, a date-only date item is created that has no time or time zone information. This item information can be found in the value of the document property. LotusScri...
7 months ago in Domino Designer / LotusScript 2 Needs Review

"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 ...
8 months ago in Domino Designer / LotusScript 1 Needs Review