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 1347

Use of ignore Fields from Full-Text Index Rules that exclude all fields starting with "$" are irreversible

After pressing the "Ignore $*" button on the "Full-Text Index Rules" screen in the application properties in Designer to disable all fields starting with “$", attempting to revert this by pressing the "Enable $*" button does not restore the origin...
3 months ago in Domino Designer 1 Needs Review

Mouseover for a Grafik to show Text

We would like to make our Notes project database a little more modern. We want to create a selection menu with icons. See Appendix. When the employee clicks on the icon with the mouse, text should appear, like in the example I constructed. This wo...
5 months ago in Domino Designer 0 Needs Review

alt or title property for column icons

from an accessibility point of view they view column icons are not compliant due to the lack of a title or alt property. the column icons in a view are not that strong so they create room for incorrect interpretation by users with good sight. a ti...
8 months ago in Domino Designer / Views 2 Needs Review

Need LotusScript functionality like 'Copy Link As URL' in Notes Client

Currently, unable to use the LotusScript method/function to achieve the requirements like 'Copy Link As URL' in Notes Client. The requirement is to copy the URL from the Notes document and paste it into the clipboard using LotusScript.
9 months ago in Domino Designer / LotusScript 3 Needs Review

If then else shorthand like in java with some extras

I would like to have an if-then-else shorthand syntax like in java with a little bit of python spice. You all know the following syntax: condition ? expression1 : expression2 I do not stick to this exact syntax, especially because the colon is cur...
9 months ago in Domino Designer / LotusScript 1 Needs Review

StrRightBack ,StrLeftback etc. should always return a string

PROBLEM:In an import method I had to detect that the combination of StrLeftBack(StrRightBack( HTMLrow$,"<") ,">") returned not, as expeted, an empty string "" but Empty.I had to write a test for each HTML value wether it IsEmpty or not. REAS...
about 1 year ago in Domino Designer / LotusScript 0 Needs Review

Add new LotusScript function to manage Replicator page

(SPR RCAL5VSN5M) There is no LotusScript method for adding a database replica to the desktop (workspace) Replicator page. Typical scenario: You have a script that creates a new replica using the NotesDatabase classes CreateReplica method. You are ...
over 1 year ago in Domino Designer / LotusScript 2 Needs Review

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 ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Add the option "Show 4 digit year if not current century" to date field property

Currently the date field properties contain options under "Display Date" and "Special Calendar" for Show 'today' when appropriateAlways show 4 digit yearShow 4-digit year for 21st centuryShow year only if not this year This seems outdated as what ...
over 1 year ago in Domino Designer / @Formulas 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 ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review