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 271

Feature to Hyperlink/Hotspot to be shown in View Column's

The Rich text field present in the notes document can be used to create hyperlinks/hotspots. If you mouse over any hyperlink, then at the bottom it shows the actual URL. The requirement is to store this value in some field or add some feature such...
28 days ago in Domino Designer / Views 0 Needs Review

beautify @formula code

ofcourse we all write readible code but when I look at action code wriiten by colleagues I am very unsure if i understand it because it lacks indent, multiple rows etc. if there would be a beautify option for @ formula that would be awesome
5 months ago in Domino Designer / @Formulas 2 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...
9 months ago in Domino Designer / Java 0 Needs Review

Built in HEAP dump analyzer

It would save a lot of time and effort if Domino had a built in HEAP dump analyzer so when a Heap dump is generated, Domino can point to the suspects
9 months ago in Domino Designer / Java 1 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 ...
about 1 month ago in Domino Designer / @Formulas 0 Needs Review

Allow to rename attachment's file name by LotusScript

An attachment file's name cannot be changed by Source or Name property in the NotesEmbeddedObject class. The customer requested us to add a method or property to rename the file name of an attachment.
6 months ago in Domino Designer / LotusScript 2 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

Allow subforms to be individually selectable as design elements that can be restyled

If a design type is selected in "Restyle the following elements" on the third tab of the Restyle wizard, all design elements of that type are restyled. If design elements are selected in "See advanced settings", only the selected design elements a...
about 2 months ago in Domino Designer / ReStyle 0 Needs Review

Add more options to @Command([ComposeWithReference])

Currently, @Command([ComposeWithReference]) is the only function to remove attachments and add comments "[attachment "XXXX" deleted by UserName] " to the removed place. However, the current behavior is that not only the Body content is copied, but...
14 days ago in Domino Designer / @Formulas 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, ...
4 months ago in Domino Designer / Java 0 Needs Review